JuliaML / META

Discussions related to the future of Machine Learning in Julia
MIT License
10 stars 2 forks source link

MLPlots #5

Closed tbreloff closed 8 years ago

tbreloff commented 8 years ago

I'm thinking about moving MLPlots here. The idea is that MLPlots is a collection of recipes for ML visualization, and recipes are loaded dynamically (with the Requires package) based on what other packages you are using. As an example, you can visualize a neural net state in OnlineAI, or plot the history from the ValueHistories package.

Any reservations/issues with the move? Please keep the package in mind when you're building visualizations that others might want to use.

Evizero commented 8 years ago

+1

Evizero commented 8 years ago

Maybe we should flag it as being "in development" for now?

tbreloff commented 8 years ago

Yes it's certainly a work in progress, but it's "WIP: more visualizations needed" as opposed to "WIP: unusable". My hope is that people can start to use it and add their own recipes (or at least those that they think other people will want to use). This should be something that many from the community have a hand in... not just me.

Evizero commented 8 years ago

No objections here. The whole org is a WIP currently anyhow. baby steps

tbreloff commented 8 years ago

This is done: https://github.com/JuliaML/MLPlots.jl

I hope more people want to contribute cool recipes now!! :+1: