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).
- Host: GitHub
- URL: https://github.com/manuel-lang/julia-machine-learning
- Owner: manuel-lang
- Created: 2020-03-12T14:04:24.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-03-12T22:14:17.000Z (over 6 years ago)
- Last Synced: 2025-08-12T10:32:39.176Z (11 months ago)
- Topics: data-science, julia, machine-learning
- Language: Jupyter Notebook
- Homepage:
- Size: 29.3 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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!