Lab 07: Convolutional Neural Networks
Objective
Background
Step 1: Environment Setup
docker run -it --rm zchencow/innozverse-ai:latest bashimport numpy as np
print("NumPy:", np.__version__)Step 2: The Convolution Operation
Step 3: Multi-Channel Convolution
Step 4: Pooling — Spatial Downsampling
Step 5: Full CNN Architecture
Step 6: CNN Architecture Zoo
Step 7: ResNet Skip Connections
Step 8: Real-World Capstone — Malware Screenshot Classifier
Summary
Component
Purpose
Key Parameter
Further Reading
Last updated
