Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/jmaczan/ml-math

Mathematics for machine learning - notes, proofs and code
https://github.com/jmaczan/ml-math

convolutional-neural-networks linear-algebra machine-learning machine-learning-mathematics math mathematics multivariate-analysis neural-networks notes optimization probability-theory statistics

Last synced: about 3 hours ago
JSON representation

Mathematics for machine learning - notes, proofs and code

Awesome Lists containing this project

README

        

# 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
```