In Which a Project was Undertaken, Part 4

The Meat of the Matter Got your multipass? ( Wikipedia link , IMDB link ) In the previous blogs, I talked about my motivation for studying deep learning ( link ), my choice of a machine ( link to part 1 , link to part 2 ), my search for appropriate online courses and my review of the courses I took ( link to part 1 , link to part 2 , link to part 3 ), and finally my choice of an initial project and preparations for the project ( link to part 1 , link to part 2 , link to part 3 ). And finally it's time to dig in to the results of the project, which is a simple dialogue generator for Star Trek: The Next Generation characters. The neural network and input data have all been set up, and fun can begin! Run 1 For the first few runs, I had not trimmed the inputs as I had explained in the previous blog. It was only later when I decided to try to improve the run time that I switched. The model summary of the neural network was as follows: Model: "sequential" ____...