- Navigate to
neural_network/
- Ensure the
presentation_mode
parameter inrun_interactive.m
isfalse
- Run
run_interactive.m
in Octave or MATLAB - Using the interactive console, one can choose to load a prexisting configuration or train a new one
- Navigate to
neural_network/
- Ensure the
presentation_mode
parameter inrun_interactive.m
istrue
- Run
run_interactive.m
in Octave or MATLAB
- Navigate to
neural_network/
- Run
run_interactive.m
in Octave or MATLAB - Once training is complete, trained networks will show up in
neural_network/trained_networks
- Contains the datasets used to train and validate the neural network
- Planning documents used in the process of creating the neural network
- Initial prototypes of the neural network
- Function to train neural network
- Trains multiple neural networks and saves them uniquely by training parameters and timestamp
- Uses input and expected output to check neural network's ability to predict
- Compares the neural network to the validation set
correction-set.csv
and computes its accuracy
- Directory of all trained networks
- Can be loaded via
run_interactive
to explore stats and accuracy