<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/"><channel><title>Deep-Learning on 3rd layer</title><link>https://3rdlayer.uk/tags/deep-learning/</link><description>Recent content in Deep-Learning on 3rd layer</description><generator>Hugo -- 0.154.5</generator><language>en-US</language><lastBuildDate>Fri, 03 Jul 2026 00:00:00 +0000</lastBuildDate><atom:link href="https://3rdlayer.uk/tags/deep-learning/index.xml" rel="self" type="application/rss+xml"/><item><title>A ReLU Network Is One Giant Piecewise-Affine Function</title><link>https://3rdlayer.uk/posts/relu-piecewise-affine/</link><pubDate>Fri, 03 Jul 2026 00:00:00 +0000</pubDate><guid>https://3rdlayer.uk/posts/relu-piecewise-affine/</guid><description>A network with ReLU activations secretly carves input space into polytope pieces and, on each piece, collapses into exactly one affine map. This post builds that view up from a single neuron to interactive demos.</description></item><item><title>Shrinking Models by Sharing Weights — K-Means-based Quantization</title><link>https://3rdlayer.uk/posts/kmeans-weight-quantization/</link><pubDate>Sat, 06 Jun 2026 00:00:00 +0000</pubDate><guid>https://3rdlayer.uk/posts/kmeans-weight-quantization/</guid><description>Group a neural network&amp;rsquo;s weights into a few representative values with K-Means, and you can shrink the model several-fold with almost no accuracy loss. We explore it with an interactive widget where you watch the clusters converge and the storage shrink in real time. (Deep Compression, Han et al. 2016)</description></item><item><title>Integer-Arithmetic-Only Neural Network Inference — Linear Quantization</title><link>https://3rdlayer.uk/posts/linear-quantization/</link><pubDate>Sat, 09 May 2026 00:00:00 +0000</pubDate><guid>https://3rdlayer.uk/posts/linear-quantization/</guid><description>Beyond storing weights as integers — running the multiplications and additions entirely in integer arithmetic at inference. We connect reals and integers with the affine map r = S(q − Z), and explore it with a widget where you change the scale and zero point and watch the quantization error. (Jacob et al. 2018, the basis of TFLite integer quantization)</description></item><item><title>Data Types in the Deep Learning Era</title><link>https://3rdlayer.uk/posts/numeric-data-types/</link><pubDate>Sun, 12 Apr 2026 00:00:00 +0000</pubDate><guid>https://3rdlayer.uk/posts/numeric-data-types/</guid><description>INT8, FP16, BF16, FP8, FP4 — what do the data types you keep seeing in deep learning actually mean, and how do bits turn into numbers? We take them apart one by one, with widgets where clicking a bit updates the formula and value in real time.</description></item></channel></rss>