Skip to content
#

neural-networks-from-scratch

Here are 142 public repositories matching this topic...

This is the code for a fully connected neural network. The code is written from scratch using Numpy, without using any ready-made deep learning library. In this, classification is done on the MNIST dataset. It is generalized to include various options for activation functions, loss functions, types of regularization, and output activation types.

  • Updated Jun 14, 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