Skip to content

5l1v3r1/NNfSiX

 
 

Repository files navigation

Neural Networks from Scratch in X

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.

How to contribute:

The plan is to share code from video part #s. We 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.

Before submitting a PR, check to see if there's already a PR from someone for that specific part # and language.

Submission for given part number should be complete in a single file, ie. should not be split across multiple files. This makes it easier for us to maintain the repository amd easier for others to follow.

If you want to submit solutions in multiple languages, or your submission adds new files and changes files of someone else, create separate PRs for these cases.

We will be accepting PRs in the following ways:

  1. Prioritizing the already-established people who have contributed to that language already.
  2. Prioritizing by who submits first.

About

Neural Networks from Scratch in various programming languages

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 18.4%
  • C 11.8%
  • Assembly 9.2%
  • Swift 7.8%
  • Java 4.7%
  • C# 4.0%
  • Other 44.1%