Examples#
Examples demonstrating real-world usage of visualkeras. Each example shows how to visualize different types of neural network architectures.
Example Gallery#
Explore Examples#
- CNN Models - Convolutional Neural Networks
VGG-style architectures
Custom CNNs
Comparison of different CNN designs
- Sequential Models - Simple, layer-by-layer models
LeNet
Dense networks
Autoencoders
- Functional Models - Complex, multi-path architectures
Multi-input models
Multi-output models
Residual connections
Inception-style modules
- Custom Models - Advanced and specialized patterns
Subclassed models
Models with custom layers
Hybrid architectures
- LeNet View - Classic feature map stack visualizations
LeNet-style rendering
Publication-ready diagrams
Stylized feature map views
- Advanced Features - Tips, techniques, and deep dives
Unified show() function
Options objects for cleaner code
Filtering and spacing
Text annotations and customization
Sizing strategies and dimension handling
Color mapping and styling
Batch processing and comparison
All Examples#
This section includes:
Source code - Copy-paste ready examples
Generated visualizations - Expected output images
Explanations - What each example demonstrates
Variations - Related approaches and alternatives