The idea here is to share Neural Networks from Scratch tutorial parts / Neural Networks from Scratch book in various other programming languages, besides just Python.
If you're following along in another language, feel free to contribute to your specific language via a pull request. If you're considering trying to use another language, you can see how others have achieved writing the neural networks from scratch in other languages here too.
The plan is to share code from video part #s. I will be updating the Python variants, so, if you are just following the book, you can see which block(s) of code should be translated by checking out the Python versions.