Skip to content

A short tutorial on creating and training neural networks with the Keras high-level API for Tensorflow.

Notifications You must be signed in to change notification settings

connor-obrien888/keras_tutorial

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SPTL-Keras-Tutorial

This repo contains a short tutorial for the BU SPTL on creating and training neural networks with the Keras high-level API for Tensorflow. Keras is included with Tensorflow, which can be installed with

  pip install tensorflow

The tutorial notebook is notebook.ipynb, which is an ipython notebook that can be opened with jupyter notebook/lab or with VSCode containing an annotated version of the exercise. scratch_space.ipynb is a record of the code we ran during the tutorial, which loosely follows notebook.ipynb but is not annotated and contains digressions or additional content.

About

A short tutorial on creating and training neural networks with the Keras high-level API for Tensorflow.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published