Skip to content

sboomi/neuralnetworkfromscratch

Repository files navigation

Neural Networks From Scratch

Introduction

This is an explanation about how neural networks work. The explanation is contained in Jupyter Notebooks. Most of the supplementary code can be found in the modules package.

Requirements

This repo uses Python 3.7.7. 64-bit. Create a new environment with venv or conda and install the packages through the requirements.txt file :

pip install -r requirements.txt

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published