Sentdex/NNfSiX
A tutorial repository implementing neural networks from scratch in multiple programming languages following Sentdex's video series and book.

This repository contains implementations of neural networks from scratch, following the Neural Networks from Scratch tutorial series by Sentdex. It provides code examples in various programming languages beyond Python, allowing learners to understand the underlying mechanics of neural networks by building them from the ground up without relying on ML frameworks. The code is organized by tutorial video part numbers, with each part contained in a single file for easier maintenance and learning.