A module that will help you learn Neural Networks from scratch !!!
From the root directory execute following:
poetry installNavigate to main.py, modify as per your liking and execute following:
python main.pyImplementation of different versions of FeedForward Neural Network in python from scratch. The repository includes, Backpropagation, Dimensionality Reduction with Autoencoder and Word2Vec model (CBOW).
PythonMIT
A module that will help you learn Neural Networks from scratch !!!
From the root directory execute following:
poetry installNavigate to main.py, modify as per your liking and execute following:
python main.py