Palashio / libra

Ergonomic machine learning for everyone.
http://libradocs.org/
MIT License
1.91k stars 109 forks source link

Troy branch #331

Closed tgood13 closed 4 years ago

tgood13 commented 4 years ago

name: b) CNN feature map visualization about: User now has option to visualize feature map associated with CNN after calling convolutional_query() labels: feature

This pull request closes #277 .

- What I did Created a feature map visualization for the convolutional_query function that displays if the user sets the show_feature_map parameter to True.

- How I did it Passed first image from X_test images into a new visualization model, and displayed stage-by-stage image representations by layer using matplotlib.

- How to verify it

Pass a dataset to the client function and call client.convolutional_query function with show_feature_map set to True.

This pull request adds a new feature to libra. @Palashio, could you please take a look at it?