This is an individual course project at George Washington University 2019 Spring DATS 6203 Machine Learning II
Please down the data from https://www.kaggle.com/ikarus777/best-artworks-of-all-time
- sudo unzip best-artworks-of-all-time.zip
- sudo unzip resized.zip
- sudo chmod -R 777 / Then you can start running the code in the suggested sequence below (skip next section).
Please run the following command on the terminal
- sudo chmod -R 777 /home
- pip install --user kaggle
- mkdir ~/.kaggle (Generate Kaggle API token according to https://github.com/Kaggle/kaggle-api and place it in the above folder) chmod 600 ~/.kaggle/kaggle.json
- mkdir /home//
- cd /home//
- kaggle datasets download -d ikarus777/best-artworks-of-all-time
- sudo unzip best-artworks-of-all-time.zip
- sudo unzip resized.zip
- sudo chmod -R 777 /
- export DISPLAY=localhost:10.0
0_load_and_proprocess.py 1_cnn_model_learningrate.py 1_cnn_model_minibatch.py 2_cnn_model_2.py 22_cnn_model_2.py 3_cnn_model_3.py 4_cnn_model_4.py 5_cnn_model_5.py