These projects are the part of Tensorflow-in-practice
specializations or MIT 6.S191 course. I have completely done the specializations.
Certificates -
- Introduction to TensorFlow for Artificial Intelligence, Machine Learning, and Deep Learning
- Convolutional Neural Networks in TensorFlow
- Natural Language Processing in TensorFlow
This is a project of Natural Language Processing. In this project, we used work of Shakespearse's sonnet to predict more text. The training data was scrapped by Laurence Moroney
and saved as a text file. Firstly, we tokenize the whole text file and then used n-grams to make data usefull. In the model, we used a Biderctional LSTM and a LSTM layer to train.
Also, we used dropout to reduce the chances of overfitting. For prediction, we used seed text from Shakespearse's Verily, A new hope
.