Skip to content
#

neural-networks-from-scratch

Here are 5 public repositories matching this topic...

Language: Jupyter Notebook
Filter by language

This notebook demonstrates a neural network implementation using NumPy, without TensorFlow or PyTorch. Trained on the MNIST dataset, it features an architecture with input layer (784 neurons), two hidden layers (132 and 40 neurons), and an output layer (10 neurons) with sigmoid activation.

  • Updated Mar 15, 2024
  • Jupyter Notebook

Improve this page

Add a description, image, and links to the neural-networks-from-scratch topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the neural-networks-from-scratch topic, visit your repo's landing page and select "manage topics."

Learn more