Written by. Hyeonbeen Lee
Basic level DNN codes with PyTorch.
DNN_Basics.py: Train, save, and load simple fully-connected DNN.
Module_DNN.py: Multi Layer Perceptron module using torch.nn.Module class.
Vars.py: Common variables for all codes.
DNN.pt: Sample DNN model file.
TrainData.csv: Sample 3D function data with two inputs (x1,x2) and one output (y).