Skip to content

Latest commit

 

History

History
5 lines (3 loc) · 304 Bytes

README.md

File metadata and controls

5 lines (3 loc) · 304 Bytes

mlp-from-scratch

An MLP implementation from scratch. No numpy, no pandas, no torch. You can see the comparison with the same architecture, implemented using PyTorch.

Created as a solution the second homework of CENG403 - Introduction to Deep Learning at Middle East Technical University.