-
Notifications
You must be signed in to change notification settings - Fork 3
Machine Learning Algorithms
Jhalak Patel edited this page Oct 17, 2017
·
2 revisions
- Logistic Regression
- Support Vector Machine
- K Nearest Neighbors
- K Means
- Mean Shift
- Simple Markov Chain Model: If we know all the sequences and probability of state transition then we can use Simple Markov Chain Model.
- Hidden Markov Chain Model: If we don't know all the state or probability, but based on observation we can make some assumptions, then Hidden Markov Model.