Skip to content

Mathematics for machine learning - notes, proofs and code

Notifications You must be signed in to change notification settings

jmaczan/ml-math

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 

Repository files navigation

ml-math

Notes from Tivadar Danka's "Mathematics of Machine Learning" and Sheldon Axler's "Linear Algebra Done Right"

Setup

Prerequisities

  • Python >= 3.10
  • Anaconda >= 23.3.1

Installation

conda install --file requirements.txt