Learn practical skills, build real-world projects, and advance your career

simple-neural-network

Use the "Run" button to execute the code.

!pip install jovian --upgrade --quiet
import jovian
# Execute this to save new versions of the notebook
jovian.commit(project="simple-neural-network")
[jovian] Detected Colab notebook... [jovian] Please enter your API key ( from https://jovian.ai/ ): API KEY: ·········· [jovian] Uploading colab notebook to Jovian...
[jovian] Error: Looks like the notebook is missing output cells, please save the notebook and try jovian.commit again.
[jovian] Capturing environment.. [jovian] Committed successfully! https://jovian.ai/anirbanghoshal990/simple-neural-network
import tensorflow as tf
from tensorflow import keras
import numpy as np