aharley / nn_vis

An interactive visualization of neural networks
MIT License
306 stars 63 forks source link

Request for Guidance on Implementing Multi-Level Edge Connectivity #4

Open MARCOpo1o opened 11 months ago

MARCOpo1o commented 11 months ago

Hello,

I am working on a project aimed at developing educational tools to teach high school students about Convolutional Neural Networks (CNNs). I found your nn_vis tool to be a great starting point for this endeavor.

Feature Implementation Request: I am interested in enhancing the nn_vis tool by adding a feature where clicking on a neuron or feature map box in a higher-level convolutional layer would display edges connecting it to its corresponding neurons or feature maps in the lower layer, continuing down to the first layer. This would help in illustrating the hierarchical structure of CNNs and the connection between different layers.

Purpose: The purpose of this enhancement is to provide a more interactive and comprehensive understanding of how different layers in a CNN are interconnected, which is crucial for beginners in machine learning.

Request for Insights: As I am planning to implement this feature myself, I would greatly appreciate any insights or guidance you could provide on how best to approach this modification. Specifically, I am interested in:

Vision Note Nov 27, 2023 Here is an image of how I imagine the fully implemented version would look like.

Conclusion: Your expertise and insights into the tool's design and functionality would be incredibly valuable for this enhancement. I am eager to learn from your experience and contribute to the development of this educational resource.

Thank you for your time and for creating such a valuable tool for the machine learning community.

Best regards, Marco Qin Brandeis University

MARCOpo1o commented 5 months ago

I really admire your work and I have implemented my own version based on your code https://github.com/MARCOpo1o/visualize_neural_net