Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jfsantos/keras-tutorial
Tutorial teaching the basics of Keras and some deep learning concepts
https://github.com/jfsantos/keras-tutorial
deep-learning keras tutorial
Last synced: 4 days ago
JSON representation
Tutorial teaching the basics of Keras and some deep learning concepts
- Host: GitHub
- URL: https://github.com/jfsantos/keras-tutorial
- Owner: jfsantos
- License: mit
- Created: 2016-11-21T22:00:09.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2016-11-21T22:05:09.000Z (almost 8 years ago)
- Last Synced: 2024-04-18T01:06:05.879Z (7 months ago)
- Topics: deep-learning, keras, tutorial
- Language: Jupyter Notebook
- Size: 512 KB
- Stars: 105
- Watchers: 12
- Forks: 47
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Keras tutorial
This is a basic Keras tutorial, teaching the basics of feedforward,
convolutional, and recurrent neural networks. There are also sections on
regularization and how to use the Keras backend to write portable code that
runs both in Theano and Tensorflow.