Skip to content

Commit 78bce37

Browse files
authored
Update README.md
1 parent 2567476 commit 78bce37

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

README.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
12
# Machine Learning
23
Implementations of machine learning algorithm by Python 3
34

@@ -23,13 +24,15 @@ Thanks,
2324

2425

2526
## Reference:
27+
* Machine Learning at Coursera: https://www.coursera.org/learn/machine-learning/
2628
* Machine Learning Course CS229 at Stanford: https://see.stanford.edu/Course/CS229
2729
* Machine Learning Foundations at NTU: https://www.youtube.com/watch?v=nQvpFSMPhr0&list=PLXVfgk9fNX2I7tB6oIINGBmW50rrmFTqf
2830
* Machine Learning Techniques at NTU: https://www.youtube.com/watch?v=A-GxGCCAIrg&list=PLXVfgk9fNX2IQOYPmqjqWsNUFl2
2931
* Hidden Markov model (HMM): https://en.wikipedia.org/wiki/Hidden_Markov_model
3032
* Viterbi Algorithm: http://homepages.ulb.ac.be/~dgonze/TEACHING/viterbi.pdf
3133
* LSTM: http://colah.github.io/posts/2015-08-Understanding-LSTMs/
34+
* PCA at wikipedia: https://en.wikipedia.org/wiki/Principal_component_analysis
35+
3236

3337
Cheng-Lin Li@University of Southern California
34-
35-
38+

0 commit comments

Comments
 (0)