This commit is contained in:
Bany 2025-04-11 16:26:03 -03:00 committed by GitHub
commit 2eac04e3e0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -240,6 +240,7 @@ It's a great way to learn.
#### Build your own `Neural Network`
* [**(any)**: _Neural Networks and Deep Learning_](http://neuralnetworksanddeeplearning.com/)
* [**C#**: _Neural Network OCR_](https://www.codeproject.com/Articles/11285/Neural-Network-OCR)
* [**F#**: _Building Neural Networks in F#_](https://towardsdatascience.com/building-neural-networks-in-f-part-1-a2832ae972e6)
* [**Go**: _Build a multilayer perceptron with Golang_](https://made2591.github.io/posts/neuralnetwork)