Description
Deep learning and recurrent neural networkarchitecture is the crux of Long short-term memory (LTSM). Many majorcompanies such as Apple, Facebook, Amazon and Google are using LTSM tothings such as automatic translations.
For this project, you will use the dataset Alice in Wonderland book to create a long short-term memory (LTSM) algorithm to generate text. Please implement your algorithm in Python.
Submit 1 Python code file of 80-200 lines.
- Code must be well-commented explain your decisions and what the code is doing.
- Code file must include a file header that includes the following information at a minimum
- Your name
- Date
- Course
- Description of the code
- Code should adhere to best practice code standards.
- Capture and record results and screenshots in a Word document(alternatively, you can submit a Jupyter Notebook that includeseverything).