Skip to content

katzdave/Neural-Network

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Neural-Network

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.

About

C# Implementation of a neural network

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages