Skip to content

Commit 6b374c0

Browse files
author
Andrea Palazzi
authored
Update README.md
1 parent 83684d4 commit 6b374c0

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

README.md

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
## Deep Learning
88

99
### Gradient Descent
10-
<a href="https://github.com/ndrplz/machine_learning_lectures/blob/master/slides/deep_learning/gradient_descent/gradient_descent.pdf"><img src="./thumbs/gradient_descent.gif" alt="thumb_gradient_descent" height="256px"></a>
10+
<a href="https://github.com/ndrplz/machine_learning_lectures/blob/master/slides/deep_learning/gradient_descent/gradient_descent.pdf"><img src="https://github.com/ndrplz/machine_learning_lectures/blob/master/thumbs/gradient_descent.gif" alt="thumb_gradient_descent" height="256px"></a>
1111
<br>
1212
LaTeX source: [here](https://github.com/ndrplz/machine_learning_lectures/tree/master/slides/deep_learning/gradient_descent).
1313
<br>
@@ -16,21 +16,21 @@ Practice (1) [slides](https://github.com/ndrplz/machine_learning_lectures/blob/m
1616
Practice (2) [slides](https://github.com/ndrplz/machine_learning_lectures/blob/master/lab/tensorflow_linear_regression/tex/tensorflow_regression.pdf) and [code](https://github.com/ndrplz/machine_learning_lectures/tree/master/lab/tensorflow_linear_regression/code) (TensorFlow).
1717

1818
### Neural Networks and Deep Neural Networks
19-
<a href="https://github.com/ndrplz/machine_learning_lectures/blob/master/slides/deep_learning/deep_neural_networks/deep_neural_networks.pdf"><img src="./thumbs/deep_neural_networks.gif" alt="thumb_neural_networks" height="256px"></a>
19+
<a href="https://github.com/ndrplz/machine_learning_lectures/blob/master/slides/deep_learning/deep_neural_networks/deep_neural_networks.pdf"><img src="https://github.com/ndrplz/machine_learning_lectures/blob/master/thumbs/deep_neural_networks.gif" alt="thumb_neural_networks" height="256px"></a>
2020
<br>
2121
LaTeX source: [here](https://github.com/ndrplz/machine_learning_lectures/blob/master/slides/deep_learning/deep_neural_networks/).
2222
<br>
2323
Practice [slides](https://github.com/ndrplz/machine_learning_lectures/blob/master/lab/tensorflow_neural_network/tex/tensorflow_neural_nets.pdf) and [code](https://github.com/ndrplz/machine_learning_lectures/tree/master/lab/tensorflow_neural_network/code) (TensorFlow).
2424

2525
### Convolutional Neural Networks
26-
<a href="https://github.com/ndrplz/machine_learning_lectures/blob/master/slides/deep_learning/convolutional_neural_networks/convolutional_neural_networks.pdf"><img src="./thumbs/convolutional_neural_networks.gif" alt="thumb_convnets" height="256px"></a>
26+
<a href="https://github.com/ndrplz/machine_learning_lectures/blob/master/slides/deep_learning/convolutional_neural_networks/convolutional_neural_networks.pdf"><img src="https://github.com/ndrplz/machine_learning_lectures/blob/master/thumbs/convolutional_neural_networks.gif" alt="thumb_convnets" height="256px"></a>
2727
<br>
2828
LaTeX source: [here](https://github.com/ndrplz/machine_learning_lectures/tree/master/slides/deep_learning/convolutional_neural_networks).
2929
<br>
3030
Practice [slides](https://github.com/ndrplz/machine_learning_lectures/blob/master/lab/tensorflow_convolutional_nets/tex/tensorflow_convnets.pdf) and [code](https://github.com/ndrplz/machine_learning_lectures/tree/master/lab/tensorflow_convolutional_nets/code) (TensorFlow).
3131

3232
### Recurrent Neural Networks
33-
<a href="https://github.com/ndrplz/machine_learning_lectures/blob/master/slides/deep_learning/recurrent_neural_networks/recurrent_neural_networks.pdf"><img src="./thumbs/recurrent_neural_networks.gif" alt="thumb_recurrent" height="256px"></a>
33+
<a href="https://github.com/ndrplz/machine_learning_lectures/blob/master/slides/deep_learning/recurrent_neural_networks/recurrent_neural_networks.pdf"><img src="https://github.com/ndrplz/machine_learning_lectures/blob/master/thumbs/recurrent_neural_networks.gif" alt="thumb_recurrent" height="256px"></a>
3434
<br>
3535
LaTeX source: [here](https://github.com/ndrplz/machine_learning_lectures/tree/master/slides/deep_learning/recurrent_neural_networks).
3636
<br>
@@ -41,14 +41,14 @@ Practice [slides](https://github.com/ndrplz/machine_learning_lectures/blob/maste
4141
## Reinforcement Learning
4242

4343
### Introduction and Model Free Learning
44-
<a href="https://github.com/ndrplz/machine_learning_lectures/blob/master/slides/reinforcement_learning/01_introduction_and_model_free_learning/01_introduction_and_model_free_learning.pdf"><img src="./thumbs/01_introduction_and_model_free_learning.gif" alt="thumb_model_free" height="256px"></a>
44+
<a href="https://github.com/ndrplz/machine_learning_lectures/blob/master/slides/reinforcement_learning/01_introduction_and_model_free_learning/01_introduction_and_model_free_learning.pdf"><img src="https://github.com/ndrplz/machine_learning_lectures/blob/master/thumbs/01_introduction_and_model_free_learning.gif" alt="thumb_model_free" height="256px"></a>
4545
<br>
4646
LaTeX source: [here](https://github.com/ndrplz/machine_learning_lectures/blob/master/slides/reinforcement_learning/01_introduction_and_model_free_learning/).
4747
<br>
4848
Practice [slides](https://github.com/ndrplz/machine_learning_lectures/blob/master/lab/q_learning/tex/q_learning.pdf) and [code](https://github.com/ndrplz/machine_learning_lectures/tree/master/lab/q_learning/code) (TensorFlow).
4949

5050
### Function Approximation
51-
<a href="https://github.com/ndrplz/machine_learning_lectures/blob/master/slides/reinforcement_learning/02_function_approximation/02_function_approximation.pdf"><img src="./thumbs/02_function_approximation.gif" alt="thumb_fun_approx" height="256px"></a>
51+
<a href="https://github.com/ndrplz/machine_learning_lectures/blob/master/slides/reinforcement_learning/02_function_approximation/02_function_approximation.pdf"><img src="https://github.com/ndrplz/machine_learning_lectures/blob/master/thumbs/02_function_approximation.gif" alt="thumb_fun_approx" height="256px"></a>
5252
<br>
5353
LaTeX source: [here](https://github.com/ndrplz/machine_learning_lectures/blob/master/slides/reinforcement_learning/02_function_approximation/).
5454

@@ -57,47 +57,47 @@ LaTeX source: [here](https://github.com/ndrplz/machine_learning_lectures/blob/ma
5757
## Machine Learning
5858

5959
### Boosting
60-
<a href="https://github.com/ndrplz/machine_learning_lectures/blob/master/lab/boosting/tex/boosting.pdf"><img src="./thumbs/boosting.gif" alt="thumb_boosting" height="256px"></a>
60+
<a href="https://github.com/ndrplz/machine_learning_lectures/blob/master/lab/boosting/tex/boosting.pdf"><img src="https://github.com/ndrplz/machine_learning_lectures/blob/master/thumbs/boosting.gif" alt="thumb_boosting" height="256px"></a>
6161
<br>
6262
LaTeX source: [here](https://github.com/ndrplz/machine_learning_lectures/tree/master/lab/boosting/tex).
6363
<br>
6464
Practice code: [here](https://github.com/ndrplz/machine_learning_lectures/tree/master/lab/boosting/code).
6565

6666
### Clustering
6767

68-
<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>
68+
<a href="https://github.com/ndrplz/machine_learning_lectures/blob/master/lab/clustering/tex/clustering.pdf"><img src="https://github.com/ndrplz/machine_learning_lectures/blob/master/thumbs/clustering.gif" alt="thumb_clustering" height="256px"></a>
6969
<br>
7070
LaTeX source: [here](https://github.com/ndrplz/machine_learning_lectures/tree/master/lab/clustering/tex).
7171
<br>
7272
Practice code: [here](https://github.com/ndrplz/machine_learning_lectures/tree/master/lab/clustering/code).
7373

7474
### Dimensionality Reduction
7575

76-
<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>
76+
<a href="https://github.com/ndrplz/machine_learning_lectures/blob/master/lab/dimensionality_reduction/tex/dimensionality_reduction.pdf"><img src="https://github.com/ndrplz/machine_learning_lectures/blob/master/thumbs/dimensionality_reduction.gif" alt="thumb_dim_reduction" height="256px"></a>
7777
<br>
7878
LaTeX source: [here](https://github.com/ndrplz/machine_learning_lectures/tree/master/lab/dimensionality_reduction/tex).
7979
<br>
8080
Practice code: [here](https://github.com/ndrplz/machine_learning_lectures/tree/master/lab/dimensionality_reduction/code).
8181

8282
### Logistic Regression
8383

84-
<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>
84+
<a href="https://github.com/ndrplz/machine_learning_lectures/blob/master/lab/logistic_regression/tex/logistic_regression.pdf"><img src="https://github.com/ndrplz/machine_learning_lectures/blob/master/thumbs/logistic_regression.gif" alt="thumb_logistic_regression" height="256px"></a>
8585
<br>
8686
LaTeX source: [here](https://github.com/ndrplz/machine_learning_lectures/tree/master/lab/logistic_regression/tex).
8787
<br>
8888
Practice code: [here](https://github.com/ndrplz/machine_learning_lectures/tree/master/lab/logistic_regression/code).
8989

9090
### Naive Bayes
9191

92-
<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>
92+
<a href="https://github.com/ndrplz/machine_learning_lectures/blob/master/lab/naive_bayes/tex/naive_bayes.pdf"><img src="https://github.com/ndrplz/machine_learning_lectures/blob/master/thumbs/naive_bayes.gif" alt="thumb_bayes" height="256px"></a>
9393
<br>
9494
LaTeX source: [here](https://github.com/ndrplz/machine_learning_lectures/tree/master/lab/naive_bayes/tex).
9595
<br>
9696
Practice code: [here](https://github.com/ndrplz/machine_learning_lectures/tree/master/lab/naive_bayes/code).
9797

9898
### Support Vector Machine (SVM)
9999

100-
<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>
100+
<a href="https://github.com/ndrplz/machine_learning_lectures/tree/master/lab/support_vector_machines/tex/support_vector_machines.pdf"><img src="https://github.com/ndrplz/machine_learning_lectures/blob/master/thumbs/support_vector_machines.gif" alt="thumb_svm" height="256px"></a>
101101
<br>
102102
LaTeX source: [here](https://github.com/ndrplz/machine_learning_lectures/tree/master/lab/support_vector_machines/tex).
103103
<br>

0 commit comments

Comments
 (0)