https://github.com/Eliyaan/NeuralNetworks-V-Module
A V module to use multi-layer neural networks. Includes backpropagation but you can train them the way you want. If you have any questions or suggestions I'd be happy to read them !
https://github.com/Eliyaan/NeuralNetworks-V-Module
neural-networks
Last synced: about 1 year ago
JSON representation
A V module to use multi-layer neural networks. Includes backpropagation but you can train them the way you want. If you have any questions or suggestions I'd be happy to read them !
- Host: GitHub
- URL: https://github.com/Eliyaan/NeuralNetworks-V-Module
- Owner: Eliyaan
- Created: 2023-03-05T21:23:20.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2024-03-04T14:03:48.000Z (about 2 years ago)
- Last Synced: 2024-03-05T15:12:40.909Z (about 2 years ago)
- Topics: neural-networks
- Language: V
- Homepage:
- Size: 47.9 MB
- Stars: 17
- Watchers: 3
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-v - NeuralNetworks-V-Module - This is a V module to create neural networks. (Libraries / Scientific computing)
README
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):

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!