tils (page 7)
-
Dynamically Filtering Google Sheets with QUERY and Optional Criteria
How to build a dynamic Google Sheets QUERY that applies optional filters and supports multiple values using IN clauses.
-
Neuroflow Optimizations for the MNIST Dataset
Updates required to optimize Neuroflow for the MNIST dataset
-
Working with the MNIST Dataset in JavaScript
Notes on working with the famous MNIST Dataset in JavaScript
-
Supporting Multi-class Classification with Neuroflow
Extend Neuroflow to support multi-class classification by implementing the softmax activation function and cross-entropy loss.
-
Porting Micrograd To Create Neuroflow
Creating Neuroflow by porting Andrej Karpathy's micrograd to JavaScript