Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 446 Bytes

README.md

File metadata and controls

11 lines (7 loc) · 446 Bytes

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.