Difference between revisions of "Visualization"
m |
m |
||
| Line 12: | Line 12: | ||
** [[Python#Visualization with Python |Visualization with Python]] | ** [[Python#Visualization with Python |Visualization with Python]] | ||
** [http://ai.google/research/teams/brain/pair Google: People + AI Research (PAIR)] | ** [http://ai.google/research/teams/brain/pair Google: People + AI Research (PAIR)] | ||
| − | *** [[TensorBoard]] | + | *** [[TensorBoard]] | [[Google]] |
| − | *** [[TensorFlow Playground]] | + | *** [[TensorFlow Playground]] | [[Google]] |
*** [[Google Facets | Facets]] | [[Google]] | *** [[Google Facets | Facets]] | [[Google]] | ||
| − | *** [http://projector.tensorflow.org/ Projector.TensorFlow.org]] ...3D visualization of search queries | + | *** [http://projector.tensorflow.org/ Projector.TensorFlow.org]] | [[Google]] ...3D visualization of search queries |
** [http://www.wandb.com/articles/visualize-keras-models-with-one-line-of-code Visualize Keras Models with One Line of Code | Lukas & Jeff - Weights & Biases] | ** [http://www.wandb.com/articles/visualize-keras-models-with-one-line-of-code Visualize Keras Models with One Line of Code | Lukas & Jeff - Weights & Biases] | ||
** [http://visualdl.paddlepaddle.org/ Visual DL] | ** [http://visualdl.paddlepaddle.org/ Visual DL] | ||
Revision as of 11:49, 22 August 2020
YouTube search... ...Google search
- Explainable Artificial Intelligence (XAI)
- Tools:
- Visualization with Python
- Google: People + AI Research (PAIR)
- TensorBoard | Google
- TensorFlow Playground | Google
- Facets | Google
- Projector.TensorFlow.org] | Google ...3D visualization of search queries
- Visualize Keras Models with One Line of Code | Lukas & Jeff - Weights & Biases
- Visual DL
- Netron
- Yellowbrick
- CNNVis
- 3D Visualization of a Convolutional Neural Network (CNN)
- ANN Visualizer
- displaCy
- The Five Best Data Visualization Libraries | Lio Fleishman, Sisense
- 5 Python Libraries for Creating Interactive Plots | Melissa Bierly | Mode
- The 9 Best Analytics Tools For Data Visualization Available Today and The 10 Best Data Analytics And BI Platforms And Tools In 2020 | Bernard Marr - Forbes
- Data Visualization for Artificial Intelligence, and Vice Versa | Nicolas Kruchten
- Overview of Model Visualization Architecture and Types | XenonStack
- Understanding ML/DL Models using Interactive Visualization Techniques | Chakri Cherukuri
- A Gentle Introduction to Data Visualization Methods in Python | Jason Brownlee - Machine Learning Mastery
- Data Flow Graph (DFG)
- Explainable Artificial Intelligence (XAI)
- (Deep) Convolutional Neural Network (DCNN/CNN)
- Multifaceted feature visualization: Uncovering the different types of features learned by each neuron in deep neural networks. Visualization for Deep Learning workshop | Nguyen A, Yosinski J, Clune J, 2016
- Identifying core functional networks and functional modules within artificial neural networks via subsets regression | Velez R, Clune J, 2016
- The Simpsons meets Data Visualization | Adam Reevesman -Towards Data Science
- 3D Simulation Environments
- Datasets
- Batch Norm(alization) & Standardization
- Data Preprocessing
- Feature Exploration/Learning
- Dimensional Reduction
- Hyperparameters
- Data Augmentation
- Master Data Management (MDM) / Feature Store / Data Lineage / Data Catalog
- Feature Exploration/Learning
- Graphical Tools for Modeling AI Components
- Feature Engineering and Selection: A Practical Approach for Predictive Models - 4 Exploratory Visualizations | Max Kuhn and Kjell Johnson
Visualization with Python
Shan Carter