AI & Programming

Keras

A high-level neural-network API for building and training machine-learning models.

What it is

Keras provides composable APIs for defining, training, and evaluating neural networks.

How I learned it

I learned Keras while building the IPL Score Predictor.

How I use it

I use it to define model architectures and run training experiments.

Concepts I work with

  • Layers
  • Loss functions
  • Optimizers
  • Model evaluation

What I learned

A simple model with well-prepared inputs can be more useful than unnecessary complexity.

Applied experience

Projects using Keras