High-level neural networks API designed for fast experimentation with deep neural networks. Runs on top of TensorFlow offering a user-friendly interface for building models.
Data engineers use Keras to prototype and deploy deep learning models quickly. The high-level API reduces boilerplate — defining a model, compiling with a loss and optimizer, and calling `.fit()` with a data pipeline is typically under 20 lines. Keras preprocessing layers are particularly useful for building self-contained models that include their own data transformation logic.
High-level neural networks API designed for fast experimentation with deep neural networks. Runs on top of TensorFlow offering a user-friendly interface for building models.
Yes, Keras is free to use.
Keras is listed under the Machine Learning Libraries category on Python Data Engineering.
Details
Related
| Tool | Pricing | Rating | |
|---|---|---|---|
SL Scikit-learnfeatured Machine Learning in Python | Free | ★ 4.9 | → |
TE TensorFlowfeatured End-to-End ML Platform | Free | ★ 4.8 | → |
PY PyTorchfeatured Deep Learning Framework | Free | ★ 4.8 | → |