Keras is a high-level neural networks API, written in Python and capable of running on top of TensorFlow, CNTK, or Theano. This repository contains basic introduction to Keras in the form of short examples. For a person who is new to keras should read and practice the examples in the following order:
- Digit Recognition using a simple neural network
- Sentiment Analysis using a simple neural network
- Newswires classification using a simple neural network
- House price prediction using a simple neural network
- Digit Recognition using a simple convolutional neural network
Official documentation of Keras can be accessed from here.