Skip to content

Commit 4c0afb8

Browse files
author
Andrea Palazzi
authored
Update README.md
1 parent d4f2c14 commit 4c0afb8

File tree

1 file changed

+25
-5
lines changed

1 file changed

+25
-5
lines changed

README.md

Lines changed: 25 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -53,25 +53,45 @@ Practice code: [here](https://github.com/ndrplz/machine_learning_lectures/tree/m
5353

5454
### Clustering
5555

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>
5757
<br>
5858
LaTeX source: [here](https://github.com/ndrplz/machine_learning_lectures/tree/master/lab/clustering/tex).
5959
<br>
6060
Practice code: [here](https://github.com/ndrplz/machine_learning_lectures/tree/master/lab/clustering/code).
6161

6262
### Dimensionality Reduction
6363

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>
6565
<br>
6666
LaTeX source: [here](https://github.com/ndrplz/machine_learning_lectures/tree/master/lab/dimensionality_reduction/tex).
6767
<br>
6868
Practice code: [here](https://github.com/ndrplz/machine_learning_lectures/tree/master/lab/dimensionality_reduction/code).
6969

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).
7093

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)**
7394
- **[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)**
7595
- **[Introduction to TensorFlow](https://github.com/ndrplz/machine_learning_lectures/tree/master/lab/tensorflow_introduction/)**
7696
- **[Linear Regression (TensorFlow)](https://github.com/ndrplz/machine_learning_lectures/tree/master/lab/tensorflow_linear_regression)**
7797
- **[Neural Networks (TensorFlow)](https://github.com/ndrplz/machine_learning_lectures/tree/master/lab/tensorflow_neural_network)**

0 commit comments

Comments
 (0)