Get startedGet started for free

Congratulations!

1. Congratulations!

Congratulations! You came a long way to the universe of language models using python and keras.

2. Wrap-up

In this course, you learned four different applications of language models using keras. sentiment classification multiclass classification text generation and neural machine translation Also, you learned the different types of sequence to sequence models Finally, you learned the main modules and packages in keras that make it possible to implement the models.

3. RNN pitfalls and different cell types

You also learned about some pitfalls that occurs when implementing RNN models: the vanishing and exploding gradient problems. To deal with those problems, you can use the GRU or LSTM cells. Also, you learned how to implement the Embedding layer to create and/or use word vectors. Finally, you applied a few tuning techniques to improve the performance of the sentiment analysis model.

4. Multi-class classification

Later on, you learned how to perform multi-class classification. You learned how to prepare the data how to use trained word vectors for transfer learning how to create the models in Keras and how to access the models' performance

5. Text generation and NMT

In text generation, you used characters as tokens and learned the necessary steps to transform the text into sequence of characters and next character arrays. Also, you created a function to generate sentences mimicking Sheldon from The Big Bang Theory In neural machine translation, you used words as tokens Learned how to prepare the different languages text data as encoder and decoder. Then you learned how to build a NMT model in Keras and used it to translate Portuguese small sentences into English.

6. Congratulations!!!

Again, congratulations for finishing this course. I hope that you can use what you learned to other similar problems of your interest.

Create Your Free Account

or

By continuing, you accept our Terms of Use, our Privacy Policy and that your data is stored in the USA.