Skip to content

Latest commit

 

History

History
22 lines (13 loc) · 1.8 KB

README.md

File metadata and controls

22 lines (13 loc) · 1.8 KB

Automatic Essay Grading

In the task of essay grading we assign a grade to an essay in the most human-like manner possible. We tackle this problem by building statistical models which try and predict how a human would evaluate an essay. In this paper, the models we use are Support Vector Machines, Decision Trees, Random forests and Recurrent Neural Networks (LSTMs). We also propose to use the technique of boosting with Decision Trees.

References