kerasEasy Playground

High-level neural network API; multi-backend (TF, PyTorch, JAX)

Getting started with kerasRun locally
Install
pip install keras
Python CodeRun locally
Expected Output
# Expected output shown below
# (Run locally with: keras)

keras is a third-party package. High-level neural network API; multi-backend (TF, PyTorch, JAX). Install with: pip install keras

Challenge

Try modifying the code above to explore different behaviors. Can you extend the example to handle a new use case?