
How I Implemented Speed Run Ethereum Challenge 2: Token Vendor
Explaining my accepted solution to Speed Run Ethereum Challenge 2
Jun 1, 20225 min read160
Search for a command to run...

Explaining my accepted solution to Speed Run Ethereum Challenge 2

Explaining my accepted solution to Speed Run Ethereum Challenge 1

Replacing my hand written math functions with NumPy

Training a neural network to correctly identify digits from the MNIST dataset

Context I've been reading the book Grokking Deep Learning by Andrew W. Trask and instead of summarizing concepts, I want to review them by building a simple neural network. This neural network will use the concepts in the first 4 chapters of the book...