An open API service indexing awesome lists of open source software.

https://github.com/eurus-holmes/statistics-base

Code for the book: "Statistical Learning Methods, by Hang Li".
https://github.com/eurus-holmes/statistics-base

statistical-learning statistical-methods statistical-models

Last synced: 6 months ago
JSON representation

Code for the book: "Statistical Learning Methods, by Hang Li".

Awesome Lists containing this project

README

          

# Statistical Learning Methods

### CONTENTS

- [x] Chapter 1. Introduction to Statistical Learning Methods

- [ ] Chapter 2. Perceptron

- [x] Chapter 3. K Nearest Neighbor Method

- [ ] Chapter 4. Naive Bayesian Method

- [x] Chapter 5. Decision Tree

- [ ] Chapter 6. Logistic Regression and Maximum Entropy Model

- [ ] Chapter 7. Support Vector Machine

- [ ] Chapter 8. Lifting Methods

- [ ] Chapter 9. EM Algorithm and Its Extension

- [ ] Chapter 10. Hidden Markov Model

- [ ] Chapter 11. Conditional Random Fields

- [ ] Chapter 12. Summary of Statistical Learning Methods