Skip to content

gautam-e/slomojo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

My experiments with 🔥

This repo is inspired by fastai’s approach but does everything slowly, in Mojo 🔥.

Dependencies

We will use only the packages available in the Mojo Playground. Those are:

  • The Python standard library
  • matplotlib
  • numpy

Content

Experiments with Mojo: 1. Read in the MNIST dataset from numpy
2. Define a linear layer
3. Backprop from scratch
4. Iterators