Machine Learning with Neural Networks using Keras -- Remi Lehe
Keras is a machine learning library that runs on top of the popular TensorFlow neural network library.
Overview
Repository for a tutorial at THW, Berkeley on Keras.
Running the tutorial
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 (although binder is temporarily down right now)
- 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