gallettilance / kviz

https://pypi.org/project/kviz/ Visualization library for keras neural networks. Contributions welcome

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add `animate_learning` and `animate_neuron_activated_by` in `DenseGraph` class description

mcxxmc opened this issue · comments

The 2 methods animate_learning and animate_neuron_activated_by seems to be important and should be called by users to produce desired animations. Considering adding them to the class description of DenseGraph so the users will know.