Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/bonevbs/ml_notebooks
- Owner: bonevbs
- Created: 2021-11-23T16:46:37.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2022-08-29T09:50:12.000Z (over 2 years ago)
- Last Synced: 2024-11-19T08:48:57.453Z (about 1 month ago)
- Topics: classification-algorithims, gradient-descent, jupyter-notebook, machine-learning, machine-learning-algorithms
- Language: Jupyter Notebook
- Homepage:
- Size: 11 MB
- Stars: 3
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```