Skip to content

Commit

Permalink
Create README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Eliyaan authored Jan 6, 2024
1 parent 12389ab commit 8259491
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
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!

0 comments on commit 8259491

Please sign in to comment.