/neural-networks

Implementation of different versions of FeedForward Neural Network in python from scratch. The repository includes, Backpropagation, Dimensionality Reduction with Autoencoder and Word2Vec model (CBOW).

Primary LanguagePythonMIT LicenseMIT

Neural Networks

A module that will help you learn Neural Networks from scratch !!!

How to use

From the root directory execute following:

poetry install

Navigate to main.py, modify as per your liking and execute following:

python main.py