C# implementation of a Neural Network. Loads directly into Visual Studio 2012
Sample test, training, and output files can be found in NeuralNet/bin/debug
All code can be found within NeuralNet. Program.cs and FileReaderWriter.cs serve as tools for file and user input. Neural Network implementation which customizable learning rate/epochs and one hidden layer found in Net.cs.