Skip to content

ofikodar/NumpyNeuralNetwork

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

55 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NumpyNeuralNetwork

Neural Network implementation using only Numpy.

This repo is a service for all students who need to implement Neural Network without an external DL framework.

How To Run:

1.In main.py, change the data_path to your own data folder and set the training, validation, and test data as well.

2.In main.py, change extract_data to read your data.

3.Change experiments.json to your NN architecture and hyperparameters.

About

Neural Network implementation using only Numpy

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published