Compare commits

...

3 Commits

Author SHA1 Message Date
Sorawit Chokphantavee
57c04295cf Merge 4d3325c978 into 7b7d32b819 2024-09-03 20:43:46 +05:30
Sorawit Chokphantavee
4d3325c978 Update README.md 2024-08-30 12:05:20 +07:00
Sorawit Chokphantavee
9e8f4164c0 Update README.md 2024-08-30 12:02:51 +07:00

View File

@@ -239,6 +239,7 @@ It's a great way to learn.
#### Build your own `Neural Network`
* [**C++**: _Neural Network from scratch in C++_](https://github.com/SorawitChok/Neural-Network-from-scratch-in-Cpp)
* [**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)