You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+18-2Lines changed: 18 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -10,8 +10,24 @@ These are specific bite-sized projects to learn an aspect of deep learning. The
10
10
| Build a denoising autoencoder | projects/4-fashion-autoencoder |[Autoencoders](https://www.youtube.com/watch?v=6maH8Lh3pK4)|
11
11
| Build a text classifier with Scikit-Learn | projects/5-sentiment-analysis |[Sentiment Analysis](https://www.youtube.com/watch?v=qoyp8pBtCZ0)|
12
12
| Predict the weather with Recurrent Neural Networks | projects/6-rnn-timeseries |[Recurrent Neural Networks](https://www.youtube.com/watch?v=8lbGjKhrJOo)|
13
-
| Build a text generator | projects/7-text-generator |[Text Generator](https://www.youtube.com/watch?v=4F69m3krMHw)|
14
-
| Build a text classifier with LSTMs and Convolutions | projects/8-text-classification |[Text Generator](https://www.youtube.com/watch?v=8YsZXTpFRO0)|
13
+
| Build a text generator | projects/7-text-generator |[Text Generation using LSTMs and GRUs](https://www.youtube.com/watch?v=4F69m3krMHw)|
14
+
| Build a text classifier with Convolutions | projects/8-text-classification |[Text Classification using CNNs](https://www.youtube.com/watch?v=8YsZXTpFRO0)|
0 commit comments