fawda123 / NeuralNetTools

R package of generic neural network tools
https://fawda123.github.io/NeuralNetTools/
Creative Commons Zero v1.0 Universal
71 stars 20 forks source link

Plotting pruned networks #4

Closed mngreene closed 9 years ago

mngreene commented 9 years ago

Hi Marcus,

Thank you very much for developing a package to visualise NNs.

I noticed it does not allow to visualise pruned networks however. Recently I approached the developer of RSNNS to extend the capacity of the package to introduce pruning capacity - a very useful feature indeed which is now available as standard in RSNNS. Would it be possible please to look into extending the functionality of NeuralNetTools to allow plotting pruned networks as well?

Thank you very much in advance.

Regards,

Max

fawda123 commented 9 years ago

Max, try the v1.3.3 release. I tested plotnet with a simple pruned network and it worked as expected. The other functions should work though I'm getting screwy results with lekprofile.

-Marcus