/cnn_basic_course

CNN material using cats vs dogs kaggle data and keras framework

Primary LanguageJupyter NotebookGNU General Public License v3.0GPL-3.0

Hands-on CNN course

Instalation

From base anaconda:

 pip install keras

This will install keras and theano.

In windows we have to configure theano use the windows compiler:

 conda install mingw libpython