LearningHorse.jl

LearningHorse.jl is the ML library for JuliaLang.
Author MommaWatasu
Popularity
9 Stars
Updated Last
2 Years Ago
Started In
January 2021

LearningHorse

Note: I'm sorry, this repository has been moved to HorseML.jl due to my account name change.

logo

GitHub Actions Coveralls CodeCov Docs
CI CI-on-nightly-julia Coverage Status codecov docs dev docs stable

LearningHorse is machine learning library for JuliaLang. You can use various algorithms, from basic algorithms such as linear regression to neuralnetwork.

Installation

From the Julia REPL, type ] to enter the Pkg REPL mode and run.

pkg> add LearningHorse

Abstract

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.

Example

With Learning Horse, you can create the following models.

This model is the Decision Tree, you can make the model visualized like this: tree

This model is the polynomial Regression:

polynomial

Used By Packages

No packages found.