This is the second week of the project. This week we did a lot of programming and a lot of expansions.
First of all, we abandoned the bi-LSTM work and used LSTM to complete the project, because bi-LSTM had twice the amount of training as LSTM, and time cost would be a big problem.Then we finished the basic part of the LSTM program.
Simple Demostration of LSTM algorithm
Besides finishing the LSTM part, we also add two features into our program:
· Data processing part.
In this part, the program reads the data from the database and processes it in a format that is easy for the main program to read.
· Data Visualization Part.
In this part, the program will plot the read data for visual viewing.
评论
发表评论