-
Notifications
You must be signed in to change notification settings - Fork 2
Keras
Nihal Soans edited this page Apr 4, 2018
·
3 revisions
Keras is a high-level neural networks API, written in Python and capable of running on top of TensorFlow, CNTK, or Theano. It was developed with a focus on enabling fast experimentation. Being able to go from idea to result with the least possible delay is key to doing good research.
Use Keras if you need a deep learning library that:
* Allows for easy and fast prototyping (through user friendliness, modularity, and extensibility).
* Supports both convolutional networks and recurrent networks, as well as combinations of the two.
* Runs seamlessly on CPU and GPU.
Installing keras is given in our readme.md
- Keras
- Keras logo is owned by keras.io
- Environments Setting
- Image Processing
- Time Series
- Theory
- Post-Processing & Data
- Possible Models
- Results