Difference between revisions of "Math 380: Mathematical Foundations of Data Science"
From MathWiki
(→Minimal learning outcomes) |
(→Courses for which this course is prerequisite) |
||
| (2 intermediate revisions by the same user not shown) | |||
| Line 19: | Line 19: | ||
=== Minimal learning outcomes === | === Minimal learning outcomes === | ||
| − | |||
# Geometry and linear algebra in high-dimensional space | # Geometry and linear algebra in high-dimensional space | ||
#* Working in high-dimensional space | #* Working in high-dimensional space | ||
| Line 42: | Line 41: | ||
#* MLE is an optimization problem that usually cannot be solved analytically | #* MLE is an optimization problem that usually cannot be solved analytically | ||
#* Use modeling and optimization skills to solve an interesting problem: | #* Use modeling and optimization skills to solve an interesting problem: | ||
| − | # | + | #** Clustering |
| − | + | #** Prediction | |
| − | + | #** Anomaly detection | |
| − | + | ||
| − | + | ||
=== Textbooks === | === Textbooks === | ||
| Line 54: | Line 51: | ||
=== Courses for which this course is prerequisite === | === Courses for which this course is prerequisite === | ||
| + | [[Category:Courses|380]] | ||
Latest revision as of 09:15, 2 October 2024
Contents
Catalog Information
Title
Mathematical Foundations of Data Science
(Credit Hours:Lecture Hours:Lab Hours)
(3:3:0)
Offered
Contact Department
Prerequisite
Description
Mathematical aspects of data science, including high-dimensional geometry and linear algebra, optimization, and probabilistic modeling.
Desired Learning Outcomes
Minimal learning outcomes
- Geometry and linear algebra in high-dimensional space
- Working in high-dimensional space
- Intro to dimension reduction (including for visualization and computational necessity)
- Johnson-Lindenstrauss
- SVD
- For dimension reduction
- For data compression
- PCA
- Use to solve the normal equation of OLS, even with collinearity
- More about eigenvalues and eigenvectors and their uses
- Non-linear dimension reduction (e.g., Isomap/LLE) #* Quotient Groups
- Optimization
- Motivation: Overview of Machine Learning—it’s all just optimization and sampling
- Gradients and Hessians and what they tell us about the loss landscape
- Symbolic and automatic differentiation (sympy and autograd)
- Gradient descent
- Newton and Quasi-Newton
- Regularization
- Probabilistic Modeling
- Basic distributions, both discrete and continuous
- MLE is an optimization problem that usually cannot be solved analytically
- Use modeling and optimization skills to solve an interesting problem:
- Clustering
- Prediction
- Anomaly detection