We have set out to create a system that gives essay feedback by identifying stronger and weaker parts of a given essay. In order to do this, we have created a two step model: the first step uses an LSTM to turn a chunk of an essay into an encoding vector. The second step uses a feed forward network to assign a score to an encoding. We believe that if the feed forward network is able to predict ...