mirror of
https://github.com/quatalog/site.git
synced 2024-11-22 14:52:52 +00:00
Thu Mar 7 01:43:21 UTC 2024
This commit is contained in:
parent
2cba76b323
commit
7cdb9fd254
369
courses/CSCI-4140.html
Normal file
369
courses/CSCI-4140.html
Normal file
|
@ -0,0 +1,369 @@
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<title>
|
||||
CSCI-4140: Machine Learning & Optimiztn
|
||||
</title>
|
||||
<meta property="og:title" content="CSCI-4140: Machine Learning & Optimiztn">
|
||||
<meta property="og:description" content="The first portion of this course introduces the optimization background necessary to understand the algorithms that dominate the landscape of machine learning. The second portion introduces effective architectures used in modern machine learning. Students revisit classical models and learn state-of-the-art models, always in service of gaining algorithmic insight that is broadly useful beyond specific models.">
|
||||
<link rel="stylesheet" href="../css/common.css">
|
||||
<link rel="stylesheet" href="../css/coursedisplay.css">
|
||||
<link rel="stylesheet" href="../css/themes.css">
|
||||
<link rel="shortcut icon" href="../favicon/quatalogIcon.png">
|
||||
<link rel="icon" href="../favicon/favicon.ico">
|
||||
<link rel="apple-touch-icon" sizes="180x180" href="../favicon/apple-touch-icon.png">
|
||||
<link rel="icon" type="image/png" sizes="32x32" href="../favicon/favicon-32x32.png">
|
||||
<link rel="icon" type="image/png" sizes="16x16" href="../favicon/favicon-16x16.png">
|
||||
<link rel="manifest" href="../favicon/site.webmanifest">
|
||||
<script src="../js/fuse.js"></script>
|
||||
<script src="../js/search_helper.js"></script>
|
||||
</head>
|
||||
<body class="search_plugin_added">
|
||||
<div id="qlog-header">
|
||||
<a id="qlog-wordmark" href="../"><svg><use href="../images/quatalogHWordmark.svg#QuatalogHWordmark"></use></svg></a>
|
||||
<form onsubmit="search_helper(event)">
|
||||
<input type="text" id="search" class="header-search" placeholder="Search...">
|
||||
</form>
|
||||
</div>
|
||||
<div id="cd-flex">
|
||||
<div id="course-info-container">
|
||||
<h1 id="name">
|
||||
Machine Learning & Optimiztn
|
||||
</h1>
|
||||
<h2 id="code">
|
||||
CSCI-4140
|
||||
</h2>
|
||||
<p>
|
||||
The first portion of this course introduces the optimization background necessary to understand the algorithms that dominate the landscape of machine learning. The second portion introduces effective architectures used in modern machine learning. Students revisit classical models and learn state-of-the-art models, always in service of gaining algorithmic insight that is broadly useful beyond specific models.
|
||||
</p>
|
||||
<div id="cattrs-container">
|
||||
<span id="credits-pill" class="attr-pill">
|
||||
? credits
|
||||
</span>
|
||||
</div>
|
||||
<div id="prereq-container" class="rel-info-container">
|
||||
<div id="prereq-title" class="rel-info-title">
|
||||
Prereqs:
|
||||
</div>
|
||||
<div id="prereq-classes" class="rel-info-courses">
|
||||
<span class="none-rect">
|
||||
none
|
||||
</span>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div id="past-container">
|
||||
<h1 id="past-title">
|
||||
Past Term Data
|
||||
</h2>
|
||||
<input type="radio" id="simple-view-input" name="view-select" value="simple" checked="checked">
|
||||
<input type="radio" id="detail-view-input" name="view-select" value="detailed">
|
||||
<div id="opt-container">
|
||||
<div id="key-panel">
|
||||
<div id="yes-code" class="key-code">
|
||||
<span class="code-icon" id="yes-code-icon">
|
||||
<svg><use href="../icons.svg#circle-check"></use></svg>
|
||||
</span>
|
||||
Offered
|
||||
</div>
|
||||
<div id="no-code" class="key-code">
|
||||
<span class="code-icon" id="no-code-icon">
|
||||
<svg><use href="../icons.svg#circle-no"></use></svg>
|
||||
</span>
|
||||
Not Offered
|
||||
</div>
|
||||
<div id="diff-code" class="key-code">
|
||||
<span class="code-icon" id="diff-code-icon">
|
||||
<svg><use href="../icons.svg#circle-question"></use></svg>
|
||||
</span>
|
||||
Offered as Cross-Listing Only
|
||||
</div>
|
||||
<div id="nil-code" class="key-code">
|
||||
<span class="code-icon" id="nil-code-icon">
|
||||
<svg><use href="../icons.svg#circle-empty"></use></svg>
|
||||
</span>
|
||||
No Term Data
|
||||
</div>
|
||||
</div>
|
||||
<div id="control-panel">
|
||||
<label for="simple-view-input" id="simple-view-label" class="view-option-label">
|
||||
<span class="view-icon" id="simple-view-icon">
|
||||
<span class="view-icon-selected"><svg><use href="../icons.svg#circle-dot"></use></svg></span>
|
||||
<span class="view-icon-unselected"><svg><use href="../icons.svg#circle-empty"></use></svg></span>
|
||||
</span>
|
||||
Simple View
|
||||
</label>
|
||||
<label for="detail-view-input" id="detail-view-label" class="view-option-label">
|
||||
<span class="view-icon" id="detail-view-icon">
|
||||
<span class="view-icon-selected"><svg><use href="../icons.svg#circle-dot"></use></svg></span>
|
||||
<span class="view-icon-unselected"><svg><use href="../icons.svg#circle-empty"></use></svg></span>
|
||||
</span>
|
||||
Detailed View
|
||||
</label>
|
||||
</div>
|
||||
</div>
|
||||
<table id="years-table">
|
||||
<thead>
|
||||
<tr>
|
||||
<th></th>
|
||||
<th class="spring season-label">Spring</th>
|
||||
<th class="summer season-label" colspan="2">Summer</th>
|
||||
<th class="fall season-label">Fall</th>
|
||||
</tr>
|
||||
<tr>
|
||||
<th colspan="2"></th>
|
||||
<th class="summer2 midsum-label">(Session 1)</th>
|
||||
<th class="summer3 midsum-label">(Session 2)</th>
|
||||
<th></th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<th class="year">2024</th>
|
||||
<td class="term spring not-offered">
|
||||
</td>
|
||||
<td colspan="2" class="term summer not-offered">
|
||||
</td>
|
||||
<td class="term fall not-offered">
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th class="year">2023</th>
|
||||
<td class="term spring not-offered">
|
||||
</td>
|
||||
<td colspan="2" class="term summer not-offered">
|
||||
</td>
|
||||
<td class="term fall not-offered">
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th class="year">2022</th>
|
||||
<td class="term spring not-offered">
|
||||
</td>
|
||||
<td colspan="2" class="term summer not-offered">
|
||||
</td>
|
||||
<td class="term fall not-offered">
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th class="year">2021</th>
|
||||
<td class="term spring not-offered">
|
||||
</td>
|
||||
<td colspan="2" class="term summer not-offered">
|
||||
</td>
|
||||
<td class="term fall not-offered">
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th class="year">2020</th>
|
||||
<td class="term spring not-offered">
|
||||
</td>
|
||||
<td colspan="2" class="term summer not-offered">
|
||||
</td>
|
||||
<td class="term fall not-offered">
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th class="year">2019</th>
|
||||
<td class="term spring not-offered">
|
||||
</td>
|
||||
<td colspan="2" class="term summer not-offered">
|
||||
</td>
|
||||
<td class="term fall not-offered">
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th class="year">2018</th>
|
||||
<td class="term spring not-offered">
|
||||
</td>
|
||||
<td colspan="2" class="term summer not-offered">
|
||||
</td>
|
||||
<td class="term fall not-offered">
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th class="year">2017</th>
|
||||
<td class="term spring not-offered">
|
||||
</td>
|
||||
<td colspan="2" class="term summer not-offered">
|
||||
</td>
|
||||
<td class="term fall not-offered">
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th class="year">2016</th>
|
||||
<td class="term spring not-offered">
|
||||
</td>
|
||||
<td colspan="2" class="term summer not-offered">
|
||||
</td>
|
||||
<td class="term fall not-offered">
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th class="year">2015</th>
|
||||
<td class="term spring not-offered">
|
||||
</td>
|
||||
<td colspan="2" class="term summer not-offered">
|
||||
</td>
|
||||
<td class="term fall not-offered">
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th class="year">2014</th>
|
||||
<td class="term spring not-offered">
|
||||
</td>
|
||||
<td colspan="2" class="term summer not-offered">
|
||||
</td>
|
||||
<td class="term fall not-offered">
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th class="year">2013</th>
|
||||
<td class="term spring not-offered">
|
||||
</td>
|
||||
<td colspan="2" class="term summer not-offered">
|
||||
</td>
|
||||
<td class="term fall not-offered">
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th class="year">2012</th>
|
||||
<td class="term spring not-offered">
|
||||
</td>
|
||||
<td colspan="2" class="term summer not-offered">
|
||||
</td>
|
||||
<td class="term fall not-offered">
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th class="year">2011</th>
|
||||
<td class="term spring not-offered">
|
||||
</td>
|
||||
<td colspan="2" class="term summer not-offered">
|
||||
</td>
|
||||
<td class="term fall not-offered">
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th class="year">2010</th>
|
||||
<td class="term spring not-offered">
|
||||
</td>
|
||||
<td colspan="2" class="term summer not-offered">
|
||||
</td>
|
||||
<td class="term fall not-offered">
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th class="year">2009</th>
|
||||
<td class="term spring not-offered">
|
||||
</td>
|
||||
<td colspan="2" class="term summer not-offered">
|
||||
</td>
|
||||
<td class="term fall not-offered">
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th class="year">2008</th>
|
||||
<td class="term spring not-offered">
|
||||
</td>
|
||||
<td colspan="2" class="term summer not-offered">
|
||||
</td>
|
||||
<td class="term fall not-offered">
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th class="year">2007</th>
|
||||
<td class="term spring not-offered">
|
||||
</td>
|
||||
<td colspan="2" class="term summer not-offered">
|
||||
</td>
|
||||
<td class="term fall not-offered">
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th class="year">2006</th>
|
||||
<td class="term spring not-offered">
|
||||
</td>
|
||||
<td colspan="2" class="term summer not-offered">
|
||||
</td>
|
||||
<td class="term fall not-offered">
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th class="year">2005</th>
|
||||
<td class="term spring not-offered">
|
||||
</td>
|
||||
<td colspan="2" class="term summer not-offered">
|
||||
</td>
|
||||
<td class="term fall not-offered">
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th class="year">2004</th>
|
||||
<td class="term spring not-offered">
|
||||
</td>
|
||||
<td colspan="2" class="term summer not-offered">
|
||||
</td>
|
||||
<td class="term fall not-offered">
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th class="year">2003</th>
|
||||
<td class="term spring not-offered">
|
||||
</td>
|
||||
<td colspan="2" class="term summer not-offered">
|
||||
</td>
|
||||
<td class="term fall not-offered">
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th class="year">2002</th>
|
||||
<td class="term spring not-offered">
|
||||
</td>
|
||||
<td colspan="2" class="term summer not-offered">
|
||||
</td>
|
||||
<td class="term fall not-offered">
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th class="year">2001</th>
|
||||
<td class="term spring not-offered">
|
||||
</td>
|
||||
<td colspan="2" class="term summer not-offered">
|
||||
</td>
|
||||
<td class="term fall not-offered">
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th class="year">2000</th>
|
||||
<td class="term spring not-offered">
|
||||
</td>
|
||||
<td colspan="2" class="term summer not-offered">
|
||||
</td>
|
||||
<td class="term fall not-offered">
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th class="year">1999</th>
|
||||
<td class="term spring not-offered">
|
||||
</td>
|
||||
<td colspan="2" class="term summer not-offered">
|
||||
</td>
|
||||
<td class="term fall not-offered">
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th class="year">1998</th>
|
||||
<td class="term spring unscheduled">
|
||||
</td>
|
||||
<td colspan="2" class="term summer not-offered">
|
||||
</td>
|
||||
<td class="term fall not-offered">
|
||||
</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
369
courses/CSCI-4160.html
Normal file
369
courses/CSCI-4160.html
Normal file
|
@ -0,0 +1,369 @@
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<title>
|
||||
CSCI-4160: Reinforcement Learning
|
||||
</title>
|
||||
<meta property="og:title" content="CSCI-4160: Reinforcement Learning">
|
||||
<meta property="og:description" content="This is an introductory course on the theory and practice of reinforcement learning (RL). We will derive the full RL framework, starting from Markov chains and Markov reward processes and building up to Markov decision processes. We will then cover classic RL approaches such as dynamic programming, Monte Carlo methods and Q-learning. Furthermore, we will cover more advanced topics such as deep learning, deep RL, as well as policy-gradient and actor-critic methods. Course activities include programming assignments as well as written homework testing students’ understanding of the material.">
|
||||
<link rel="stylesheet" href="../css/common.css">
|
||||
<link rel="stylesheet" href="../css/coursedisplay.css">
|
||||
<link rel="stylesheet" href="../css/themes.css">
|
||||
<link rel="shortcut icon" href="../favicon/quatalogIcon.png">
|
||||
<link rel="icon" href="../favicon/favicon.ico">
|
||||
<link rel="apple-touch-icon" sizes="180x180" href="../favicon/apple-touch-icon.png">
|
||||
<link rel="icon" type="image/png" sizes="32x32" href="../favicon/favicon-32x32.png">
|
||||
<link rel="icon" type="image/png" sizes="16x16" href="../favicon/favicon-16x16.png">
|
||||
<link rel="manifest" href="../favicon/site.webmanifest">
|
||||
<script src="../js/fuse.js"></script>
|
||||
<script src="../js/search_helper.js"></script>
|
||||
</head>
|
||||
<body class="search_plugin_added">
|
||||
<div id="qlog-header">
|
||||
<a id="qlog-wordmark" href="../"><svg><use href="../images/quatalogHWordmark.svg#QuatalogHWordmark"></use></svg></a>
|
||||
<form onsubmit="search_helper(event)">
|
||||
<input type="text" id="search" class="header-search" placeholder="Search...">
|
||||
</form>
|
||||
</div>
|
||||
<div id="cd-flex">
|
||||
<div id="course-info-container">
|
||||
<h1 id="name">
|
||||
Reinforcement Learning
|
||||
</h1>
|
||||
<h2 id="code">
|
||||
CSCI-4160
|
||||
</h2>
|
||||
<p>
|
||||
This is an introductory course on the theory and practice of reinforcement learning (RL). We will derive the full RL framework, starting from Markov chains and Markov reward processes and building up to Markov decision processes. We will then cover classic RL approaches such as dynamic programming, Monte Carlo methods and Q-learning. Furthermore, we will cover more advanced topics such as deep learning, deep RL, as well as policy-gradient and actor-critic methods. Course activities include programming assignments as well as written homework testing students’ understanding of the material.
|
||||
</p>
|
||||
<div id="cattrs-container">
|
||||
<span id="credits-pill" class="attr-pill">
|
||||
? credits
|
||||
</span>
|
||||
</div>
|
||||
<div id="prereq-container" class="rel-info-container">
|
||||
<div id="prereq-title" class="rel-info-title">
|
||||
Prereqs:
|
||||
</div>
|
||||
<div id="prereq-classes" class="rel-info-courses">
|
||||
<span class="none-rect">
|
||||
none
|
||||
</span>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div id="past-container">
|
||||
<h1 id="past-title">
|
||||
Past Term Data
|
||||
</h2>
|
||||
<input type="radio" id="simple-view-input" name="view-select" value="simple" checked="checked">
|
||||
<input type="radio" id="detail-view-input" name="view-select" value="detailed">
|
||||
<div id="opt-container">
|
||||
<div id="key-panel">
|
||||
<div id="yes-code" class="key-code">
|
||||
<span class="code-icon" id="yes-code-icon">
|
||||
<svg><use href="../icons.svg#circle-check"></use></svg>
|
||||
</span>
|
||||
Offered
|
||||
</div>
|
||||
<div id="no-code" class="key-code">
|
||||
<span class="code-icon" id="no-code-icon">
|
||||
<svg><use href="../icons.svg#circle-no"></use></svg>
|
||||
</span>
|
||||
Not Offered
|
||||
</div>
|
||||
<div id="diff-code" class="key-code">
|
||||
<span class="code-icon" id="diff-code-icon">
|
||||
<svg><use href="../icons.svg#circle-question"></use></svg>
|
||||
</span>
|
||||
Offered as Cross-Listing Only
|
||||
</div>
|
||||
<div id="nil-code" class="key-code">
|
||||
<span class="code-icon" id="nil-code-icon">
|
||||
<svg><use href="../icons.svg#circle-empty"></use></svg>
|
||||
</span>
|
||||
No Term Data
|
||||
</div>
|
||||
</div>
|
||||
<div id="control-panel">
|
||||
<label for="simple-view-input" id="simple-view-label" class="view-option-label">
|
||||
<span class="view-icon" id="simple-view-icon">
|
||||
<span class="view-icon-selected"><svg><use href="../icons.svg#circle-dot"></use></svg></span>
|
||||
<span class="view-icon-unselected"><svg><use href="../icons.svg#circle-empty"></use></svg></span>
|
||||
</span>
|
||||
Simple View
|
||||
</label>
|
||||
<label for="detail-view-input" id="detail-view-label" class="view-option-label">
|
||||
<span class="view-icon" id="detail-view-icon">
|
||||
<span class="view-icon-selected"><svg><use href="../icons.svg#circle-dot"></use></svg></span>
|
||||
<span class="view-icon-unselected"><svg><use href="../icons.svg#circle-empty"></use></svg></span>
|
||||
</span>
|
||||
Detailed View
|
||||
</label>
|
||||
</div>
|
||||
</div>
|
||||
<table id="years-table">
|
||||
<thead>
|
||||
<tr>
|
||||
<th></th>
|
||||
<th class="spring season-label">Spring</th>
|
||||
<th class="summer season-label" colspan="2">Summer</th>
|
||||
<th class="fall season-label">Fall</th>
|
||||
</tr>
|
||||
<tr>
|
||||
<th colspan="2"></th>
|
||||
<th class="summer2 midsum-label">(Session 1)</th>
|
||||
<th class="summer3 midsum-label">(Session 2)</th>
|
||||
<th></th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<th class="year">2024</th>
|
||||
<td class="term spring not-offered">
|
||||
</td>
|
||||
<td colspan="2" class="term summer not-offered">
|
||||
</td>
|
||||
<td class="term fall not-offered">
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th class="year">2023</th>
|
||||
<td class="term spring not-offered">
|
||||
</td>
|
||||
<td colspan="2" class="term summer not-offered">
|
||||
</td>
|
||||
<td class="term fall not-offered">
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th class="year">2022</th>
|
||||
<td class="term spring not-offered">
|
||||
</td>
|
||||
<td colspan="2" class="term summer not-offered">
|
||||
</td>
|
||||
<td class="term fall not-offered">
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th class="year">2021</th>
|
||||
<td class="term spring not-offered">
|
||||
</td>
|
||||
<td colspan="2" class="term summer not-offered">
|
||||
</td>
|
||||
<td class="term fall not-offered">
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th class="year">2020</th>
|
||||
<td class="term spring not-offered">
|
||||
</td>
|
||||
<td colspan="2" class="term summer not-offered">
|
||||
</td>
|
||||
<td class="term fall not-offered">
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th class="year">2019</th>
|
||||
<td class="term spring not-offered">
|
||||
</td>
|
||||
<td colspan="2" class="term summer not-offered">
|
||||
</td>
|
||||
<td class="term fall not-offered">
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th class="year">2018</th>
|
||||
<td class="term spring not-offered">
|
||||
</td>
|
||||
<td colspan="2" class="term summer not-offered">
|
||||
</td>
|
||||
<td class="term fall not-offered">
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th class="year">2017</th>
|
||||
<td class="term spring not-offered">
|
||||
</td>
|
||||
<td colspan="2" class="term summer not-offered">
|
||||
</td>
|
||||
<td class="term fall not-offered">
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th class="year">2016</th>
|
||||
<td class="term spring not-offered">
|
||||
</td>
|
||||
<td colspan="2" class="term summer not-offered">
|
||||
</td>
|
||||
<td class="term fall not-offered">
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th class="year">2015</th>
|
||||
<td class="term spring not-offered">
|
||||
</td>
|
||||
<td colspan="2" class="term summer not-offered">
|
||||
</td>
|
||||
<td class="term fall not-offered">
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th class="year">2014</th>
|
||||
<td class="term spring not-offered">
|
||||
</td>
|
||||
<td colspan="2" class="term summer not-offered">
|
||||
</td>
|
||||
<td class="term fall not-offered">
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th class="year">2013</th>
|
||||
<td class="term spring not-offered">
|
||||
</td>
|
||||
<td colspan="2" class="term summer not-offered">
|
||||
</td>
|
||||
<td class="term fall not-offered">
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th class="year">2012</th>
|
||||
<td class="term spring not-offered">
|
||||
</td>
|
||||
<td colspan="2" class="term summer not-offered">
|
||||
</td>
|
||||
<td class="term fall not-offered">
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th class="year">2011</th>
|
||||
<td class="term spring not-offered">
|
||||
</td>
|
||||
<td colspan="2" class="term summer not-offered">
|
||||
</td>
|
||||
<td class="term fall not-offered">
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th class="year">2010</th>
|
||||
<td class="term spring not-offered">
|
||||
</td>
|
||||
<td colspan="2" class="term summer not-offered">
|
||||
</td>
|
||||
<td class="term fall not-offered">
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th class="year">2009</th>
|
||||
<td class="term spring not-offered">
|
||||
</td>
|
||||
<td colspan="2" class="term summer not-offered">
|
||||
</td>
|
||||
<td class="term fall not-offered">
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th class="year">2008</th>
|
||||
<td class="term spring not-offered">
|
||||
</td>
|
||||
<td colspan="2" class="term summer not-offered">
|
||||
</td>
|
||||
<td class="term fall not-offered">
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th class="year">2007</th>
|
||||
<td class="term spring not-offered">
|
||||
</td>
|
||||
<td colspan="2" class="term summer not-offered">
|
||||
</td>
|
||||
<td class="term fall not-offered">
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th class="year">2006</th>
|
||||
<td class="term spring not-offered">
|
||||
</td>
|
||||
<td colspan="2" class="term summer not-offered">
|
||||
</td>
|
||||
<td class="term fall not-offered">
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th class="year">2005</th>
|
||||
<td class="term spring not-offered">
|
||||
</td>
|
||||
<td colspan="2" class="term summer not-offered">
|
||||
</td>
|
||||
<td class="term fall not-offered">
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th class="year">2004</th>
|
||||
<td class="term spring not-offered">
|
||||
</td>
|
||||
<td colspan="2" class="term summer not-offered">
|
||||
</td>
|
||||
<td class="term fall not-offered">
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th class="year">2003</th>
|
||||
<td class="term spring not-offered">
|
||||
</td>
|
||||
<td colspan="2" class="term summer not-offered">
|
||||
</td>
|
||||
<td class="term fall not-offered">
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th class="year">2002</th>
|
||||
<td class="term spring not-offered">
|
||||
</td>
|
||||
<td colspan="2" class="term summer not-offered">
|
||||
</td>
|
||||
<td class="term fall not-offered">
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th class="year">2001</th>
|
||||
<td class="term spring not-offered">
|
||||
</td>
|
||||
<td colspan="2" class="term summer not-offered">
|
||||
</td>
|
||||
<td class="term fall not-offered">
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th class="year">2000</th>
|
||||
<td class="term spring not-offered">
|
||||
</td>
|
||||
<td colspan="2" class="term summer not-offered">
|
||||
</td>
|
||||
<td class="term fall not-offered">
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th class="year">1999</th>
|
||||
<td class="term spring not-offered">
|
||||
</td>
|
||||
<td colspan="2" class="term summer not-offered">
|
||||
</td>
|
||||
<td class="term fall not-offered">
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th class="year">1998</th>
|
||||
<td class="term spring unscheduled">
|
||||
</td>
|
||||
<td colspan="2" class="term summer not-offered">
|
||||
</td>
|
||||
<td class="term fall not-offered">
|
||||
</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
369
courses/CSCI-4170.html
Normal file
369
courses/CSCI-4170.html
Normal file
|
@ -0,0 +1,369 @@
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<title>
|
||||
CSCI-4170: Projects In Ai & Machine Lrng
|
||||
</title>
|
||||
<meta property="og:title" content="CSCI-4170: Projects In Ai & Machine Lrng">
|
||||
<meta property="og:description" content="We will study machine learning and AI solutions to real world problems using publicly available datasets. Topics include Deep Learning, Training Neural Networks (NN), Recurrent NN, Convolution NN, Auto-encoders, Generative Models, Natural Language processing (NLP), Reinforcement Learning, Diffusion models, Recommender Systems.">
|
||||
<link rel="stylesheet" href="../css/common.css">
|
||||
<link rel="stylesheet" href="../css/coursedisplay.css">
|
||||
<link rel="stylesheet" href="../css/themes.css">
|
||||
<link rel="shortcut icon" href="../favicon/quatalogIcon.png">
|
||||
<link rel="icon" href="../favicon/favicon.ico">
|
||||
<link rel="apple-touch-icon" sizes="180x180" href="../favicon/apple-touch-icon.png">
|
||||
<link rel="icon" type="image/png" sizes="32x32" href="../favicon/favicon-32x32.png">
|
||||
<link rel="icon" type="image/png" sizes="16x16" href="../favicon/favicon-16x16.png">
|
||||
<link rel="manifest" href="../favicon/site.webmanifest">
|
||||
<script src="../js/fuse.js"></script>
|
||||
<script src="../js/search_helper.js"></script>
|
||||
</head>
|
||||
<body class="search_plugin_added">
|
||||
<div id="qlog-header">
|
||||
<a id="qlog-wordmark" href="../"><svg><use href="../images/quatalogHWordmark.svg#QuatalogHWordmark"></use></svg></a>
|
||||
<form onsubmit="search_helper(event)">
|
||||
<input type="text" id="search" class="header-search" placeholder="Search...">
|
||||
</form>
|
||||
</div>
|
||||
<div id="cd-flex">
|
||||
<div id="course-info-container">
|
||||
<h1 id="name">
|
||||
Projects In Ai & Machine Lrng
|
||||
</h1>
|
||||
<h2 id="code">
|
||||
CSCI-4170
|
||||
</h2>
|
||||
<p>
|
||||
We will study machine learning and AI solutions to real world problems using publicly available datasets. Topics include Deep Learning, Training Neural Networks (NN), Recurrent NN, Convolution NN, Auto-encoders, Generative Models, Natural Language processing (NLP), Reinforcement Learning, Diffusion models, Recommender Systems.
|
||||
</p>
|
||||
<div id="cattrs-container">
|
||||
<span id="credits-pill" class="attr-pill">
|
||||
? credits
|
||||
</span>
|
||||
</div>
|
||||
<div id="prereq-container" class="rel-info-container">
|
||||
<div id="prereq-title" class="rel-info-title">
|
||||
Prereqs:
|
||||
</div>
|
||||
<div id="prereq-classes" class="rel-info-courses">
|
||||
<span class="none-rect">
|
||||
none
|
||||
</span>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div id="past-container">
|
||||
<h1 id="past-title">
|
||||
Past Term Data
|
||||
</h2>
|
||||
<input type="radio" id="simple-view-input" name="view-select" value="simple" checked="checked">
|
||||
<input type="radio" id="detail-view-input" name="view-select" value="detailed">
|
||||
<div id="opt-container">
|
||||
<div id="key-panel">
|
||||
<div id="yes-code" class="key-code">
|
||||
<span class="code-icon" id="yes-code-icon">
|
||||
<svg><use href="../icons.svg#circle-check"></use></svg>
|
||||
</span>
|
||||
Offered
|
||||
</div>
|
||||
<div id="no-code" class="key-code">
|
||||
<span class="code-icon" id="no-code-icon">
|
||||
<svg><use href="../icons.svg#circle-no"></use></svg>
|
||||
</span>
|
||||
Not Offered
|
||||
</div>
|
||||
<div id="diff-code" class="key-code">
|
||||
<span class="code-icon" id="diff-code-icon">
|
||||
<svg><use href="../icons.svg#circle-question"></use></svg>
|
||||
</span>
|
||||
Offered as Cross-Listing Only
|
||||
</div>
|
||||
<div id="nil-code" class="key-code">
|
||||
<span class="code-icon" id="nil-code-icon">
|
||||
<svg><use href="../icons.svg#circle-empty"></use></svg>
|
||||
</span>
|
||||
No Term Data
|
||||
</div>
|
||||
</div>
|
||||
<div id="control-panel">
|
||||
<label for="simple-view-input" id="simple-view-label" class="view-option-label">
|
||||
<span class="view-icon" id="simple-view-icon">
|
||||
<span class="view-icon-selected"><svg><use href="../icons.svg#circle-dot"></use></svg></span>
|
||||
<span class="view-icon-unselected"><svg><use href="../icons.svg#circle-empty"></use></svg></span>
|
||||
</span>
|
||||
Simple View
|
||||
</label>
|
||||
<label for="detail-view-input" id="detail-view-label" class="view-option-label">
|
||||
<span class="view-icon" id="detail-view-icon">
|
||||
<span class="view-icon-selected"><svg><use href="../icons.svg#circle-dot"></use></svg></span>
|
||||
<span class="view-icon-unselected"><svg><use href="../icons.svg#circle-empty"></use></svg></span>
|
||||
</span>
|
||||
Detailed View
|
||||
</label>
|
||||
</div>
|
||||
</div>
|
||||
<table id="years-table">
|
||||
<thead>
|
||||
<tr>
|
||||
<th></th>
|
||||
<th class="spring season-label">Spring</th>
|
||||
<th class="summer season-label" colspan="2">Summer</th>
|
||||
<th class="fall season-label">Fall</th>
|
||||
</tr>
|
||||
<tr>
|
||||
<th colspan="2"></th>
|
||||
<th class="summer2 midsum-label">(Session 1)</th>
|
||||
<th class="summer3 midsum-label">(Session 2)</th>
|
||||
<th></th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<th class="year">2024</th>
|
||||
<td class="term spring not-offered">
|
||||
</td>
|
||||
<td colspan="2" class="term summer not-offered">
|
||||
</td>
|
||||
<td class="term fall not-offered">
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th class="year">2023</th>
|
||||
<td class="term spring not-offered">
|
||||
</td>
|
||||
<td colspan="2" class="term summer not-offered">
|
||||
</td>
|
||||
<td class="term fall not-offered">
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th class="year">2022</th>
|
||||
<td class="term spring not-offered">
|
||||
</td>
|
||||
<td colspan="2" class="term summer not-offered">
|
||||
</td>
|
||||
<td class="term fall not-offered">
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th class="year">2021</th>
|
||||
<td class="term spring not-offered">
|
||||
</td>
|
||||
<td colspan="2" class="term summer not-offered">
|
||||
</td>
|
||||
<td class="term fall not-offered">
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th class="year">2020</th>
|
||||
<td class="term spring not-offered">
|
||||
</td>
|
||||
<td colspan="2" class="term summer not-offered">
|
||||
</td>
|
||||
<td class="term fall not-offered">
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th class="year">2019</th>
|
||||
<td class="term spring not-offered">
|
||||
</td>
|
||||
<td colspan="2" class="term summer not-offered">
|
||||
</td>
|
||||
<td class="term fall not-offered">
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th class="year">2018</th>
|
||||
<td class="term spring not-offered">
|
||||
</td>
|
||||
<td colspan="2" class="term summer not-offered">
|
||||
</td>
|
||||
<td class="term fall not-offered">
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th class="year">2017</th>
|
||||
<td class="term spring not-offered">
|
||||
</td>
|
||||
<td colspan="2" class="term summer not-offered">
|
||||
</td>
|
||||
<td class="term fall not-offered">
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th class="year">2016</th>
|
||||
<td class="term spring not-offered">
|
||||
</td>
|
||||
<td colspan="2" class="term summer not-offered">
|
||||
</td>
|
||||
<td class="term fall not-offered">
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th class="year">2015</th>
|
||||
<td class="term spring not-offered">
|
||||
</td>
|
||||
<td colspan="2" class="term summer not-offered">
|
||||
</td>
|
||||
<td class="term fall not-offered">
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th class="year">2014</th>
|
||||
<td class="term spring not-offered">
|
||||
</td>
|
||||
<td colspan="2" class="term summer not-offered">
|
||||
</td>
|
||||
<td class="term fall not-offered">
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th class="year">2013</th>
|
||||
<td class="term spring not-offered">
|
||||
</td>
|
||||
<td colspan="2" class="term summer not-offered">
|
||||
</td>
|
||||
<td class="term fall not-offered">
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th class="year">2012</th>
|
||||
<td class="term spring not-offered">
|
||||
</td>
|
||||
<td colspan="2" class="term summer not-offered">
|
||||
</td>
|
||||
<td class="term fall not-offered">
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th class="year">2011</th>
|
||||
<td class="term spring not-offered">
|
||||
</td>
|
||||
<td colspan="2" class="term summer not-offered">
|
||||
</td>
|
||||
<td class="term fall not-offered">
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th class="year">2010</th>
|
||||
<td class="term spring not-offered">
|
||||
</td>
|
||||
<td colspan="2" class="term summer not-offered">
|
||||
</td>
|
||||
<td class="term fall not-offered">
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th class="year">2009</th>
|
||||
<td class="term spring not-offered">
|
||||
</td>
|
||||
<td colspan="2" class="term summer not-offered">
|
||||
</td>
|
||||
<td class="term fall not-offered">
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th class="year">2008</th>
|
||||
<td class="term spring not-offered">
|
||||
</td>
|
||||
<td colspan="2" class="term summer not-offered">
|
||||
</td>
|
||||
<td class="term fall not-offered">
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th class="year">2007</th>
|
||||
<td class="term spring not-offered">
|
||||
</td>
|
||||
<td colspan="2" class="term summer not-offered">
|
||||
</td>
|
||||
<td class="term fall not-offered">
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th class="year">2006</th>
|
||||
<td class="term spring not-offered">
|
||||
</td>
|
||||
<td colspan="2" class="term summer not-offered">
|
||||
</td>
|
||||
<td class="term fall not-offered">
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th class="year">2005</th>
|
||||
<td class="term spring not-offered">
|
||||
</td>
|
||||
<td colspan="2" class="term summer not-offered">
|
||||
</td>
|
||||
<td class="term fall not-offered">
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th class="year">2004</th>
|
||||
<td class="term spring not-offered">
|
||||
</td>
|
||||
<td colspan="2" class="term summer not-offered">
|
||||
</td>
|
||||
<td class="term fall not-offered">
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th class="year">2003</th>
|
||||
<td class="term spring not-offered">
|
||||
</td>
|
||||
<td colspan="2" class="term summer not-offered">
|
||||
</td>
|
||||
<td class="term fall not-offered">
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th class="year">2002</th>
|
||||
<td class="term spring not-offered">
|
||||
</td>
|
||||
<td colspan="2" class="term summer not-offered">
|
||||
</td>
|
||||
<td class="term fall not-offered">
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th class="year">2001</th>
|
||||
<td class="term spring not-offered">
|
||||
</td>
|
||||
<td colspan="2" class="term summer not-offered">
|
||||
</td>
|
||||
<td class="term fall not-offered">
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th class="year">2000</th>
|
||||
<td class="term spring not-offered">
|
||||
</td>
|
||||
<td colspan="2" class="term summer not-offered">
|
||||
</td>
|
||||
<td class="term fall not-offered">
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th class="year">1999</th>
|
||||
<td class="term spring not-offered">
|
||||
</td>
|
||||
<td colspan="2" class="term summer not-offered">
|
||||
</td>
|
||||
<td class="term fall not-offered">
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th class="year">1998</th>
|
||||
<td class="term spring unscheduled">
|
||||
</td>
|
||||
<td colspan="2" class="term summer not-offered">
|
||||
</td>
|
||||
<td class="term fall not-offered">
|
||||
</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
369
courses/CSCI-4180.html
Normal file
369
courses/CSCI-4180.html
Normal file
|
@ -0,0 +1,369 @@
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<title>
|
||||
CSCI-4180: Trustworthy Machine Learning
|
||||
</title>
|
||||
<meta property="og:title" content="CSCI-4180: Trustworthy Machine Learning">
|
||||
<meta property="og:description" content="This seminar course introduces students with knowledge of machine learning to modern desiderata for trustworthy machine learning, including alignment, fairness, adversarial robustness, privacy, and their interrelations. Students read, present, and discuss seminal and influential recent papers in the field. The course includes a project component aimed at synthesizing the students’ learning.">
|
||||
<link rel="stylesheet" href="../css/common.css">
|
||||
<link rel="stylesheet" href="../css/coursedisplay.css">
|
||||
<link rel="stylesheet" href="../css/themes.css">
|
||||
<link rel="shortcut icon" href="../favicon/quatalogIcon.png">
|
||||
<link rel="icon" href="../favicon/favicon.ico">
|
||||
<link rel="apple-touch-icon" sizes="180x180" href="../favicon/apple-touch-icon.png">
|
||||
<link rel="icon" type="image/png" sizes="32x32" href="../favicon/favicon-32x32.png">
|
||||
<link rel="icon" type="image/png" sizes="16x16" href="../favicon/favicon-16x16.png">
|
||||
<link rel="manifest" href="../favicon/site.webmanifest">
|
||||
<script src="../js/fuse.js"></script>
|
||||
<script src="../js/search_helper.js"></script>
|
||||
</head>
|
||||
<body class="search_plugin_added">
|
||||
<div id="qlog-header">
|
||||
<a id="qlog-wordmark" href="../"><svg><use href="../images/quatalogHWordmark.svg#QuatalogHWordmark"></use></svg></a>
|
||||
<form onsubmit="search_helper(event)">
|
||||
<input type="text" id="search" class="header-search" placeholder="Search...">
|
||||
</form>
|
||||
</div>
|
||||
<div id="cd-flex">
|
||||
<div id="course-info-container">
|
||||
<h1 id="name">
|
||||
Trustworthy Machine Learning
|
||||
</h1>
|
||||
<h2 id="code">
|
||||
CSCI-4180
|
||||
</h2>
|
||||
<p>
|
||||
This seminar course introduces students with knowledge of machine learning to modern desiderata for trustworthy machine learning, including alignment, fairness, adversarial robustness, privacy, and their interrelations. Students read, present, and discuss seminal and influential recent papers in the field. The course includes a project component aimed at synthesizing the students’ learning.
|
||||
</p>
|
||||
<div id="cattrs-container">
|
||||
<span id="credits-pill" class="attr-pill">
|
||||
? credits
|
||||
</span>
|
||||
</div>
|
||||
<div id="prereq-container" class="rel-info-container">
|
||||
<div id="prereq-title" class="rel-info-title">
|
||||
Prereqs:
|
||||
</div>
|
||||
<div id="prereq-classes" class="rel-info-courses">
|
||||
<span class="none-rect">
|
||||
none
|
||||
</span>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div id="past-container">
|
||||
<h1 id="past-title">
|
||||
Past Term Data
|
||||
</h2>
|
||||
<input type="radio" id="simple-view-input" name="view-select" value="simple" checked="checked">
|
||||
<input type="radio" id="detail-view-input" name="view-select" value="detailed">
|
||||
<div id="opt-container">
|
||||
<div id="key-panel">
|
||||
<div id="yes-code" class="key-code">
|
||||
<span class="code-icon" id="yes-code-icon">
|
||||
<svg><use href="../icons.svg#circle-check"></use></svg>
|
||||
</span>
|
||||
Offered
|
||||
</div>
|
||||
<div id="no-code" class="key-code">
|
||||
<span class="code-icon" id="no-code-icon">
|
||||
<svg><use href="../icons.svg#circle-no"></use></svg>
|
||||
</span>
|
||||
Not Offered
|
||||
</div>
|
||||
<div id="diff-code" class="key-code">
|
||||
<span class="code-icon" id="diff-code-icon">
|
||||
<svg><use href="../icons.svg#circle-question"></use></svg>
|
||||
</span>
|
||||
Offered as Cross-Listing Only
|
||||
</div>
|
||||
<div id="nil-code" class="key-code">
|
||||
<span class="code-icon" id="nil-code-icon">
|
||||
<svg><use href="../icons.svg#circle-empty"></use></svg>
|
||||
</span>
|
||||
No Term Data
|
||||
</div>
|
||||
</div>
|
||||
<div id="control-panel">
|
||||
<label for="simple-view-input" id="simple-view-label" class="view-option-label">
|
||||
<span class="view-icon" id="simple-view-icon">
|
||||
<span class="view-icon-selected"><svg><use href="../icons.svg#circle-dot"></use></svg></span>
|
||||
<span class="view-icon-unselected"><svg><use href="../icons.svg#circle-empty"></use></svg></span>
|
||||
</span>
|
||||
Simple View
|
||||
</label>
|
||||
<label for="detail-view-input" id="detail-view-label" class="view-option-label">
|
||||
<span class="view-icon" id="detail-view-icon">
|
||||
<span class="view-icon-selected"><svg><use href="../icons.svg#circle-dot"></use></svg></span>
|
||||
<span class="view-icon-unselected"><svg><use href="../icons.svg#circle-empty"></use></svg></span>
|
||||
</span>
|
||||
Detailed View
|
||||
</label>
|
||||
</div>
|
||||
</div>
|
||||
<table id="years-table">
|
||||
<thead>
|
||||
<tr>
|
||||
<th></th>
|
||||
<th class="spring season-label">Spring</th>
|
||||
<th class="summer season-label" colspan="2">Summer</th>
|
||||
<th class="fall season-label">Fall</th>
|
||||
</tr>
|
||||
<tr>
|
||||
<th colspan="2"></th>
|
||||
<th class="summer2 midsum-label">(Session 1)</th>
|
||||
<th class="summer3 midsum-label">(Session 2)</th>
|
||||
<th></th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<th class="year">2024</th>
|
||||
<td class="term spring not-offered">
|
||||
</td>
|
||||
<td colspan="2" class="term summer not-offered">
|
||||
</td>
|
||||
<td class="term fall not-offered">
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th class="year">2023</th>
|
||||
<td class="term spring not-offered">
|
||||
</td>
|
||||
<td colspan="2" class="term summer not-offered">
|
||||
</td>
|
||||
<td class="term fall not-offered">
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th class="year">2022</th>
|
||||
<td class="term spring not-offered">
|
||||
</td>
|
||||
<td colspan="2" class="term summer not-offered">
|
||||
</td>
|
||||
<td class="term fall not-offered">
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th class="year">2021</th>
|
||||
<td class="term spring not-offered">
|
||||
</td>
|
||||
<td colspan="2" class="term summer not-offered">
|
||||
</td>
|
||||
<td class="term fall not-offered">
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th class="year">2020</th>
|
||||
<td class="term spring not-offered">
|
||||
</td>
|
||||
<td colspan="2" class="term summer not-offered">
|
||||
</td>
|
||||
<td class="term fall not-offered">
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th class="year">2019</th>
|
||||
<td class="term spring not-offered">
|
||||
</td>
|
||||
<td colspan="2" class="term summer not-offered">
|
||||
</td>
|
||||
<td class="term fall not-offered">
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th class="year">2018</th>
|
||||
<td class="term spring not-offered">
|
||||
</td>
|
||||
<td colspan="2" class="term summer not-offered">
|
||||
</td>
|
||||
<td class="term fall not-offered">
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th class="year">2017</th>
|
||||
<td class="term spring not-offered">
|
||||
</td>
|
||||
<td colspan="2" class="term summer not-offered">
|
||||
</td>
|
||||
<td class="term fall not-offered">
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th class="year">2016</th>
|
||||
<td class="term spring not-offered">
|
||||
</td>
|
||||
<td colspan="2" class="term summer not-offered">
|
||||
</td>
|
||||
<td class="term fall not-offered">
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th class="year">2015</th>
|
||||
<td class="term spring not-offered">
|
||||
</td>
|
||||
<td colspan="2" class="term summer not-offered">
|
||||
</td>
|
||||
<td class="term fall not-offered">
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th class="year">2014</th>
|
||||
<td class="term spring not-offered">
|
||||
</td>
|
||||
<td colspan="2" class="term summer not-offered">
|
||||
</td>
|
||||
<td class="term fall not-offered">
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th class="year">2013</th>
|
||||
<td class="term spring not-offered">
|
||||
</td>
|
||||
<td colspan="2" class="term summer not-offered">
|
||||
</td>
|
||||
<td class="term fall not-offered">
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th class="year">2012</th>
|
||||
<td class="term spring not-offered">
|
||||
</td>
|
||||
<td colspan="2" class="term summer not-offered">
|
||||
</td>
|
||||
<td class="term fall not-offered">
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th class="year">2011</th>
|
||||
<td class="term spring not-offered">
|
||||
</td>
|
||||
<td colspan="2" class="term summer not-offered">
|
||||
</td>
|
||||
<td class="term fall not-offered">
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th class="year">2010</th>
|
||||
<td class="term spring not-offered">
|
||||
</td>
|
||||
<td colspan="2" class="term summer not-offered">
|
||||
</td>
|
||||
<td class="term fall not-offered">
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th class="year">2009</th>
|
||||
<td class="term spring not-offered">
|
||||
</td>
|
||||
<td colspan="2" class="term summer not-offered">
|
||||
</td>
|
||||
<td class="term fall not-offered">
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th class="year">2008</th>
|
||||
<td class="term spring not-offered">
|
||||
</td>
|
||||
<td colspan="2" class="term summer not-offered">
|
||||
</td>
|
||||
<td class="term fall not-offered">
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th class="year">2007</th>
|
||||
<td class="term spring not-offered">
|
||||
</td>
|
||||
<td colspan="2" class="term summer not-offered">
|
||||
</td>
|
||||
<td class="term fall not-offered">
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th class="year">2006</th>
|
||||
<td class="term spring not-offered">
|
||||
</td>
|
||||
<td colspan="2" class="term summer not-offered">
|
||||
</td>
|
||||
<td class="term fall not-offered">
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th class="year">2005</th>
|
||||
<td class="term spring not-offered">
|
||||
</td>
|
||||
<td colspan="2" class="term summer not-offered">
|
||||
</td>
|
||||
<td class="term fall not-offered">
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th class="year">2004</th>
|
||||
<td class="term spring not-offered">
|
||||
</td>
|
||||
<td colspan="2" class="term summer not-offered">
|
||||
</td>
|
||||
<td class="term fall not-offered">
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th class="year">2003</th>
|
||||
<td class="term spring not-offered">
|
||||
</td>
|
||||
<td colspan="2" class="term summer not-offered">
|
||||
</td>
|
||||
<td class="term fall not-offered">
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th class="year">2002</th>
|
||||
<td class="term spring not-offered">
|
||||
</td>
|
||||
<td colspan="2" class="term summer not-offered">
|
||||
</td>
|
||||
<td class="term fall not-offered">
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th class="year">2001</th>
|
||||
<td class="term spring not-offered">
|
||||
</td>
|
||||
<td colspan="2" class="term summer not-offered">
|
||||
</td>
|
||||
<td class="term fall not-offered">
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th class="year">2000</th>
|
||||
<td class="term spring not-offered">
|
||||
</td>
|
||||
<td colspan="2" class="term summer not-offered">
|
||||
</td>
|
||||
<td class="term fall not-offered">
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th class="year">1999</th>
|
||||
<td class="term spring not-offered">
|
||||
</td>
|
||||
<td colspan="2" class="term summer not-offered">
|
||||
</td>
|
||||
<td class="term fall not-offered">
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th class="year">1998</th>
|
||||
<td class="term spring unscheduled">
|
||||
</td>
|
||||
<td colspan="2" class="term summer not-offered">
|
||||
</td>
|
||||
<td class="term fall not-offered">
|
||||
</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
369
courses/PHYS-2160.html
Normal file
369
courses/PHYS-2160.html
Normal file
|
@ -0,0 +1,369 @@
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<title>
|
||||
PHYS-2160: Mentor First-year Phys Stdnts
|
||||
</title>
|
||||
<meta property="og:title" content="PHYS-2160: Mentor First-year Phys Stdnts">
|
||||
<meta property="og:description" content="Practicum in mentoring new students in Physics with focus on developing Mentor technical leadership skills. Note that this course cannot be applied toward the satisfaction of the Institute Math/Science Core requirement.">
|
||||
<link rel="stylesheet" href="../css/common.css">
|
||||
<link rel="stylesheet" href="../css/coursedisplay.css">
|
||||
<link rel="stylesheet" href="../css/themes.css">
|
||||
<link rel="shortcut icon" href="../favicon/quatalogIcon.png">
|
||||
<link rel="icon" href="../favicon/favicon.ico">
|
||||
<link rel="apple-touch-icon" sizes="180x180" href="../favicon/apple-touch-icon.png">
|
||||
<link rel="icon" type="image/png" sizes="32x32" href="../favicon/favicon-32x32.png">
|
||||
<link rel="icon" type="image/png" sizes="16x16" href="../favicon/favicon-16x16.png">
|
||||
<link rel="manifest" href="../favicon/site.webmanifest">
|
||||
<script src="../js/fuse.js"></script>
|
||||
<script src="../js/search_helper.js"></script>
|
||||
</head>
|
||||
<body class="search_plugin_added">
|
||||
<div id="qlog-header">
|
||||
<a id="qlog-wordmark" href="../"><svg><use href="../images/quatalogHWordmark.svg#QuatalogHWordmark"></use></svg></a>
|
||||
<form onsubmit="search_helper(event)">
|
||||
<input type="text" id="search" class="header-search" placeholder="Search...">
|
||||
</form>
|
||||
</div>
|
||||
<div id="cd-flex">
|
||||
<div id="course-info-container">
|
||||
<h1 id="name">
|
||||
Mentor First-year Phys Stdnts
|
||||
</h1>
|
||||
<h2 id="code">
|
||||
PHYS-2160
|
||||
</h2>
|
||||
<p>
|
||||
Practicum in mentoring new students in Physics with focus on developing Mentor technical leadership skills. Note that this course cannot be applied toward the satisfaction of the Institute Math/Science Core requirement.
|
||||
</p>
|
||||
<div id="cattrs-container">
|
||||
<span id="credits-pill" class="attr-pill">
|
||||
? credits
|
||||
</span>
|
||||
</div>
|
||||
<div id="prereq-container" class="rel-info-container">
|
||||
<div id="prereq-title" class="rel-info-title">
|
||||
Prereqs:
|
||||
</div>
|
||||
<div id="prereq-classes" class="rel-info-courses">
|
||||
<span class="none-rect">
|
||||
none
|
||||
</span>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div id="past-container">
|
||||
<h1 id="past-title">
|
||||
Past Term Data
|
||||
</h2>
|
||||
<input type="radio" id="simple-view-input" name="view-select" value="simple" checked="checked">
|
||||
<input type="radio" id="detail-view-input" name="view-select" value="detailed">
|
||||
<div id="opt-container">
|
||||
<div id="key-panel">
|
||||
<div id="yes-code" class="key-code">
|
||||
<span class="code-icon" id="yes-code-icon">
|
||||
<svg><use href="../icons.svg#circle-check"></use></svg>
|
||||
</span>
|
||||
Offered
|
||||
</div>
|
||||
<div id="no-code" class="key-code">
|
||||
<span class="code-icon" id="no-code-icon">
|
||||
<svg><use href="../icons.svg#circle-no"></use></svg>
|
||||
</span>
|
||||
Not Offered
|
||||
</div>
|
||||
<div id="diff-code" class="key-code">
|
||||
<span class="code-icon" id="diff-code-icon">
|
||||
<svg><use href="../icons.svg#circle-question"></use></svg>
|
||||
</span>
|
||||
Offered as Cross-Listing Only
|
||||
</div>
|
||||
<div id="nil-code" class="key-code">
|
||||
<span class="code-icon" id="nil-code-icon">
|
||||
<svg><use href="../icons.svg#circle-empty"></use></svg>
|
||||
</span>
|
||||
No Term Data
|
||||
</div>
|
||||
</div>
|
||||
<div id="control-panel">
|
||||
<label for="simple-view-input" id="simple-view-label" class="view-option-label">
|
||||
<span class="view-icon" id="simple-view-icon">
|
||||
<span class="view-icon-selected"><svg><use href="../icons.svg#circle-dot"></use></svg></span>
|
||||
<span class="view-icon-unselected"><svg><use href="../icons.svg#circle-empty"></use></svg></span>
|
||||
</span>
|
||||
Simple View
|
||||
</label>
|
||||
<label for="detail-view-input" id="detail-view-label" class="view-option-label">
|
||||
<span class="view-icon" id="detail-view-icon">
|
||||
<span class="view-icon-selected"><svg><use href="../icons.svg#circle-dot"></use></svg></span>
|
||||
<span class="view-icon-unselected"><svg><use href="../icons.svg#circle-empty"></use></svg></span>
|
||||
</span>
|
||||
Detailed View
|
||||
</label>
|
||||
</div>
|
||||
</div>
|
||||
<table id="years-table">
|
||||
<thead>
|
||||
<tr>
|
||||
<th></th>
|
||||
<th class="spring season-label">Spring</th>
|
||||
<th class="summer season-label" colspan="2">Summer</th>
|
||||
<th class="fall season-label">Fall</th>
|
||||
</tr>
|
||||
<tr>
|
||||
<th colspan="2"></th>
|
||||
<th class="summer2 midsum-label">(Session 1)</th>
|
||||
<th class="summer3 midsum-label">(Session 2)</th>
|
||||
<th></th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<th class="year">2024</th>
|
||||
<td class="term spring not-offered">
|
||||
</td>
|
||||
<td colspan="2" class="term summer not-offered">
|
||||
</td>
|
||||
<td class="term fall not-offered">
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th class="year">2023</th>
|
||||
<td class="term spring not-offered">
|
||||
</td>
|
||||
<td colspan="2" class="term summer not-offered">
|
||||
</td>
|
||||
<td class="term fall not-offered">
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th class="year">2022</th>
|
||||
<td class="term spring not-offered">
|
||||
</td>
|
||||
<td colspan="2" class="term summer not-offered">
|
||||
</td>
|
||||
<td class="term fall not-offered">
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th class="year">2021</th>
|
||||
<td class="term spring not-offered">
|
||||
</td>
|
||||
<td colspan="2" class="term summer not-offered">
|
||||
</td>
|
||||
<td class="term fall not-offered">
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th class="year">2020</th>
|
||||
<td class="term spring not-offered">
|
||||
</td>
|
||||
<td colspan="2" class="term summer not-offered">
|
||||
</td>
|
||||
<td class="term fall not-offered">
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th class="year">2019</th>
|
||||
<td class="term spring not-offered">
|
||||
</td>
|
||||
<td colspan="2" class="term summer not-offered">
|
||||
</td>
|
||||
<td class="term fall not-offered">
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th class="year">2018</th>
|
||||
<td class="term spring not-offered">
|
||||
</td>
|
||||
<td colspan="2" class="term summer not-offered">
|
||||
</td>
|
||||
<td class="term fall not-offered">
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th class="year">2017</th>
|
||||
<td class="term spring not-offered">
|
||||
</td>
|
||||
<td colspan="2" class="term summer not-offered">
|
||||
</td>
|
||||
<td class="term fall not-offered">
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th class="year">2016</th>
|
||||
<td class="term spring not-offered">
|
||||
</td>
|
||||
<td colspan="2" class="term summer not-offered">
|
||||
</td>
|
||||
<td class="term fall not-offered">
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th class="year">2015</th>
|
||||
<td class="term spring not-offered">
|
||||
</td>
|
||||
<td colspan="2" class="term summer not-offered">
|
||||
</td>
|
||||
<td class="term fall not-offered">
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th class="year">2014</th>
|
||||
<td class="term spring not-offered">
|
||||
</td>
|
||||
<td colspan="2" class="term summer not-offered">
|
||||
</td>
|
||||
<td class="term fall not-offered">
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th class="year">2013</th>
|
||||
<td class="term spring not-offered">
|
||||
</td>
|
||||
<td colspan="2" class="term summer not-offered">
|
||||
</td>
|
||||
<td class="term fall not-offered">
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th class="year">2012</th>
|
||||
<td class="term spring not-offered">
|
||||
</td>
|
||||
<td colspan="2" class="term summer not-offered">
|
||||
</td>
|
||||
<td class="term fall not-offered">
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th class="year">2011</th>
|
||||
<td class="term spring not-offered">
|
||||
</td>
|
||||
<td colspan="2" class="term summer not-offered">
|
||||
</td>
|
||||
<td class="term fall not-offered">
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th class="year">2010</th>
|
||||
<td class="term spring not-offered">
|
||||
</td>
|
||||
<td colspan="2" class="term summer not-offered">
|
||||
</td>
|
||||
<td class="term fall not-offered">
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th class="year">2009</th>
|
||||
<td class="term spring not-offered">
|
||||
</td>
|
||||
<td colspan="2" class="term summer not-offered">
|
||||
</td>
|
||||
<td class="term fall not-offered">
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th class="year">2008</th>
|
||||
<td class="term spring not-offered">
|
||||
</td>
|
||||
<td colspan="2" class="term summer not-offered">
|
||||
</td>
|
||||
<td class="term fall not-offered">
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th class="year">2007</th>
|
||||
<td class="term spring not-offered">
|
||||
</td>
|
||||
<td colspan="2" class="term summer not-offered">
|
||||
</td>
|
||||
<td class="term fall not-offered">
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th class="year">2006</th>
|
||||
<td class="term spring not-offered">
|
||||
</td>
|
||||
<td colspan="2" class="term summer not-offered">
|
||||
</td>
|
||||
<td class="term fall not-offered">
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th class="year">2005</th>
|
||||
<td class="term spring not-offered">
|
||||
</td>
|
||||
<td colspan="2" class="term summer not-offered">
|
||||
</td>
|
||||
<td class="term fall not-offered">
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th class="year">2004</th>
|
||||
<td class="term spring not-offered">
|
||||
</td>
|
||||
<td colspan="2" class="term summer not-offered">
|
||||
</td>
|
||||
<td class="term fall not-offered">
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th class="year">2003</th>
|
||||
<td class="term spring not-offered">
|
||||
</td>
|
||||
<td colspan="2" class="term summer not-offered">
|
||||
</td>
|
||||
<td class="term fall not-offered">
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th class="year">2002</th>
|
||||
<td class="term spring not-offered">
|
||||
</td>
|
||||
<td colspan="2" class="term summer not-offered">
|
||||
</td>
|
||||
<td class="term fall not-offered">
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th class="year">2001</th>
|
||||
<td class="term spring not-offered">
|
||||
</td>
|
||||
<td colspan="2" class="term summer not-offered">
|
||||
</td>
|
||||
<td class="term fall not-offered">
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th class="year">2000</th>
|
||||
<td class="term spring not-offered">
|
||||
</td>
|
||||
<td colspan="2" class="term summer not-offered">
|
||||
</td>
|
||||
<td class="term fall not-offered">
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th class="year">1999</th>
|
||||
<td class="term spring not-offered">
|
||||
</td>
|
||||
<td colspan="2" class="term summer not-offered">
|
||||
</td>
|
||||
<td class="term fall not-offered">
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th class="year">1998</th>
|
||||
<td class="term spring unscheduled">
|
||||
</td>
|
||||
<td colspan="2" class="term summer not-offered">
|
||||
</td>
|
||||
<td class="term fall not-offered">
|
||||
</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
|
@ -2096,7 +2096,11 @@
|
|||
"CSCI-4110",
|
||||
"CSCI-4120",
|
||||
"CSCI-4130",
|
||||
"CSCI-4140",
|
||||
"CSCI-4150",
|
||||
"CSCI-4160",
|
||||
"CSCI-4170",
|
||||
"CSCI-4180",
|
||||
"CSCI-4190",
|
||||
"CSCI-4210",
|
||||
"CSCI-4220",
|
||||
|
@ -5313,6 +5317,7 @@
|
|||
"PHYS-2050",
|
||||
"PHYS-2100",
|
||||
"PHYS-2110",
|
||||
"PHYS-2160",
|
||||
"PHYS-2210",
|
||||
"PHYS-2220",
|
||||
"PHYS-2310",
|
||||
|
|
|
@ -14933,6 +14933,13 @@
|
|||
"description" : "This interdisciplinary course explores the fascinating intersection between Artificial Intelligence (AI) as portrayed in fiction and its real-world counterparts. Students will delve into literary and cinematic works as well as news media and current affairs that feature AI while concurrently studying the historical development, technological underpinnings, ethical considerations, and societal impacts of AI. Through critical analysis, discussions, and a project, students will gain a nuanced understanding of AI's portrayal in various media and its implications in our rapidly evolving world.",
|
||||
"name" : "Ai In Fiction And Fact"
|
||||
},
|
||||
{
|
||||
"attributes" : null,
|
||||
"code" : "CSCI-4140",
|
||||
"credits" : "? credits",
|
||||
"description" : "The first portion of this course introduces the optimization background necessary to understand the algorithms that dominate the landscape of machine learning. The second portion introduces effective architectures used in modern machine learning. Students revisit classical models and learn state-of-the-art models, always in service of gaining algorithmic insight that is broadly useful beyond specific models.",
|
||||
"name" : "Machine Learning & Optimiztn"
|
||||
},
|
||||
{
|
||||
"attributes" : null,
|
||||
"code" : "CSCI-4150",
|
||||
|
@ -14940,6 +14947,27 @@
|
|||
"description" : "Topics and techniques of artificial intelligence using the language LISP. Topics include search, knowledge representation, expert systems, theorem proving, natural language interfaces, learning, game playing, and computer vision. Techniques include pattern matching, data-driven programming, substitution rules, frames, heuristic search, transition networks, neural networks, and evolutionary computation. Development of programming proficiency in LISP is emphasized.",
|
||||
"name" : "Introduction To Artificial Intelligence"
|
||||
},
|
||||
{
|
||||
"attributes" : null,
|
||||
"code" : "CSCI-4160",
|
||||
"credits" : "? credits",
|
||||
"description" : "This is an introductory course on the theory and practice of reinforcement learning (RL). We will derive the full RL framework, starting from Markov chains and Markov reward processes and building up to Markov decision processes. We will then cover classic RL approaches such as dynamic programming, Monte Carlo methods and Q-learning. Furthermore, we will cover more advanced topics such as deep learning, deep RL, as well as policy-gradient and actor-critic methods. Course activities include programming assignments as well as written homework testing students\u2019 understanding of the material.",
|
||||
"name" : "Reinforcement Learning"
|
||||
},
|
||||
{
|
||||
"attributes" : null,
|
||||
"code" : "CSCI-4170",
|
||||
"credits" : "? credits",
|
||||
"description" : "We will study machine learning and AI solutions to real world problems using publicly available datasets. Topics include Deep Learning, Training Neural Networks (NN), Recurrent NN, Convolution NN, Auto-encoders, Generative Models, Natural Language processing (NLP), Reinforcement Learning, Diffusion models, Recommender Systems.",
|
||||
"name" : "Projects In Ai & Machine Lrng"
|
||||
},
|
||||
{
|
||||
"attributes" : null,
|
||||
"code" : "CSCI-4180",
|
||||
"credits" : "? credits",
|
||||
"description" : "This seminar course introduces students with knowledge of machine learning to modern desiderata for trustworthy machine learning, including alignment, fairness, adversarial robustness, privacy, and their interrelations. Students read, present, and discuss seminal and influential recent papers in the field. The course includes a project component aimed at synthesizing the students\u2019 learning.",
|
||||
"name" : "Trustworthy Machine Learning"
|
||||
},
|
||||
{
|
||||
"attributes" : null,
|
||||
"code" : "CSCI-4190",
|
||||
|
@ -37996,6 +38024,13 @@
|
|||
"description" : "This course is not in the most recent catalog. It may have been discontinued, had its course code changed, or just not be in the catalog for some other reason.",
|
||||
"name" : "Modern Physics"
|
||||
},
|
||||
{
|
||||
"attributes" : null,
|
||||
"code" : "PHYS-2160",
|
||||
"credits" : "? credits",
|
||||
"description" : "Practicum in mentoring new students in Physics with focus on developing Mentor technical leadership skills. Note that this course cannot be applied toward the satisfaction of the Institute Math/Science Core requirement.",
|
||||
"name" : "Mentor First-year Phys Stdnts"
|
||||
},
|
||||
{
|
||||
"attributes" : null,
|
||||
"code" : "PHYS-2210",
|
||||
|
|
Loading…
Reference in a new issue