41 lines
1.5 KiB
Markdown
41 lines
1.5 KiB
Markdown
# Introduction
|
|
This project contains material to the university introduction course "Machine Learning for Economics and Finance".
|
|
|
|
**Git clone**:<br>
|
|
`git clone https://gitea.weseng.de/mwio/econometrics-and-machine-learning.git`
|
|
|
|
# Course content outline
|
|

|
|
|
|
# Section outline
|
|
<!--**...**:<br> -->
|
|
- Supervised Learning: Regressions
|
|
- Linear Regression
|
|
- Multilinear Regression
|
|
- Supervised Learning: Classification
|
|
- Logistic Regression
|
|
- Cross Validation
|
|
- K-fold Cross-validation
|
|
- Subset Selection & Shrinkage
|
|
- Lasso Regression, Ridge Regression
|
|
- Tree-Based Methods
|
|
- Classification Trees
|
|
- Bagging, Boosting
|
|
- Random Forest
|
|
- Deep Learnin
|
|
- Neural Networks
|
|
|
|
|
|
## Main Reference (ISL):
|
|
- James, G., D. Witten, T. Hastie, and R. Tibshirani (2013). <a href="https://statlearning.com/" target="_blank">An Introduction to Statistical Learning with Applications in Python (Book link)</a>.
|
|
- The book as well as Python tutorials, datasets and practice exercises are available on the website.
|
|
|
|
## More advanced (ESL):
|
|
- T. Hastie, R. Tibshirani and J. Friedman. <a href="https://web.stanford.edu/~hastie/ElemStatLearn/" target="_blank">The Elements of Statistical Learning (Book link)</a>.
|
|
|
|
|
|
<!-- ! -->
|
|
<!-- … -->
|
|
|
|
<!-- <a href="https://www.raspberrypi.org/documentation/installation/installing-images/README.md" target="_blank">Introduction: Installing operating system images on the Raspberry Pi</a> -->
|