Skip to content

ltoniazzi/ML_without_calculus

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 

Repository files navigation

[Work in progress]

Machine Learning without calculus

In this notebook we perform supervised learning using two things only:

  • matrix multiplication,
  • simple for loops.

In particular we do not use calculus (i.e. no gradient descent) to learn. To learn we use a naive algorythm.

We think that the loss in performance and depth in this neural network is compensated by its transparency and concreteness, which illuminates basic features and classic issues of neural networks, such as overfitting.

Set up

You can run this notebook with Binder by clicking on this badge

Binder

Alternatively, you can install the environment locally using Anaconda.

To do

  • JAX implementation.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published