Research & Writing

Blog

Dispatches from the edge of chaos — on nonlinear dynamics, AI, emergence, and the mathematics of complex systems.

CNN

MobileNet & EfficientNet: Architecture & How They Work

MobileNet and EfficientNet are efficiency-focused CNN architectures designed for deployment on mobile devices and edge hardware, achieving strong accuracy with dramatically fewer parameters and computations than

2 min read
CNN

Standard CNN: Architecture & How It Works

The Convolutional Neural Network (CNN) is the foundational architecture for computer vision, using learnable spatial filters to automatically extract hierarchical visual features from images, from low-level

2 min read
CNN

WaveNet: Architecture & How It Works

WaveNet is a deep generative model for raw audio waveforms that uses dilated causal convolutions to model long-range temporal dependencies, producing remarkably natural-sounding speech and revolutionizing

2 min read
CNN

U-Net: Architecture & How It Works

U-Net is an encoder-decoder architecture with skip connections designed for biomedical image segmentation, producing pixel-precise segmentation masks by combining high-level semantic features with fine-grained spatial details.

2 min read
CNN

ResNet & DenseNet: Architecture & How They Work

ResNet (Residual Networks) and DenseNet (Densely Connected Networks) are landmark CNN architectures that solved the degradation problem in deep networks through skip connections, enabling training of

2 min read