DantrazTrev / Neural-Networks

A basic ANN repository for understanding Neural networks without any black box approach
10 stars 21 forks source link

Use the save and load of Neural Nets in the project #9

Open DantrazTrev opened 4 years ago

DantrazTrev commented 4 years ago

The save and load files are present in the network.py
These functions can be used to save and load NNs in JSON format. They are to be used first to save the data when the user is satisfied with the training, the load func's usage will be clear as we add further features.