Skip to content

Commit 08cf511

Browse files
authored
generator -> generation in project name
1 parent d4bd5b7 commit 08cf511

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ These are specific bite-sized projects to learn an aspect of deep learning, star
1212
| Build a denoising autoencoder | [projects/4-fashion-autoencoder](https://github.com/lukas/ml-class/tree/master/projects/4-fashion-autoencoder) | [Autoencoders](https://www.youtube.com/watch?v=6maH8Lh3pK4) |
1313
| Build a text classifier with Scikit-Learn | [projects/5-sentiment-analysis](https://github.com/lukas/ml-class/tree/master/projects/5-sentiment-analysis) | [Sentiment Analysis](https://www.youtube.com/watch?v=qoyp8pBtCZ0) |
1414
| Predict the weather with an RNN | [projects/6-rnn-timeseries](https://github.com/lukas/ml-class/tree/master/projects/6-rnn-timeseries) | [Recurrent Neural Networks](https://www.youtube.com/watch?v=8lbGjKhrJOo) |
15-
| Build a text generator | [projects/7-text-generator](https://github.com/lukas/ml-class/tree/master/projects/7-text-generation) | [Text Generation using LSTMs and GRUs](https://www.youtube.com/watch?v=4F69m3krMHw) |
15+
| Build a text generator | [projects/7-text-generation](https://github.com/lukas/ml-class/tree/master/projects/7-text-generation) | [Text Generation using LSTMs and GRUs](https://www.youtube.com/watch?v=4F69m3krMHw) |
1616
| Build a sentiment classifier on Amazon reviews. | [projects/8-text-classification](https://github.com/lukas/ml-class/tree/master/projects/8-text-classification) | [Text Classification using CNNs](https://www.youtube.com/watch?v=8YsZXTpFRO0) |
1717
| | | [Hybrid LSTM/CNNs](https://www.youtube.com/watch?v=NysY9FN9Uac) |
1818
| | | [Seq2seq Models](https://www.youtube.com/watch?v=MqugtGD605k) |

0 commit comments

Comments
 (0)