GithubHelp home page GithubHelp logo

ranjankumarpatel / automated-essay--scoring Goto Github PK

View Code? Open in Web Editor NEW

This project forked from mankadronit/automated-essay--scoring

0.0 0.0 0.0 99.82 MB

Automatically Score essays using Deep Learning

Jupyter Notebook 19.35% Python 7.87% JavaScript 71.05% HTML 1.72%

automated-essay--scoring's Introduction

Automated Essay Scoring

A Deep Learning model that predicts the score of a given input essay.

The dataset is from Kaggle ASAP competition which was provided by The Hewlett Foundation.

The mysite folder contains the Django app if you want an interactive demo.

Performance

The accuracy is calculated by Quadratic Weighted Kappa(QWK), which measures the agreement between two raters. The model architecture consists of 2 Long Short Term Memory(LSTM) layers with a Dense output layer. The final layer uses the Relu activation function. The QWK is calculated by training model on the dataset using 5-Fold Cross Validation and taking the average for all five folds.

Requirements

  • Tensorflow 1.9
  • Keras 2.2.2
  • Django 2.1
  • Gensim 3.5
pip install tensorflow
pip install keras
pip install django
pip install gensim

Installation

  • Clone the repo
  • Just run the Jupyter Notebook to train the model.
  • To run the Django App cd ./ into the mysite folder and run
python manage.py migrate
python manage.py runserver

References

  1. A Neural Approach to Automated Essay Scoring
  2. Automatic Text Scoring Using Neural Networks

automated-essay--scoring's People

Contributors

mankadronit avatar msiavashi avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.