My current environment is...
- Python 3.5.2
- Scikit-learn 0.18.1
- XGBoost (python-package) 0.6
- LightGBM (python-package) v2.0
| # | |
| # fashion_mnist_theano.py | |
| # date. 10/2/2017 | |
| # | |
| # REM: I read the article for stopping development of "THEANO". | |
| # The deep learning framework stimulated me and made me write codes. | |
| # I'd like to say thank you to Theano supporting team. | |
| # | |
| import os |