bob1996w / ML2018FALL-deepq

NTU_r07922018_雷姆包伯歐姆蛋 deepq final project repo

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ML Final project-deepq readme

Package needed

Keras==2.1.6
numpy==1.14.0
pandas==0.23.4
Pillow==5.3.0
scikit-learn==0.20.2
scipy==1.1.0
tensorflow==1.10.1

For TA in ML class

How to run test with trained models download

cd src
bash test.sh <test.csv> <image folder path/> <output.csv>
  • image folder path has to end with /.

For HTC deepq

1. train

cd src
bash train_deepq.sh <train.csv> <image folder path/>
  • image folder path has to end with /.

2. test

cd src
bash test_deepq.sh <test.csv> <image folder path/> <output.csv>
  • image folder path has to end with /.

About

NTU_r07922018_雷姆包伯歐姆蛋 deepq final project repo


Languages

Language:Python 71.4%Language:Shell 28.6%