Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/foldfelis/ml101.jl

This repository is not just an implement yet a learning process to fully understand the ML algorithms
https://github.com/foldfelis/ml101.jl

Last synced: about 1 month ago
JSON representation

This repository is not just an implement yet a learning process to fully understand the ML algorithms

Awesome Lists containing this project

README

        

# ML101

This repository is not just an implement yet a learning process to fully understand the ML models. In this reop, I implement some common and useful algorithms and some examples.

## Reference

1. [Machine Learning Foundations 1](https://www.coursera.org/learn/ntumlone-mathematicalfoundations)
2. [Machine Learning Foundations 2](https://www.coursera.org/learn/ntumlone-algorithmicfoundations)
3. [Machine Learning Techniques](https://www.coursera.org/learn/machine-learning-techniques)
4. [MLJ.jl](https://github.com/alan-turing-institute/MLJ.jl)
5. [GLM.jl](https://github.com/JuliaStats/GLM.jl)
6. [RDatasets.jl](https://github.com/JuliaStats/RDatasets.jl)