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.
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.