vin136 / NN-foundations

Implementations of the key ideas behind modern Deep-learning from scratch(python, numpy)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

NN-foundations

This repository contains notebooks and material used for the recitation sessions for the Course CS 461: Machine learning principles (Spring 2023).

1. 01-25-2023

Revise calculus and implement backpropagation(chain rule) from scratch. Corresponding notebook

Note: Material heavily taken from Andrej Kaparthy's micro grad

Recitation

hw3 sols

About

Implementations of the key ideas behind modern Deep-learning from scratch(python, numpy)

License:MIT License


Languages

Language:Jupyter Notebook 100.0%