Skip to content

SebLague/Neural-Network-Experiments

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Neural-Network-Experiments

A small experiment with plain neural networks in C# (inside the Unity engine for visualizations), created as part of this video.
The code has some minor differences from that shown in the video, for example the weights array has been flattened to a one dimensional array for performance (although the performance is admittedly still pretty poor).

The project contains 4 image recognition experiments: mnist, fashion mnist, doodles, and cifar10.
In the future I plan to build upon this to create a convolutional neural network, and potentially move the calculations to the GPU to speed things up.

Doodles

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published