Giter VIP home page Giter VIP logo

cmput-651-uofa's Introduction

CMPUT-651-UofA

Data preparation

Download IMDB data from kaggle , unzip it and it will have the following structure. Assume aclImdb is under the root directory of this project.

aclImdb
    |-- train
        |-- pos
        |-- neg
        |-- unsup
    |-- test
        |-- pos
        |-- neg

  1. First build the dataset for training by python build_imdb_dataset.py
  2. For logistic regression, to train: python trainer.py, the best val epoch and test accuracy will be shown.
  3. For One hidden layer NN, to train: python trainer_nn.py, the best val epoch and test accuracy will be shown.
  4. Then draw the learning curves for both of the models. Simply run python draw.py, it requires two binary files generated by the previous step.

Logistic Regression

Learning curve Loss

Curve

Learning curve Acc

Curve

Result

Best model at: 12 th epoch, given val set

Test accuracy is: 0.851000

One Hidden Layer NN

Learning curve Loss

Curve

Learning curve Acc

Curve

Result

Best model at: 13 th epoch, given val set

Test accuracy is: 0.843000

cmput-651-uofa's People

Contributors

chenyangh avatar

Watchers

 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.