HorseML.jl

HorseML.jl is the ML library for JuliaLang.
Author MommaWatasu
Popularity
9 Stars
Updated Last
8 Months Ago
Started In
December 2021

HorseML

logo

GitHub Actions CodeCov Docs
CI codecov docs dev docs stable

HorseML 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 HorseML

Abstract

This library is ML library for JuliaLang. HorseML 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 HorseML, you can create the following models.

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

This model is a polynomial Regression:

polynomial

This is a Clustering result:

clustering

Used By Packages

No packages found.