-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
9 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
This is a V module to create neural networks. (there is also a gui module named `ggui` that I used for the mnist example) | ||
|
||
For the moment there is two examples, the XOR logic gate example and the MNIST example. | ||
Here is a screenshot from the MNIST example tester `examples/mnist_tester.v` (it needs to be launched into the examples folder to have the right path to load the neural network save): | ||
![image](https://github.com/Eliyaan/NeuralNetworks-V-Module/assets/103932369/d4e784a2-b63b-457e-b708-822a8285c727) | ||
|
||
Here is the new documentation that just started: https://eliyaan.github.io/NeuralNetworks-V-Module/ | ||
|
||
I hope you enjoy your time with it, if you have any question dont mind asking me here or on discord! There is still a lot to be worked on for the module to be entirely complete! |