Skip to content

Releases: geyuxu/nn-from-scratch

Initial Release: Basic Modules Implementation

25 Jan 23:21

Choose a tag to compare

Initial alpha release of Neural Networks from Scratch.

This version includes implementations for:

Linear Regression

Logistic Regression

Multi-Layer Perceptron (MLP)

CNN & RNN (Basic structure)

Note: This is a work in progress. More features and documentation will be added in future releases.