/TensorFlow-Saving-A-Neural-Network

This is an implementation of a neural network with 2 hidden layers in TensorFlow. The main point of it is to demonstrate how to save the Neural Network Model.

Primary LanguagePython

This is an example of a neural network with 2 hidden layers. The main point of this code is to demonstrate how to save your neural network model.

I provided this code because I couldn't find a good example of someone saving their neural network model online.

Enjoy!