Skip to content

Latest commit

 

History

5 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 

Repository files navigation

Neural-Network-from-Scratch

One and Two Layer Neural Networks

This repository contains the implementations of one and two layer neural networks and the mnist dataset. Sigmoid, MSE, Xavier, Scale, and accuracy functions are also added. It runs on 20 epochs with a batch size of 100. The NN runs on scaled Fashion Mnist dataset, since the dataset is too big, I left a link to the unscaled dataset.

Training set: https://www.dropbox.com/s/5vg67ndkth17mvc/fashion-mnist_train.csv?dl=0

Test set: https://www.dropbox.com/s/9bj5a14unl5os6a/fashion-mnist_test.csv?dl=0

About

One and Two Layer Neural Networks

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages