# Data-Visualization **Repository Path**: isaaclin007/Data-Visualization ## Basic Information - **Project Name**: Data-Visualization - **Description**: Collection of interactive Jupiter Notebook widgets and graphs. - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-04-19 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Data-Visualization ## Collection of interactive Jupiter Notebook graphs and widgets
This collection has been made possible thanks to:
[SamLau95](https://github.com/SamLau95/nbinteract/tree/master/notebooks)
[nbinteract](https://www.nbinteract.com/tutorial/tutorial_publishing.html)
[Piotr Skalski](https://towardsdatascience.com/lets-code-a-neural-network-in-plain-numpy-ae7e74410795)
[StackOverFlow](https://stackoverflow.com/questions/29888233/how-to-visualize-a-neural-network)
Some examples of animations created in this repository are available online on my personal WebSite at [this link.](https://pierpaolo28.github.io/Projects/project9.html)
Artificial Neural Network decision boundary during model training: ![](./Machine-Learning-GIFs/binary_classification_vizualizations/ANN/Keras_gif.gif) Logistic Regression decision boundary during model Model Training: ![](./Machine-Learning-GIFs/binary_classification_vizualizations/Logistic_Regression/Logistic_gif.gif) Artificial Neural Network Diagram Structure Generator: ![](./Machine-Learning-GIFs/ann.png) Matplotlib Animation API: ![](./Matplotlib-Animations/Gaussian/gauss.gif) ![](./Matplotlib-Animations/sine_wave.gif) Celluloid: ![](./Matplotlib-Animations/celluloid_minimal.gif)