Skip to content

MommaWatasu/LearningHorse.jl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

LearningHorse.jl is the ML library for JuliaLang.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages