@@ -53,25 +53,45 @@ Practice code: [here](https://github.com/ndrplz/machine_learning_lectures/tree/m
53
53
54
54
### Clustering
55
55
56
- <a href =" https://github.com/ndrplz/machine_learning_lectures/blob/master/lab/clustering/tex/clustering.pdf " ><img src =" ./thumbs/clustering.gif " alt =" thumb_boosting " height =" 256px " ></a >
56
+ <a href =" https://github.com/ndrplz/machine_learning_lectures/blob/master/lab/clustering/tex/clustering.pdf " ><img src =" ./thumbs/clustering.gif " alt =" thumb_clustering " height =" 256px " ></a >
57
57
<br >
58
58
LaTeX source: [ here] ( https://github.com/ndrplz/machine_learning_lectures/tree/master/lab/clustering/tex ) .
59
59
<br >
60
60
Practice code: [ here] ( https://github.com/ndrplz/machine_learning_lectures/tree/master/lab/clustering/code ) .
61
61
62
62
### Dimensionality Reduction
63
63
64
- <a href =" https://github.com/ndrplz/machine_learning_lectures/blob/master/lab/dimensionality_reduction/tex/dimensionality_reduction.pdf " ><img src =" ./thumbs/dimensionality_reduction.gif " alt =" thumb_boosting " height =" 256px " ></a >
64
+ <a href =" https://github.com/ndrplz/machine_learning_lectures/blob/master/lab/dimensionality_reduction/tex/dimensionality_reduction.pdf " ><img src =" ./thumbs/dimensionality_reduction.gif " alt =" thumb_dim_reduction " height =" 256px " ></a >
65
65
<br >
66
66
LaTeX source: [ here] ( https://github.com/ndrplz/machine_learning_lectures/tree/master/lab/dimensionality_reduction/tex ) .
67
67
<br >
68
68
Practice code: [ here] ( https://github.com/ndrplz/machine_learning_lectures/tree/master/lab/dimensionality_reduction/code ) .
69
69
70
+ ### Logistic Regression
71
+
72
+ <a href =" https://github.com/ndrplz/machine_learning_lectures/blob/master/lab/logistic_regression/tex/logistic_regression.pdf " ><img src =" ./thumbs/logistic_regression.gif " alt =" thumb_logistic_regression " height =" 256px " ></a >
73
+ <br >
74
+ LaTeX source: [ here] ( https://github.com/ndrplz/machine_learning_lectures/tree/master/lab/logistic_regression/tex ) .
75
+ <br >
76
+ Practice code: [ here] ( https://github.com/ndrplz/machine_learning_lectures/tree/master/lab/logistic_regression/code ) .
77
+
78
+ ### Naive Bayes
79
+
80
+ <a href =" https://github.com/ndrplz/machine_learning_lectures/blob/master/lab/naive_bayes/tex/naive_bayes.pdf " ><img src =" ./thumbs/naive_bayes.gif " alt =" thumb_bayes " height =" 256px " ></a >
81
+ <br >
82
+ LaTeX source: [ here] ( https://github.com/ndrplz/machine_learning_lectures/tree/master/lab/naive_bayes/tex ) .
83
+ <br >
84
+ Practice code: [ here] ( https://github.com/ndrplz/machine_learning_lectures/tree/master/lab/naive_bayes/code ) .
85
+
86
+ ### Support Vector Machine (SVM)
87
+
88
+ <a href =" https://github.com/ndrplz/machine_learning_lectures/tree/master/lab/support_vector_machines/tex/support_vector_machines.pdf " ><img src =" ./thumbs/support_vector_machines.gif " alt =" thumb_svm " height =" 256px " ></a >
89
+ <br >
90
+ LaTeX source: [ here] ( https://github.com/ndrplz/machine_learning_lectures/tree/master/lab/support_vector_machines/tex ) .
91
+ <br >
92
+ Practice code: [ here] ( https://github.com/ndrplz/machine_learning_lectures/tree/master/lab/support_vector_machines/code ) .
70
93
71
- - ** [ Logistic Regression] ( https://github.com/ndrplz/machine_learning_lectures/tree/master/lab/logistic_regression ) **
72
- - ** [ Naive Bayes] ( https://github.com/ndrplz/machine_learning_lectures/tree/master/lab/naive_bayes ) **
73
94
- ** [ Q Learning] ( https://github.com/ndrplz/machine_learning_lectures/tree/master/lab/q_learning ) **
74
- - ** [ Support Vector Machine] ( https://github.com/ndrplz/machine_learning_lectures/tree/master/lab/support_vector_machines ) **
75
95
- ** [ Introduction to TensorFlow] ( https://github.com/ndrplz/machine_learning_lectures/tree/master/lab/tensorflow_introduction/ ) **
76
96
- ** [ Linear Regression (TensorFlow)] ( https://github.com/ndrplz/machine_learning_lectures/tree/master/lab/tensorflow_linear_regression ) **
77
97
- ** [ Neural Networks (TensorFlow)] ( https://github.com/ndrplz/machine_learning_lectures/tree/master/lab/tensorflow_neural_network ) **
0 commit comments