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.