From 4d3325c9780f79f94c340812ac1b1f71fedce9b0 Mon Sep 17 00:00:00 2001 From: Sorawit Chokphantavee <52538051+SorawitChok@users.noreply.github.com> Date: Fri, 30 Aug 2024 12:05:20 +0700 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3add8a8..248df3d 100644 --- a/README.md +++ b/README.md @@ -239,7 +239,7 @@ It's a great way to learn. #### Build your own `Neural Network` -* [**C++**: _Building Neural Network from scratch in C++_](https://github.com/SorawitChok/Neural-Network-from-scratch-in-Cpp) +* [**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)