This demonstrates a basic neural network taking data from two generic lists of input arrays. The first generic list contains input data. The second contains output decisions. Lines 28 - 103 take care of initializing weights, biases, and holder variables for those weights and biases to hold updates from gradient optimizers before they can be assigned to their respective weights and biases. Optimization happens to the error function defined on line 237. Gradient opimization is done in pieces.
-
Notifications
You must be signed in to change notification settings - Fork 0
JuanARoig/NeuralN
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
Demonstration of a neural network built in C# using no neural network libraries.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published