User Tools

Site Tools


schedule

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

schedule [2016/12/14 07:53]
anderson [January]
schedule [2024/01/08 18:40]
Line 1: Line 1:
-====== Schedule ====== 
- 
-/* 
-Follow this link to view all [[https://echo.colostate.edu/ess/portal/section/37e 
-115b6-e68b-4318-89ff-d1ecf025c0b9|lecture videos]]. 
-*/ 
-===== Announcements ===== 
- 
-/* 
- 
-**May 9:** At the bottom of this page is a link to a summary of the content expected in your project reports. 
- 
-**April 29:** My latest neural network code is available at [[http://www.cs.colostate.edu/~anderson/cs480/notebooks/nn7.tar|nn7.tar]]. 
- 
-*/ 
-===== January ===== 
- 
-|< 100% 20% 20% 30% 10% 20%  >| 
-^  Week      ^  Topic      ^  Material  ^  Reading          ^  Assignments  ^ 
-| Week 1:\\  Jan 17 - Jan 20    | Overview. Intro to machine learning. Python.  | [[http://nbviewer.ipython.org/url/www.cs.colostate.edu/~anderson/cs480/notebooks/01 Course Overview.ipynb|01 Course Overview]],\\  [[http://nbviewer.ipython.org/url/www.cs.colostate.edu/~anderson/cs480/notebooks/02 Matrices and Plotting.ipynb|02 Matrices and Plotting]],  | Text: Sections 1.1-1.5. Section 1 of   [[http://www.scipy-lectures.org|Scipy Lecture Notes]]      |  |  
-| Week 2:\\ Jan 23 - Jan 27    | Probability distributions and regression.    | [[http://nbviewer.ipython.org/url/www.cs.colostate.edu/~anderson/cs480/notebooks/03 Linear Regression.ipynb|03 Linear Regression]],\\ [[http://nbviewer.ipython.org/url/www.cs.colostate.edu/~anderson/cs480/notebooks/04 Gaussian Distributions.ipynb|04 Gaussian Distributions]],\\ [[http://nbviewer.ipython.org/url/www.cs.colostate.edu/~anderson/cs480/notebooks/05 Fitting Gaussians.ipynb|05 Fitting Gaussians]],\\ [[http://nbviewer.ipython.org/url/www.cs.colostate.edu/~anderson/cs480/notebooks/06 Probabilistic Linear Regression.ipynb|06 Probabilistic Linear Regression]]    | Sections 4.1-4.2, 4.6-4.9, 5.8-5.9      /* [[http://nbviewer.ipython.org/url/www.cs.colostate.edu/~anderson/cs480/notebooks/A1 Linear Regression.ipynb|A1 Linear Regression]] due Friday, January 29th at 10:00 PM. Download and unzip [[http://www.cs.colostate.edu/~anderson/cs480/notebooks/A1 Grader.zip|A1 Grader.zip]]\\ Here are five examples of good solutions: [[http://nbviewer.ipython.org/url/www.cs.colostate.edu/~anderson/cs480/notebooks/A1good/A1a.ipynb|A1a]], [[http://nbviewer.ipython.org/url/www.cs.colostate.edu/~anderson/cs480/notebooks/A1good/A1b.ipynb|A1b]], [[http://nbviewer.ipython.org/url/www.cs.colostate.edu/~anderson/cs480/notebooks/A1good/A1c.ipynb|A1c]], [[http://nbviewer.ipython.org/url/www.cs.colostate.edu/~anderson/cs480/notebooks/A1good/A1d.ipynb|A1d]], [[http://nbviewer.ipython.org/url/www.cs.colostate.edu/~anderson/cs480/notebooks/A1good/A1e.ipynb|A1e]]   */ |   
- 
-/* 
- 
-===== February ===== 
- 
-|< 100% 20% 20% 30% 10% 20%  >| 
-^  Week      ^  Topic      ^  Material  ^  Reading          ^  Assignments  ^ 
-| Week 3:\\ Feb 1 - Feb 5      | Ridge regression. Data partitioning. On-line, incremental regression. Regression with fixed nonlinearities.  | [[http://nbviewer.ipython.org/url/www.cs.colostate.edu/~anderson/cs480/notebooks/07 Linear Ridge Regression and Data Partitioning.ipynb|07 Linear Ridge Regression and Data Partitioning]],\\ [[http://nbviewer.ipython.org/url/www.cs.colostate.edu/~anderson/cs480/notebooks/08 Sample-by-Sample Linear Regression.ipynb|08 Sample-by-Sample Linear Regression]],\\ [[http://nbviewer.ipython.org/url/www.cs.colostate.edu/~anderson/cs480/notebooks/09 Linear Regression with Fixed Nonlinear Features.ipynb|09 Linear Regression with Fixed Nonlinear Features]]    | | 
-| Week 4:\\ Feb 8 - Feb 12     | Nonlinear regression with neural networks.    | [[http://nbviewer.ipython.org/url/www.cs.colostate.edu/~anderson/cs480/notebooks/10 Nonlinear Regression with Neural Networks.ipynb|10 Nonlinear Regression with Neural Networks]],\\  [[http://nbviewer.ipython.org/url/www.cs.colostate.edu/~anderson/cs480/notebooks/11 More Nonlinear Regression with Neural Networks.ipynb|11 More Nonlinear Regression with Neural Networks]]  | 11.1-11.5, 11.7.1, 11.7.4, 11.8.1-11.8.2  
-| Week 5:\\ Feb 15 - Feb 19    | Autoencoders. Recurrent neural networks.     | [[http://nbviewer.ipython.org/url/www.cs.colostate.edu/~anderson/cs480/notebooks/12 Autoencoder Neural Networks.ipynb|12 Autoencoder Neural Networks]]\\ [[http://nbviewer.ipython.org/url/www.cs.colostate.edu/~anderson/cs480/notebooks/13 Recurrent Neural Networks.ipynb|13 Recurrent Neural Networks]]   | 11.9, 11.12, 11.14    [[http://nbviewer.ipython.org/url/www.cs.colostate.edu/~anderson/cs480/notebooks/A2 Linear Regression with Fixed Nonlinear Features.ipynb|A2 Linear Regression with Fixed Nonlinear Features]] due Monday, Feb 15 at 10:00 PM.\\ Here are three examples of good solutions: [[http://nbviewer.ipython.org/url/www.cs.colostate.edu/~anderson/cs480/notebooks/A2good/A2a.ipynb|A2a]], [[http://nbviewer.ipython.org/url/www.cs.colostate.edu/~anderson/cs480/notebooks/A2good/A2b.ipynb|A2b]], [[http://nbviewer.ipython.org/url/www.cs.colostate.edu/~anderson/cs480/notebooks/A2good/A2c.ipynb|A2c]]   | 
-| Week 6:\\ Feb 22 - Feb 26    | Classification, generative models.   | [[http://nbviewer.ipython.org/url/www.cs.colostate.edu/~anderson/cs480/notebooks/14 Introduction to Classification.ipynb|14 Introduction to Classification]]   | 4.3-4.5, 5.5-5.7  | 
- 
-===== March ===== 
- 
-|< 100% 20% 20% 30% 10% 20%  >| 
-^  Week      ^  Topic      ^  Material  ^  Reading          ^  Assignments  ^ 
-| Week 7:\\ Feb 29 - Mar 5     | Classification, Introduction to Support Vector Machines.   | Monday: GTA Jake Lee will discuss questions on Assignment 3.  Wednesday: Guest lecture by Dr. Asa Ben-Hur.\\ [[http://nbviewer.ipython.org/url/www.cs.colostate.edu/~anderson/cs480/notebooks/15 Classification with Linear Logistic Regression.ipynb|15 Classification with Linear Logistic Regression]]\\ [[http://www.cs.colostate.edu/~anderson/cs480/notebooks/svms-asa.pdf|SVM Slides]]  | 10.1-10.4, 10.5-10.10    | [[http://nbviewer.ipython.org/url/www.cs.colostate.edu/~anderson/cs480/notebooks/A3 Neural Network Regression.ipynb|A3 Neural Network Regression]] due Monday, Feb 29 at 10:00 PM.\\ Here are examples of good solutions: [[http://nbviewer.ipython.org/url/www.cs.colostate.edu/~anderson/cs480/notebooks/A3good/A3a.ipynb|A3a]], [[http://nbviewer.ipython.org/url/www.cs.colostate.edu/~anderson/cs480/notebooks/A3good/A3b.ipynb|A3b]], [[http://nbviewer.ipython.org/url/www.cs.colostate.edu/~anderson/cs480/notebooks/A3good/A3c.ipynb|A3c]],[[http://nbviewer.ipython.org/url/www.cs.colostate.edu/~anderson/cs480/notebooks/A3good/A3d.ipynb|A3d]], [[http://nbviewer.ipython.org/url/www.cs.colostate.edu/~anderson/cs480/notebooks/A3good/A3e.ipynb|A3e]], [[http://nbviewer.ipython.org/url/www.cs.colostate.edu/~anderson/cs480/notebooks/A3good/A3f.ipynb|A3f]],[[http://nbviewer.ipython.org/url/www.cs.colostate.edu/~anderson/cs480/notebooks/A3good/A3g.ipynb|A3g]], [[http://nbviewer.ipython.org/url/www.cs.colostate.edu/~anderson/cs480/notebooks/A3good/A3h.ipynb|A3h]]  | 
-| Week 8:\\ Mar 7 - Mar 11     | Classification with neural networks.     | [[http://nbviewer.ipython.org/url/www.cs.colostate.edu/~anderson/cs480/notebooks/16 Classification with Nonlinear Logistic Regression Using Neural Networks.ipynb|16 Classification with Nonlinear Logistic Regression Using Neural Networks]]  | 11.7.2     | 
-|  Mar 14 - Mar 18    | Spring Break!    |       | 
-| Week 9:\\ Mar 21 - Mar 25    | Bottleneck, and deep networks.    | [[http://nbviewer.ipython.org/url/www.cs.colostate.edu/~anderson/cs480/notebooks/17 Analysis of Neural Network Classifiers and Bottleneck Networks.ipynb|17 Analysis of Neural Network Classifiers and Bottleneck Networks]]\\  [[http://nbviewer.ipython.org/url/www.cs.colostate.edu/~anderson/cs480/notebooks/18 Digits.ipynb|18 Digits]]  | 11.8.3, 11.11, 11.13      
-| Week 10:\\ Mar 28 - Apr 1    | Convolutional neural nets. Clustering.  | [[http://nbviewer.ipython.org/url/www.cs.colostate.edu/~anderson/cs480/notebooks/19 Convolutional Neural Networks.ipynb|19 Convolutional Neural Networks]] \\  [[http://nbviewer.ipython.org/url/www.cs.colostate.edu/~anderson/cs480/notebooks/20 Clustering.ipynb|20 Clustering]] \\  [[http://nbviewer.ipython.org/url/www.cs.colostate.edu/~anderson/cs480/notebooks/21 Mixtures of Gaussians.ipynb|21 Mixtures of Gaussians]]   | 7.1-7.10  | [[http://nbviewer.ipython.org/url/www.cs.colostate.edu/~anderson/cs480/notebooks/A4 Classification with LDA, QDA, and Logistic Regression.ipynb|A4 Classification with LDA, QDA, and Logistic Regression]] due Tuesday, March 29 at 10:00 PM. Here are examples of good solutions: [[http://nbviewer.ipython.org/url/www.cs.colostate.edu/~anderson/cs480/notebooks/A4good/a4a.ipynb|a4a]], [[http://nbviewer.ipython.org/url/www.cs.colostate.edu/~anderson/cs480/notebooks/A4good/a4b.ipynb|a4b]], [[http://nbviewer.ipython.org/url/www.cs.colostate.edu/~anderson/cs480/notebooks/A4good/a4c.ipynb|a4c]],[[http://nbviewer.ipython.org/url/www.cs.colostate.edu/~anderson/cs480/notebooks/A4good/a4d.ipynb|a4d]], [[http://nbviewer.ipython.org/url/www.cs.colostate.edu/~anderson/cs480/notebooks/A4good/a4e.ipynb|a4e]], [[http://nbviewer.ipython.org/url/www.cs.colostate.edu/~anderson/cs480/notebooks/A4good/a4f.ipynb|a4f]],[[http://nbviewer.ipython.org/url/www.cs.colostate.edu/~anderson/cs480/notebooks/A4good/a4g.ipynb|a4g]], [[http://nbviewer.ipython.org/url/www.cs.colostate.edu/~anderson/cs480/notebooks/A4good/a4h.ipynb|a4h]]  | 
- 
-===== April ===== 
- 
-|< 100% 20% 20% 30% 10% 20%  >| 
-^  Week      ^  Topic      ^  Material  ^  Reading          ^  Assignments  ^ 
-| Week 11:\\ Apr 4 - Apr 8      | Reinforcement Learning  | [[http://nbviewer.ipython.org/url/www.cs.colostate.edu/~anderson/cs480/notebooks/22 Introduction to Reinforcement Learning.ipynb|22 Introduction to Reinforcement Learning]]\\ [[http://nbviewer.ipython.org/url/www.cs.colostate.edu/~anderson/cs480/notebooks/23 Reinforcement Learning for Two Player Games.ipynb|23 Reinforcement Learning for Two Player Games]]\\ [[http://nbviewer.ipython.org/url/www.cs.colostate.edu/~anderson/cs480/notebooks/24 Reinforcement Learning with Neural Network as Q Function.ipynb|24 Reinforcement Learning with Neural Network as Q Function]]  | 18.1-18.9  | 
-| Week 12:\\ Apr 11 - Apr 15    | Dimensionality reduction.  |  [[http://nbviewer.ipython.org/url/www.cs.colostate.edu/~anderson/cs480/notebooks/25 Tic-Tac-Toe with Neural Network Q Function.ipynb|25 Tic-Tac-Toe with Neural Network Q Function]]\\ [[http://nbviewer.ipython.org/url/www.cs.colostate.edu/~anderson/cs480/notebooks/26 Linear Dimensionality Reduction.ipynb|26 Linear Dimensionality Reduction]]\\  [[http://nbviewer.ipython.org/url/www.cs.colostate.edu/~anderson/cs480/notebooks/27 Nonlinear Dimensionality Reduction with Digits Example.ipynb|27 Nonlinear Dimensionality Reduction with Digits Example]]  | 6.1-6.8, 6.10-6.13  | 
-| Week 13:\\ Apr 18 - Apr 22    | Nonparametric methods  | [[http://nbviewer.ipython.org/url/www.cs.colostate.edu/~anderson/cs480/notebooks/28 Nonparametric Classification with K Nearest Neighbors.ipynb|28 Nonparametric Classification with K Nearest Neighbors]], [[http://nbviewer.ipython.org/url/www.cs.colostate.edu/~anderson/cs480/notebooks/29 Support Vector Machines.ipynb|29 Support Vector Machines]]  | 8.1-8.10  | [[http://nbviewer.ipython.org/url/www.cs.colostate.edu/~anderson/cs480/notebooks/A5 Reinforcement Learning Solution to Visual Tic-Tac-Toe.ipynb|A5 Reinforcement Learning Solution to Visual Tic-Tac-Toe]] due Wednesday, April 20 at 10:00 PM.\\ Here are examples of good solutions: [[http://nbviewer.ipython.org/url/www.cs.colostate.edu/~anderson/cs480/notebooks/A5good/a.ipynb|a5a]], [[http://nbviewer.ipython.org/url/www.cs.colostate.edu/~anderson/cs480/notebooks/A5good/b.ipynb|a5b]], [[http://nbviewer.ipython.org/url/www.cs.colostate.edu/~anderson/cs480/notebooks/A5good/c.ipynb|a5c]],[[http://nbviewer.ipython.org/url/www.cs.colostate.edu/~anderson/cs480/notebooks/A5good/d.ipynb|a5d]], [[http://nbviewer.ipython.org/url/www.cs.colostate.edu/~anderson/cs480/notebooks/A5good/e.ipynb|a5e]], [[http://nbviewer.ipython.org/url/www.cs.colostate.edu/~anderson/cs480/notebooks/A5good/f.ipynb|a5f]],[[http://nbviewer.ipython.org/url/www.cs.colostate.edu/~anderson/cs480/notebooks/A5good/g.ipynb|a5g]]\\  Check in your [[http://nbviewer.ipython.org/url/www.cs.colostate.edu/~anderson/cs480/notebooks/Project Proposal.ipynb|Project Proposal]] by Friday, April 22nd, at 10:00 PM  | 
-| Week 14:\\ Apr 25 - Apr 29    | | [[http://nbviewer.ipython.org/url/www.cs.colostate.edu/~anderson/cs480/notebooks/31 Machine Learning for Brain-Computer Interfaces.ipynb|31 Machine Learning for Brain-Computer Interfaces]], [[http://nbviewer.ipython.org/url/www.cs.colostate.edu/~anderson/cs480/notebooks/32 Comparison of Algorithms for BCI.ipynb|32 Comparison of Algorithms for BCI]], [[http://nbviewer.ipython.org/url/www.cs.colostate.edu/~anderson/cs480/notebooks/33 Convolutional Neural Networks for BCI.ipynb|33 Convolutional Neural Networks for BCI]]  | | 
- 
- 
- 
-===== May ===== 
- 
-|< 100% 20% 20% 30% 10% 20%  >| 
-^  Week      ^  Topic      ^  Material  ^  Reading          ^  Assignments  ^ 
-| Week 15:\\ May 2 - May 6    | Multiple models.\\ PLEASE ATTEND MAY 6th LECTURE TO FILL OUT THE ASCSU STUDENT COURSE SURVEYS! Distance-section students will be filling out the survey on-line.   | [[http://nbviewer.ipython.org/url/www.cs.colostate.edu/~anderson/cs480/notebooks/34 Ensembles of Convolutional Neural Networks.ipynb|34 Ensembles of Convolutional Neural Networks]], [[http://nbviewer.ipython.org/url/www.cs.colostate.edu/~anderson/cs480/notebooks/35 Ensembles of Convolutional Neural Networks for BCI.ipynb|35 Ensembles of Convolutional Neural Networks for BCI]]  | 17.1-17.12   | 
- 
-| Week 16:\\ May 10    | Final Project Notebook Due.    | | | Check in final project notebook by Tuesday, May 10th, at 10:00 PM. [[Final Project Report|Here is a summary]] of what is expected in your reportsl  | 
- 
-Selected Project Reports (in no particular order): 
- 
-  * [[http://nbviewer.ipython.org/url/www.cs.colostate.edu/~anderson/cs480/notebooks/Projects/dayalex_67206_4742841_Day FinalProject.ipynb|Tracking GLR-1 Receptors in Time-Lapse Imaging]] 
-  * [[http://nbviewer.ipython.org/url/www.cs.colostate.edu/~anderson/cs480/notebooks/Projects/torresandy_23458_4746802_Torres AFinal.ipynb|Kaggle's Santander Data Analysis and Classification]] 
-  * [[http://nbviewer.ipython.org/url/www.cs.colostate.edu/~anderson/cs480/notebooks/Projects/Calderon Jaramillo Report.ipynb|Reinforcement Learning in Pong]] 
-  * [[http://nbviewer.ipython.org/url/www.cs.colostate.edu/~anderson/cs480/notebooks/Projects/mishraankit_38357_4746332_Mishra_Final_Project-2.ipynb|Evaluating factors affecting pricing in California Markets utilizing Machine Learning methods. ]] 
-  * [[http://nbviewer.ipython.org/url/www.cs.colostate.edu/~anderson/cs480/notebooks/Projects/arkenbergadrion_483_4743731_Arkenberg Project.ipynb|Classifying Raptor Feathers Using Convolutional Neural Networks (CNNs)]] 
-  * [[http://nbviewer.ipython.org/url/www.cs.colostate.edu/~anderson/cs480/notebooks/Projects/EasonFinalProject.ipynb|Exploring Reddit Karma Trends]] 
-  * [[http://nbviewer.ipython.org/url/www.cs.colostate.edu/~anderson/cs480/notebooks/Projects/porecasey_52217_4747688_cpore_final_project-1.ipynb|A Comparison of Classifiers on Digitally Captured Handwritten Digits]] 
-  * [[http://nbviewer.ipython.org/url/www.cs.colostate.edu/~anderson/cs480/notebooks/Projects/Yang Project.ipynb|Applying Neural Network Regrssion on BMP Database]] 
-  * [[http://nbviewer.ipython.org/url/www.cs.colostate.edu/~anderson/cs480/notebooks/Projects/Connect-4 with Neural Network Q Function.ipynb|Connect-4 with Neural Network Q Function]] 
-  * [[http://nbviewer.ipython.org/url/www.cs.colostate.edu/~anderson/cs480/notebooks/Projects/Douda Final Report.ipynb|Modeling Red and White Wine Quality From Multiple Factors]] 
-  * [[http://nbviewer.ipython.org/url/www.cs.colostate.edu/~anderson/cs480/notebooks/Projects/Torain Project.ipynb|Trying to determine Customer Satisfaction based on numeric variables]] 
-  * [[http://nbviewer.ipython.org/url/www.cs.colostate.edu/~anderson/cs480/notebooks/Projects/iyerrohit_34532_4748004_Final_Project.ipynb|Sentiment Analysis on Amazon Product Reviews]] 
-  * [[http://nbviewer.ipython.org/url/www.cs.colostate.edu/~anderson/cs480/notebooks/Projects/Dale Final Project.ipynb|Estimating Income Based Off Socioeconomic Factors]] 
-  * [[http://nbviewer.ipython.org/url/www.cs.colostate.edu/~anderson/cs480/notebooks/Projects/Edwards Final Project.ipynb|Clustering of Genomic Functional Elements]] 
-  * [[http://nbviewer.ipython.org/url/www.cs.colostate.edu/~anderson/cs480/notebooks/Projects/Herman Final Project.ipynb|Predicting NBA Team Wins]] 
-  * [[http://nbviewer.ipython.org/url/www.cs.colostate.edu/~anderson/cs480/notebooks/Projects/larisonjosh_52678_4747696_Larison Final Project.ipynb|Applying Logistic Regression to EEG P300 Waves]] 
-  * [[http://nbviewer.ipython.org/url/www.cs.colostate.edu/~anderson/cs480/notebooks/Projects/ODell Project.ipynb|Prediction of Stock Market, in Near Future]] 
-  * [[http://nbviewer.ipython.org/url/www.cs.colostate.edu/~anderson/cs480/notebooks/Projects/rustjonathan_20568_4744501_Rust Term Project-1.ipynb|Predicting the Next Pitch in Baseball]] 
-  * [[http://nbviewer.ipython.org/url/www.cs.colostate.edu/~anderson/cs480/notebooks/Projects/vanettenjeff_60636_4747400_VanEtten project-1.ipynb|Is there a relationship between atmospheric CO2 levels and/or sunspots and hurricane activity in the Atlantic Ocean?]] 
-  * [[http://nbviewer.ipython.org/url/www.cs.colostate.edu/~anderson/cs480/notebooks/Projects/Project Report Follmer.ipynb|Analyzing StarCraft Players and Game Details]] 
-  * [[http://nbviewer.ipython.org/url/www.cs.colostate.edu/~anderson/cs480/notebooks/Projects/Kurth finalProject.ipynb|Neural Network Modeling of NFL data to predict Fantasy Football defense]] 
-  * [[http://nbviewer.ipython.org/url/www.cs.colostate.edu/~anderson/cs480/notebooks/Projects/Strand Project.ipynb|Simplified New View Synthesis with Convolutional Neural Networks]] 
-  * [[http://nbviewer.ipython.org/url/www.cs.colostate.edu/~anderson/cs480/notebooks/Projects/Lakin_FinalProject.ipynb|Neural Networks using Theano for the Data Mining Cup 2016]] 
-  * [[http://nbviewer.ipython.org/url/www.cs.colostate.edu/~anderson/cs480/notebooks/Projects/benfrajmohtadi_98144_4747591_BenFraj Project.ipynb|Expedia Hotel Recommendations]] 
-  * [[http://nbviewer.ipython.org/url/www.cs.colostate.edu/~anderson/cs480/notebooks/Projects/Kerry McKean Final Project Report.ipynb|Neural Network Regression for Musical Prediction]] 
-  * [[http://nbviewer.ipython.org/url/www.cs.colostate.edu/~anderson/cs480/notebooks/Projects/FinalReportCarbonariRyan.ipynb|Comparison of Classification Techniques to Detect the Higgs Boson]] 
-  * [[http://nbviewer.ipython.org/url/www.cs.colostate.edu/~anderson/cs480/notebooks/Projects/myergreg_54762_4744409_Final Myer.ipynb|Predicting Ionosphere Severity Using A Neural Network]] 
-  * [[http://nbviewer.ipython.org/url/www.cs.colostate.edu/~anderson/cs480/notebooks/Projects/whitehillnick_39527_4746200_Whitehill Final Report.ipynb|Ultimate Tic Tac Toe]] 
-  * [[http://nbviewer.ipython.org/url/www.cs.colostate.edu/~anderson/cs480/notebooks/Projects/Olson Project.ipynb|Predicting NFL QB Passing Yards]] 
-  * [[http://nbviewer.ipython.org/url/www.cs.colostate.edu/~anderson/cs480/notebooks/Projects/Sharma Project.ipynb|Neural Network vs Linear Regression analysis on the Dow Jones Industrial Average]] 
-  * [[http://nbviewer.ipython.org/url/www.cs.colostate.edu/~anderson/cs480/notebooks/Projects/Hamor Project.ipynb|Reinforcement Learning with Neural Network Q Function]] 
-  * [[http://nbviewer.ipython.org/url/www.cs.colostate.edu/~anderson/cs480/notebooks/Projects/Szejna Final.ipynb|Multilabel classification of emotions in music using Neural Networks]] 
-  * [[http://nbviewer.ipython.org/url/www.cs.colostate.edu/~anderson/cs480/notebooks/Projects/Diede Final Project Report.ipynb|Predicting the Geographic Origin of Ethnic Traditional Music with Supervised Machine Learning]] 
-  * [[http://nbviewer.ipython.org/url/www.cs.colostate.edu/~anderson/cs480/notebooks/Projects/Haiming Final Project.ipynb|Tensorflow Versus Our Neural Network Implementation]] 
-  * [[http://nbviewer.ipython.org/url/www.cs.colostate.edu/~anderson/cs480/notebooks/Projects/martstyler_36730_4747946_Marts Final Project.ipynb|Machine Learning and Sports Analytics in the NHL]] 
-  * [[http://nbviewer.ipython.org/url/www.cs.colostate.edu/~anderson/cs480/notebooks/Projects/xuliyan_59738_4748165_Xu Project (1).ipynb|Simplified Go Game with Neural Network Q Function]] 
-  * [[http://nbviewer.ipython.org/url/www.cs.colostate.edu/~anderson/cs480/notebooks/Projects/Tao final project.ipynb|The k-means optimizing algorithm]] 
-  * [[http://nbviewer.ipython.org/url/www.cs.colostate.edu/~anderson/cs480/notebooks/Projects/alsharifmuhammad_100260_4748143_Alsharif_Project.ipynb|Learning to play Pong using Reinforcement Learning]] 
-  * [[http://nbviewer.ipython.org/url/www.cs.colostate.edu/~anderson/cs480/notebooks/Projects/Christensen Final Project.ipynb|Reinforcement Learning for Solving the Traveling Salesman Problem]] 
-  * [[http://nbviewer.ipython.org/url/www.cs.colostate.edu/~anderson/cs480/notebooks/Projects/Purandare Report.ipynb|Wholesale Customers Data Classification]] 
-  * [[http://nbviewer.ipython.org/url/www.cs.colostate.edu/~anderson/cs480/notebooks/Projects/Overton Project.ipynb|Machine Learning Applied to Control Systems]] 
-  * [[http://nbviewer.ipython.org/url/www.cs.colostate.edu/~anderson/cs480/notebooks/Projects/Baby_Weight_Prediction.ipynb|Prediction of Child's Birth Weight]] 
-  * [[http://nbviewer.ipython.org/url/www.cs.colostate.edu/~anderson/cs480/notebooks/Projects/ReillyFinal.ipynb|Tensorflow for Reinforcement Learning]] 
-  * [[http://nbviewer.ipython.org/url/www.cs.colostate.edu/~anderson/cs480/notebooks/Projects/Shaffer Final.ipynb|K Top Synonyms]] 
-  * [[http://nbviewer.ipython.org/url/www.cs.colostate.edu/~anderson/cs480/notebooks/Projects/Project_text.ipynb|Predicting Shelter Animal Outcomes with Different Machine Learning Algorithms]] 
-  * [[http://nbviewer.ipython.org/url/www.cs.colostate.edu/~anderson/cs480/notebooks/Projects/Larson Final.ipynb|Predicting NFL Scores by Weather]] 
-  * [[http://nbviewer.ipython.org/url/www.cs.colostate.edu/~anderson/cs480/notebooks/Projects/Shah & Sudalaikkan Term Project.ipynb|Outlier Detection using Mahalanobis’ distance]] 
-  * [[http://nbviewer.ipython.org/url/www.cs.colostate.edu/~anderson/cs480/notebooks/Projects/Xu Mitra Final Project Submission.ipynb|Training Flappy Bird Using Q-Learning]] 
-  * [[http://nbviewer.ipython.org/url/www.cs.colostate.edu/~anderson/cs480/notebooks/Projects/hudavid_52971_4747929_Hu&Zhu FinalProjectPart1-2.ipynb|Finding the best training setting for GOMOKU for two levels of given system resources, Part 1]] and [[http://nbviewer.ipython.org/url/www.cs.colostate.edu/~anderson/cs480/notebooks/Projects/hudavid_52971_4747930_Hu&Zhu FinalProjectPart2-2.ipynb|Part 2]] 
- 
-*/ 
  
schedule.txt · Last modified: 2024/01/08 18:40 (external edit)