Skip to content

darenasc/mlj-tutorials

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Julia

Binder

Julia and MLJ examples

Julia programming language

Type inference

Type annotation is not necessary in the code but it makes the code readable. Type inference is the process of identifying the types of the arguments to dispatch the right method. The multiple dispatch Julia feature make programs more efficient.

MLJ

MLJ

MLJ (Machine Learning in Julia) is a toolbox written in Julia providing a common interface and meta-algorithms for selecting, tuning, evaluating, composing and comparing machine learning models written in Julia and other languages. MLJ is released under the MIT licensed and sponsored by the Alan Turing Institute.

The MLJ Universe

The functionality of MLJ is distributed over a number of repositories illustrated in the dependency chart below.

MLJ * MLJBase * MLJModelInterface * MLJModels * MLJTuning * MLJLinearModels * MLJFlux * MLJTutorials * MLJScientificTypes * ScientificTypes

Dependency Chart

Dependency chart for MLJ repositories. Repositories with dashed connections do not currently exist but are planned/proposed.


Releases

No releases published

Packages

No packages published