Machine Learning with Neural Networks using Keras -- Remi Lehe

February 14, 2017 at 5-6:30pm in BIDS, 190 Doe Library

Keras is a machine learning library that runs on top of the popular TensorFlow neural network library.

Binder

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:

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

Share