Skip to content

bowenyou/cairo-mlp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cairo-mlp

We provide an implementation of the training of a simple MLP model in Cairo using Orion

For a review of MLP models, please refer to Chapter 6 of the Deep Learning Book

TODO

  • model initialization (use a simple PRNG?)
  • forward pass implementation in Cairo
  • backpropagation implementation in Cairo
  • linear layer gradient in Cairo
  • Python dataset to Cairo dataset (Jupyter notebook)
  • Deploy it as a smart contract (???)
    • Figure out gas limits per tx, per block
    • Figure out smart contract size limits
    • Pass in data via transaction
    • Deploy as L3 (???)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published