rctn / sparsecoding

Reference sparse coding implementations for efficient learning and inference.
BSD 3-Clause "New" or "Revised" License
16 stars 3 forks source link

improve visualization methods #28

Open 9q9q opened 2 years ago

9q9q commented 2 years ago

add methods for viewing coefficients, losses, etc. eventually incorporate plotly for animation/interaction

belsten commented 2 years ago

On this note, we should try to obey naming conventions of matplotlib (and matlab), and name visualization methods <>show, such as dictionaryshow (maybe dictshow) and patchshow, as opposed to the current plot_dictionary, etc.