Skip to content

Utility package for accessing common Machine Learning datasets in Julia

License

Notifications You must be signed in to change notification settings

CTUAvastLab/MLDatasets.jl

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MLDatasets.jl

Docs Stable Docs Latest CI

This package represents a community effort to provide a common interface for accessing common Machine Learning (ML) datasets. In contrast to other data-related Julia packages, the focus of MLDatasets.jl is specifically on downloading, unpacking, and accessing benchmark datasets. Functionality for the purpose of data processing or visualization is only provided to a degree that is special to some dataset.

This package is a part of the JuliaML ecosystem. Its functionality is built on top of the package DataDeps.jl.

Available Datasets

Each dataset has its own dedicated sub-module. Find below a list of available datasets and links to their documentation.

Vision

Miscellaneous

Text

Graphs

Installation

To install MLDatasets.jl, start up Julia and type the following code snippet into the REPL. It makes use of the native Julia package manger.

import Pkg
Pkg.add("MLDatasets")

Contributing to MLDatasets

New dataset contributions are warmly welcome. See src/Cora/Cora.jl for an example of a minimal implementation.

License

This code is free to use under the terms of the MIT license.

About

Utility package for accessing common Machine Learning datasets in Julia

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Julia 100.0%