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

https://github.com/manuel-lang/julia-machine-learning

Examples using popular machine learning algorithms in Julia (Jupyter).
https://github.com/manuel-lang/julia-machine-learning

data-science julia machine-learning

Last synced: 10 days ago
JSON representation

Examples using popular machine learning algorithms in Julia (Jupyter).

Awesome Lists containing this project

README

          

# Julia-Machine-Learning-Examples
Examples using popular machine learning algorithms in Julia with Jupyter notebooks.

## Contents

### Clustering
- [DBSCAN](https://github.com/manu183/Julia-Machine-Learning/blob/master/clustering/dbscan.ipynb)
- [hierarchical clustering](https://github.com/manu183/Julia-Machine-Learning/blob/master/clustering/hierarchical_clustering.ipynb)
- [k-means](https://github.com/manu183/Julia-Machine-Learning/blob/master/clustering/kmeans.ipynb)
- [k-medoids](https://github.com/manu183/Julia-Machine-Learning/blob/master/clustering/kmedoids.ipynb)

### Regression
- [linear regression](https://github.com/manu183/Julia-Machine-Learning/blob/master/regression/linear_regression.ipynb)
- [polynomial regression](https://github.com/manu183/Julia-Machine-Learning/blob/master/regression/polynomial_regression.ipynb)

More to come soon!