Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/bonevbs/ml_notebooks

A personal collection of ML Jupyter notebooks
https://github.com/bonevbs/ml_notebooks

classification-algorithims gradient-descent jupyter-notebook machine-learning machine-learning-algorithms

Last synced: 28 days ago
JSON representation

A personal collection of ML Jupyter notebooks

Awesome Lists containing this project

README

        

# My ML notebooks
A personal collection of ML Jupiter notebooks. Disclaimer: Many of the notebooks are just a work in progress.

To generate markdown file from a jupyter notebook, i.e. `gaussian_processes.ipynb `, run:
```
jupyter nbconvert --to markdown gaussian_processes.ipynb
```