Keras-like Deep Learning Framework from Scratch (NumPy)
Dec 31, 2022
·
1 min read
Created the Sequential model with Dense, Conv2D, Dropout, and Flatten layers.
Supports multiple optimisers (SGD and SGDMomentum), multiple activation functions (including softmax), and classic cost functions.