Mathematical Modeling
Math 350, Spring 2021
This course explores the process of building, analyzing, and
interpreting mathematical descriptions of physical processes.
Topics may include feature extraction, partial differential
equations, neural networks, statistical models. The course
will involve some computer programming, so previous programming
experience is helpful, but not required.
There is no required text for this course. Class notes will be provided.
Beginning Material
Daily Links
- Weeks 1 to 11 are here...
- Week 12: Apr 12-Apr 16: k-Nearest Neigbor Classifiers and Working with Data.
- Mon, Apr 12
- Wed, Apr 14: k-NN Regression.
- Fri, Apr 16: Linear Neural Networks.
- Week 13: Apr 19-Apr 23
- Mon, Apr 19: Live session to chat. All the code folders from last week have been updated
to include examples and Python code. Links from today:
- Wed, Apr 21: Radial Basis Functions (Day 1- Overview)
- Fri, Apr 23: Radial Basis Functions (Day 2: Applications and Code)
- Week 14: Apr 26-Apr 30
- Mon, Apr 26: RBF OLS
- Wed, Apr 28: Feed Forward Neural Nets: Today, I'm linking you to some very nicely done introductions
to neural networks. Please watch the videos and afterwards read through the notes. On Friday, we're going to
go through training, and then hopefully build a net from scratch.
- Fri, Apr 30: Neural Nets- Backpropagation and building from scratch
- Week 15: May 3 - May 7
- Mon May 3: Autoencoders
- Wed May 5: Deep Learning
- Fri May 7: Spring Break Day
- Week 16: May 10 (one day- we'll discuss the final- See the links below).
Exam Links
Exam 1 Links:
Exam 2 Links:
The exam format will be the same as last time, so you might check over the first
link from the first exam, "What should I expect from an Exam on Canvas?". The addition
is that you may use Matlab/Octave and/or Python, as appropriate.
Final Exam Links
Matlab/Octave Notes