JBJohn Boamahintimelinelogs.hashnode.dev·Sep 11, 2025 · 9 min readLog #6: CNN Visualizer – Part 6Learning Objectives By the end of Log #6, you will be able to: Create FastAPI endpoints for image prediction and layer visualization Return structured JSON responses including predictions, layer info, and feature maps Expose model metadata through...00
JBJohn Boamahintimelinelogs.hashnode.dev·Sep 6, 2025 · 7 min readLog #5: CNN Visualizer – Part 5Learning Objectives By the end of Log #5, you will be able to: Preprocess uploaded images for CNN models (ResNet18/ResNet50) Convert model tensors back into visualizable images Generate activation feature maps and grids for frontend visualization ...00
JBJohn Boamahintimelinelogs.hashnode.dev·Aug 16, 2025 · 4 min readLog #4: CNN Visualizer – Part 4Learning Objectives By the end of Log #4, you will be able to: Understand the fundamental problem that ResNet architectures solve Explain the concepts of residual and skip connections Analyze the architectural differences between ResNet18 and ...00
JBJohn Boamahintimelinelogs.hashnode.dev·Aug 9, 2025 · 9 min readLog#3: CNN Visualizer - Part 2Learning Objectives By the end of Log #3, you should be able to: Load pretrained CNN models like ResNet18 and ResNet50 using PyTorch’s torchvision.models. Automatically use the official preprocessing transforms from the selected model’s weights. E...00
JBJohn Boamahintimelinelogs.hashnode.dev·Aug 3, 2025 · 5 min readLog#2: CNN Visualizer - Part 1Learning Objectives By the end of Log#2, you should be able to: Set up a FastAPI backend for the CNN Visualizer project. Install and understand the core packages required for a deep learning backend. Create health check endpoints and test them wit...00