Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add text classification models #24

Merged
merged 33 commits into from
May 17, 2017
Merged

Commits on May 2, 2017

  1. Configuration menu
    Copy the full SHA
    100796f View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1 from Canpio/dev

    add 'text_classification_cnn.py' and 'text_classification_dnn.py'
    JiayiFeng authored May 2, 2017
    Configuration menu
    Copy the full SHA
    dfc100a View commit details
    Browse the repository at this point in the history
  3. remove 'import sqlite3'

    JiayiFeng committed May 2, 2017
    Configuration menu
    Copy the full SHA
    a651dc4 View commit details
    Browse the repository at this point in the history

Commits on May 3, 2017

  1. Configuration menu
    Copy the full SHA
    31ef20f View commit details
    Browse the repository at this point in the history

Commits on May 4, 2017

  1. update readme file

    JiayiFeng committed May 4, 2017
    Configuration menu
    Copy the full SHA
    046d0a1 View commit details
    Browse the repository at this point in the history
  2. update readme file

    JiayiFeng committed May 4, 2017
    Configuration menu
    Copy the full SHA
    868d4cb View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    dd827a2 View commit details
    Browse the repository at this point in the history
  4. update README.md

    JiayiFeng committed May 4, 2017
    Configuration menu
    Copy the full SHA
    20c2ec9 View commit details
    Browse the repository at this point in the history
  5. change dnn_net.png

    JiayiFeng committed May 4, 2017
    Configuration menu
    Copy the full SHA
    77abc3c View commit details
    Browse the repository at this point in the history
  6. update dnn_net.png

    JiayiFeng committed May 4, 2017
    Configuration menu
    Copy the full SHA
    0619165 View commit details
    Browse the repository at this point in the history
  7. add .gitignore

    JiayiFeng committed May 4, 2017
    Configuration menu
    Copy the full SHA
    da0eb4e View commit details
    Browse the repository at this point in the history

Commits on May 5, 2017

  1. update README.md

    JiayiFeng committed May 5, 2017
    Configuration menu
    Copy the full SHA
    5a4ad99 View commit details
    Browse the repository at this point in the history
  2. update README.md

    JiayiFeng committed May 5, 2017
    Configuration menu
    Copy the full SHA
    0a39b52 View commit details
    Browse the repository at this point in the history
  3. update README.md

    JiayiFeng committed May 5, 2017
    Configuration menu
    Copy the full SHA
    1b01f6a View commit details
    Browse the repository at this point in the history
  4. update README.md

    JiayiFeng committed May 5, 2017
    Configuration menu
    Copy the full SHA
    78531d8 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    55dc1a3 View commit details
    Browse the repository at this point in the history
  6. add commits in cnn net

    JiayiFeng committed May 5, 2017
    Configuration menu
    Copy the full SHA
    ac67d5a View commit details
    Browse the repository at this point in the history
  7. add comments in cnn net

    JiayiFeng committed May 5, 2017
    Configuration menu
    Copy the full SHA
    947e70d View commit details
    Browse the repository at this point in the history

Commits on May 9, 2017

  1. finish README.md

    JiayiFeng committed May 9, 2017
    Configuration menu
    Copy the full SHA
    763615e View commit details
    Browse the repository at this point in the history
  2. finish README.md

    JiayiFeng committed May 9, 2017
    Configuration menu
    Copy the full SHA
    304df71 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    225979c View commit details
    Browse the repository at this point in the history
  4. change README.md

    JiayiFeng committed May 9, 2017
    Configuration menu
    Copy the full SHA
    3a712e0 View commit details
    Browse the repository at this point in the history

Commits on May 10, 2017

  1. add and test auc evaluator

    JiayiFeng committed May 10, 2017
    Configuration menu
    Copy the full SHA
    f18b572 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #2 from Canpio/dev

    add and test auc evaluator
    JiayiFeng authored May 10, 2017
    Configuration menu
    Copy the full SHA
    ae6a883 View commit details
    Browse the repository at this point in the history
  3. remove copyright statement

    JiayiFeng committed May 10, 2017
    Configuration menu
    Copy the full SHA
    18a4bd9 View commit details
    Browse the repository at this point in the history

Commits on May 12, 2017

  1. Configuration menu
    Copy the full SHA
    344a9a4 View commit details
    Browse the repository at this point in the history
  2. update README.md

    JiayiFeng committed May 12, 2017
    Configuration menu
    Copy the full SHA
    5a59fcd View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    55a88ad View commit details
    Browse the repository at this point in the history

Commits on May 15, 2017

  1. update README.md

    JiayiFeng committed May 15, 2017
    Configuration menu
    Copy the full SHA
    b0071ff View commit details
    Browse the repository at this point in the history

Commits on May 16, 2017

  1. remove .gitignore

    JiayiFeng committed May 16, 2017
    Configuration menu
    Copy the full SHA
    631ffdd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e6cfcf1 View commit details
    Browse the repository at this point in the history

Commits on May 17, 2017

  1. read->red

    JiayiFeng committed May 17, 2017
    Configuration menu
    Copy the full SHA
    f46dcb1 View commit details
    Browse the repository at this point in the history
  2. read->red

    JiayiFeng committed May 17, 2017
    Configuration menu
    Copy the full SHA
    6ff3565 View commit details
    Browse the repository at this point in the history