This is the assignment/homework question w.r.t. 2 courses Statistical Computing & Introductory Data Science.
For Statistical Computing, please check the outside HW 1~7, each folder contains the slide and the HW solution. The HW questions are in the last few pages of the slides, and only coding problems are uploaded here.
- Optimization and Solving Nonlinear Equations
- EM Optimization Methods
- Numerical Integration
- Simulation and Monte Carlo Integration
- Markov Chain Monte Carlo
- Bootstrapping
For Introductory Data Science course, they're all in the DS folder. The HW questions and answers are all in the Homework Q&A folder as .ipynb files. Lecture codebook is in the Lecture Codebooks folder, they're all .ipynb files. The rest files in DS folder is for the Final Project, including the code and data. FYI, we used the UJIndoorLoc dataset from the UCI Machine Learning Repository, and you can check the website here: https://archive.ics.uci.edu/dataset/310/ujiindoorloc
-
Python Programming: Basics/numpy and Pandas/OOP/Visualization/simulations
-
Regression: Linear regression/model selection/cross validation/bootstrap
-
Classification: Logistic regression/KNN/naïve Bayes/decision tree/random forest
-
Neural network: Overview/SGD/CNN
-
Causal inference (if time permits): Potential outcomes/randomized experiments/observational data