Files
freeCodeCamp/guide/english/data-science-tools/keras/index.md
Rohan Saha 4cc14a3e91 Add Keras information (#26857)
* Add Keras information

Updated information according to the request made by @scissorsneedfoodtoo and added links to code samples for better understanding

* fix: removed space before title front matter key
2018-11-23 17:04:52 -08:00

1.0 KiB

title
title
Keras

Keras

Keras is a high-level library for practical deep learning. It is primarily used over other low-level APIs like TensorFlow, Theano, and Microsoft CNTK.

For beginners, it is a great tool to get started with deep learning because it takes out the nuances of defining each and every parameter and hyperparameter for the neural network. In fact, Keras has become popular enough to be used by numerous well-known organizations for making data driven products.

Keras speeds up the implementation process by eliminating boiler-plate code and keeping the developer focused only on the important details of the problem at hand.

Below are some useful links to get started with Keras.