Repository for a tutorial at THW, Berkeley on Keras.
The tutorial is in the form of Jupyter notebooks. You can run these notebooks:
-
remotely on mybinder.org: to do so, click the above badge.
-
locally on your computer. To do so, install Anaconda and install the requirements by typing
conda install -c conda-forge jupyter keras pandas matplotlib
Then, clone this repository, and run the jupyter notebook:
git clone https://github.com/RemiLehe/thw_keras_introduction.git
cd thw_keras_introduction
jupyter notebook index.ipynb