ls /news/research · home newsresearch
grep -r --recent /news/research | head -20

Research

Research news and analysis on Web Pulse: 583 curated articles tracking the latest Research developments, tools, and research, updated continuously from vetted sources.

583 articles page 29 of 30 0 sources 30 min sync cycle updated 2021-02-11

// latest articles 583 indexed

20:00
2021-02-04
distill.pub
artificial-intelligence · 13m read · neu

Visualizing Weights

Challenge of understanding neural networks by visualizing their weights, comparing it to reverse engineering compiled code or studying biological neural networks. It notes that despite the importance of weights, research…

20:00
2021-01-30
distill.pub
research · 3m read · neu

Curve Circuits

Reverse engineering of a learned algorithm from a neural network's weights, using its core principles to build a new artificial neural network from scratch. It also outlines the specific contributions of various research…

20:00
2020-12-08
distill.pub
artificial-intelligence · 7m read · neu

Naturally Occurring Equivariance in Neural Networks

Individual neurons within convolutional neural networks often form "transformed versions of the same basic feature," such as rotated, scaled, or color-shifted copies, creating a form of internal symmetry called equivaria…

02:01
2020-10-30
gist.github.com
research · 2m read · neu

Quantopian Lectures Saved

The article lists 56 lectures from the Quantopian educational series, covering topics from Python programming and statistics to portfolio optimization and pairs trading. Each lecture entry includes links to Jupyter Noteb…

17:47
2020-09-03
reenigne.org
semiconductor · 12m read · neu

8086 microcode disassembled

The article describes the process of extracting and disassembling the microcode ROMs from high-resolution photographs of the Intel 8086 and 8088 dies, revealing the internal instruction sequences of these processors. Key…

20:00
2020-08-27
distill.pub
artificial-intelligence · 5m read ↑ pos

Thread: Differentiable Self-organizing Systems

Distill thread exploring differentiable self-organizing systems, which use optimization to learn individual agent behaviors that achieve collective goals. It presents several research articles on topics like morphogenesi…

20:00
2020-08-27
distill.pub
artificial-intelligence · 20m read · neu

Self-classifying MNIST Digits

"self-classifying MNIST task," where a grid of locally-communicating agents, operating under identical rules, must determine which digit their collective shape forms without any agent knowing its global position. The res…

20:00
2020-05-05
distill.pub
machine-learning · 21m read · neu

Exploring Bayesian Optimization

Bayesian optimization is a technique used to tune hyperparameters in machine learning algorithms by optimizing black-box functions. The article explains the process using a gold mining analogy, where the goal is to find …

20:00
2020-04-01
distill.pub
artificial-intelligence · 9m read · neu

An Overview of Early Vision in InceptionV1

Overview of the first five layers of the InceptionV1 neural network, categorizing its early vision neurons into "neuron families" that detect features ranging from raw pixels to sophisticated shapes and small heads. The …

20:00
2020-03-16
distill.pub
artificial-intelligence · 23m read · neu

Visualizing Neural Networks with the Grand Tour

Deep neural networks can be understood as pipelines of simple functions, and that the intermediate values (or "activations") within these networks can be viewed as high-dimensional vectors. To analyze training behavior, …

14:54
2019-01-25
gist.github.com
developer-tools · 3m read · neu

C++ metaprogramming Knuth's arrows

This article presents two C++ implementations of Knuth's up-arrow notation for representing extremely large numbers through repeated exponentiation. The first implementation uses `constexpr` functions with recursion, whi…

00:00
2018-08-25
spader.zone
developer-tools · 10m read · neu

2D Collisions with Minkowski Differences

The article explains how to use Minkowski differences for collision detection between two axis-aligned rectangles in 2D games. It describes the Minkowski difference as the shape formed by subtracting every point of one r…

16:00
2016-02-19
reenigne.org
developer-tools · 2m read · neu

Integers as types

The article discusses a design consideration for the ALFE programming language, where the author explores the possibility of treating integers as types to enable fixed-length arrays indexed by non-integer types like Bool…

← prev page 29 / 30 next →
LIVE [news/research] indexed:583 page:29/30 en · ua 2026-05-20 ·