EE 575 - Statistical Inference and Modeling¶
Announcement¶
- The course is regularly co-taught by Jitkomut and Charnchai.
- All homework assignments are accessible through CourseVille/MS Team.
Lecture Notes¶
Available for download here. More handouts will be added soon.
- Introduction to Statistical Learning
- Linear Regression
- Robust regression
- Model selection and cross validation
- Resampling Method
- Regularization techniques
- Nonlinear regression model
- regression splinse
- generalized additive models
- feedforward neural networks
- Overview of classification
- Logistic regression
- Bayes decision theory
- kNN, discriminant analysis (LDA,QDA)
- classification performance indices
- brief overview of other classification methods
- Support vector machine
- Tree-based methods and ensemble models
- Overview of unsupervised learning
- Principle component analysis (PCA)
- Gaussin mixture models (GMM) and EM algorithm
- Self-orgnaizing maps (SOM)
Lecture videos¶
Students can watch videos from my YouTube playlists on
- Regression and regularization in statistical learning (11 hours in English)
- Introduction to classification methods (6 hours in Thai)
Course Information¶
Lectures: | Mon Wed 11 AM - 12:30 PM |
---|---|
Instructors: |
|
Textbooks: |
The first two books in statistical learning (ISLR, ESL) are the main books of this course. Further reading in this field can be checked out from other books in the following list.
Statistical learning
- Daniela Witten, Gareth James, Robert Tibshirani, and Trevor Hastie, An Introduction to Statistical Learning: With Applications in R, Springer, 2013
- Jerome H. Friedman, Robert Tibshirani, and Trevor Hastie, The Elements of Statistical Learning, 2nd Edition, Springer
Machine learning, Pattern recognition
- Christopher M. Bishop, Pattern Recognition and Machine Learning, Springer, 2006
- Kevin P. Murphy, Machine Learning: A Probabilistic Perspective, The MIT Press, 2012
- Ian Goodfellow, Yoshua Bengio, and Aaron Courville, Deep Learning, The MIT Press, 2016
- Tom .M. Mitchell, Machine Learning, McGraw-Hill, 1997
- Ethem Alpaydin, Introduction to Machine Learning, 2nd edition, 2010
- Duda, Peter E. Hart, and David G. Stork, Pattern Classification, John Wiley & Sons, 2001.