maxmatkovski / Quantitative-Trading-Bot

Quantitative Finance Project
0 stars 0 forks source link

Create Basic Neural Network From Scratch To Understand Mechanism #3

Open maxmatkovski opened 10 months ago

maxmatkovski commented 10 months ago

Create a basic Neural Network from scratch to understand the basic mechanism of how it works. File Neural-Network.py

maxmatkovski commented 10 months ago

First Neural Network implementation done via a walk through. Next step is to fully understand how it works and the implementation step by step. Redo the implementation if you need to understand what's fully going on.