FluxML / FastAI.jl

Repository of best practices for deep learning in Julia, inspired by fastai
https://fluxml.ai/FastAI.jl
MIT License
589 stars 51 forks source link

Feature registries #208

Closed lorenzoh closed 2 years ago

lorenzoh commented 2 years ago

Closes #206.

Implements feature registries for datasets, dataset recipes and learning tasks. Depends on https://github.com/lorenzoh/FeatureRegistries.jl .

ToDo:

Registries

Datasets

Includes all the fastai datasets and handles downloading. Also stores size and a description.

image

Dataset recipes

Includes recipes to load some of the datasets into a block-based data container suitable for a (supervised) learning task.

image

Learning tasks

Lists learning tasks and allows filtering on domain and relevant blocks.

image

Finding a task with a specific target block:

image
lorenzoh commented 2 years ago

Update: now with HTML display and some docs

image