obadakhalili / backpropagation

Backpropagation Implementation Through Logistic Regression and FCNN | University Project

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Backpropagation Implementation Through Logistic Regression and FCNN

This repo contains implementations for both logistic regression and FCNN APIs that I did to learn how backpropagation works.

The API for the FCNN is pretty neat, and I will probably (🤞) continue developing it in its own package along with other neural networks implementations for learning purposes. The work on this will probably go here.

About

Backpropagation Implementation Through Logistic Regression and FCNN | University Project


Languages

Language:Jupyter Notebook 91.8%Language:Python 8.2%