FluxML / FastAI.jl

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

New interpretation/Visualization API #176

Closed lorenzoh closed 2 years ago

lorenzoh commented 2 years ago

Implements the ideas in #154.

To-Dos:

lorenzoh commented 2 years ago

Depends on https://github.com/ronisbr/PrettyTables.jl/pull/143

lorenzoh commented 2 years ago

Example of high-level visualization derived from a learning method. Also, custom table printing formats supported in ShowText.

image