MLDatasets.jl

授权协议 MIT License
开发语言
所属分类 神经网络/人工智能、 机器学习/深度学习
软件类型 开源软件
地区 不详
投 递 者 干茂才
操作系统 跨平台
开源组织
适用人群 未知
 软件概览

MLDatasets.jl

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 theJuliaML ecosystem.Its functionality is built on top of the packageDataDeps.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 Juliapackage manger.

import Pkg
Pkg.add("MLDatasets")

Contributing to MLDatasets

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

License

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