mirror of
https://github.com/quatalog/site.git
synced 2024-11-22 14:52:52 +00:00
Thu Mar 7 01:07:22 UTC 2024
This commit is contained in:
parent
9d595828d4
commit
2cba76b323
|
@ -2,10 +2,10 @@
|
|||
<html>
|
||||
<head>
|
||||
<title>
|
||||
CSCI-2210: Programming In Lisp
|
||||
CSCI-2210: Math Fndtns Of Machine Lrning
|
||||
</title>
|
||||
<meta property="og:title" content="CSCI-2210: Programming In Lisp">
|
||||
<meta property="og:description" content="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.">
|
||||
<meta property="og:title" content="CSCI-2210: Math Fndtns Of Machine Lrning">
|
||||
<meta property="og:description" content="This course covers the essential building blocks of machine learning, focusing on topics in linear algebra, continuous probability and stochastic, and optimization. This provides students with foundational mathematical concepts to the components of machine learning - data, models, and learning algorithms - at an introductory level, emphasizing their basic functionalities and relationships. These mathematical foundations are the bedrock upon which machine learning is constructed. The topics that will be covered in this course are: Vectors, matrices, matrix operations and decomposition, eigenvalues, eigenvectors, vector calculus, calculating gradients of functions of vectors and matrices, probability theory, and linear regression.">
|
||||
<link rel="stylesheet" href="../css/common.css">
|
||||
<link rel="stylesheet" href="../css/coursedisplay.css">
|
||||
<link rel="stylesheet" href="../css/themes.css">
|
||||
|
@ -28,13 +28,13 @@
|
|||
<div id="cd-flex">
|
||||
<div id="course-info-container">
|
||||
<h1 id="name">
|
||||
Programming In Lisp
|
||||
Math Fndtns Of Machine Lrning
|
||||
</h1>
|
||||
<h2 id="code">
|
||||
CSCI-2210
|
||||
</h2>
|
||||
<p>
|
||||
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.
|
||||
This course covers the essential building blocks of machine learning, focusing on topics in linear algebra, continuous probability and stochastic, and optimization. This provides students with foundational mathematical concepts to the components of machine learning - data, models, and learning algorithms - at an introductory level, emphasizing their basic functionalities and relationships. These mathematical foundations are the bedrock upon which machine learning is constructed. The topics that will be covered in this course are: Vectors, matrices, matrix operations and decomposition, eigenvalues, eigenvectors, vector calculus, calculating gradients of functions of vectors and matrices, probability theory, and linear regression.
|
||||
</p>
|
||||
<div id="cattrs-container">
|
||||
<span id="credits-pill" class="attr-pill">
|
||||
|
|
|
@ -2,10 +2,10 @@
|
|||
<html>
|
||||
<head>
|
||||
<title>
|
||||
CSCI-4130: Natural Language Processing
|
||||
CSCI-4130: Ai In Fiction And Fact
|
||||
</title>
|
||||
<meta property="og:title" content="CSCI-4130: Natural Language Processing">
|
||||
<meta property="og:description" content="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.">
|
||||
<meta property="og:title" content="CSCI-4130: Ai In Fiction And Fact">
|
||||
<meta property="og:description" content="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.">
|
||||
<link rel="stylesheet" href="../css/common.css">
|
||||
<link rel="stylesheet" href="../css/coursedisplay.css">
|
||||
<link rel="stylesheet" href="../css/themes.css">
|
||||
|
@ -28,13 +28,13 @@
|
|||
<div id="cd-flex">
|
||||
<div id="course-info-container">
|
||||
<h1 id="name">
|
||||
Natural Language Processing
|
||||
Ai In Fiction And Fact
|
||||
</h1>
|
||||
<h2 id="code">
|
||||
CSCI-4130
|
||||
</h2>
|
||||
<p>
|
||||
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.
|
||||
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.
|
||||
</p>
|
||||
<div id="cattrs-container">
|
||||
<span id="credits-pill" class="attr-pill">
|
||||
|
|
|
@ -46,7 +46,7 @@
|
|||
Cross-listed with:
|
||||
</div>
|
||||
<div id=crosslist-classes" class="rel-info-courses">
|
||||
<a class="course-pill" href="CSCI-4130">CSCI-4130 Natural Language Processing</a>
|
||||
<a class="course-pill" href="CSCI-4130">CSCI-4130 Ai In Fiction And Fact</a>
|
||||
</div>
|
||||
</div>
|
||||
<div id="prereq-container" class="rel-info-container">
|
||||
|
|
|
@ -14650,8 +14650,8 @@
|
|||
"attributes" : null,
|
||||
"code" : "CSCI-2210",
|
||||
"credits" : "1 credit",
|
||||
"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" : "Programming In Lisp"
|
||||
"description" : "This course covers the essential building blocks of machine learning, focusing on topics in linear algebra, continuous probability and stochastic, and optimization. This provides students with foundational mathematical concepts to the components of machine learning - data, models, and learning algorithms - at an introductory level, emphasizing their basic functionalities and relationships. These mathematical foundations are the bedrock upon which machine learning is constructed. The topics that will be covered in this course are: Vectors, matrices, matrix operations and decomposition, eigenvalues, eigenvectors, vector calculus, calculating gradients of functions of vectors and matrices, probability theory, and linear regression.",
|
||||
"name" : "Math Fndtns Of Machine Lrning"
|
||||
},
|
||||
{
|
||||
"attributes" : null,
|
||||
|
@ -14930,8 +14930,8 @@
|
|||
"attributes" : null,
|
||||
"code" : "CSCI-4130",
|
||||
"credits" : "4 credits",
|
||||
"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" : "Natural Language Processing"
|
||||
"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,
|
||||
|
|
Loading…
Reference in a new issue