Note: I'm sorry, this repository has been moved to HorseML.jl due to my account name change.
GitHub Actions | Coveralls | CodeCov | Docs |
---|---|---|---|
LearningHorse is machine learning library for JuliaLang. You can use various algorithms, from basic algorithms such as linear regression to neuralnetwork.
From the Julia REPL, type ] to enter the Pkg REPL mode and run.
pkg> add LearningHorse
This library is ML library for JuliaLang. LearningHorse can be installed using the Julia package manager. You can build many models, from simple models like regression to complex models like neural networks.Therefore, this package is recommended for beginners.
With Learning Horse, you can create the following models.
This model is the Decision Tree, you can make the model visualized like this:
This model is the polynomial Regression: