Compare commits

...

2 Commits

Author SHA1 Message Date
Bany 1c691d116f
Merge 38d9a94f05 into a8bc6fbcf1 2025-07-11 15:34:33 +08:00
bany 38d9a94f05 add-neural-network-and-deep-learning 2023-05-11 04:13:55 +00:00
1 changed files with 1 additions and 0 deletions

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)