Menu

Blog

Mar 13, 2023

Building a neural network FROM SCRATCH (no Tensorflow/Pytorch, just numpy & math)

Posted by in categories: mathematics, robotics/AI

Kaggle notebook with all the code: https://www.kaggle.com/wwsalmon/simple-mnist-nn-from-scratch-numpy-no-tf-keras.

Blog article with more/clearer math explanation: https://www.samsonzhang.com/2020/11/24/understanding-the-mat…numpy.html

Comments are closed.