ls /news/machine-learning · home newsmachine-learning
grep -r --recent /news/machine-learning | head -20

Machine Learning News

Machine learning news — deep learning, reinforcement learning, neural architecture search, diffusion models, and new ML frameworks and libraries.

10122 articles page 237 of 507 0 sources 30 min sync cycle updated 2026-07-16

// latest articles 10122 indexed

05:54
2026-07-16
machinebrief.com
artificial-intelligence · ↑ pos

CurioSFT: Rethinking Fine-Tuning with Curiosity

CurioSFT, a new fine-tuning method that incorporates intrinsic curiosity, outperformed traditional supervised fine-tuning by 2.5 points on in-distribution mathematical reasoning tasks and 2.9 points on out-of-distributio…

05:52
2026-07-16
machinebrief.com
artificial-intelligence · ↑ pos

Cuneiform Analysis with AI

A novel convolution-inspired network structure for classifying ancient cuneiform tablets outperforms the state-of-the-art transformer-based network Point-BERT, according to researchers who developed the architecture. The…

04:56
2026-07-16
thegustafson.com
natural-language-processing · · neu

WordPiece, Unigram, and SentencePiece

WordPiece, Unigram, and SentencePiece are three subword tokenization algorithms that differ in how they split text, with WordPiece using a likelihood-maximizing merge criterion and a ## continuation marker, while Sentenc…

04:56
2026-07-16
thegustafson.com
natural-language-processing · · neu

Byte-Pair Encoding from Scratch

Byte-Pair Encoding (BPE), originally a data compression algorithm published by Philip Gage in 1994, was adapted in 2016 by Sennrich, Haddow, and Birch for subword tokenization in neural machine translation, solving the v…

04:55
2026-07-16
thegustafson.com
machine-learning · · neu

Recurrent Neural Networks and Sequence Modeling

Recurrent neural networks (RNNs) process sequences by maintaining a hidden state that compresses the entire history into a fixed-size vector, as formalized in Elman's 1990 paper "Finding Structure in Time." The hidden st…

04:55
2026-07-16
thegustafson.com
machine-learning · · neu

Gradients and How Machines Learn

Gradient descent is the core algorithm behind deep learning, enabling neural networks with millions of parameters to minimize loss by iteratively adjusting weights in the direction opposite to the gradient. The gradient,…

04:55
2026-07-16
thegustafson.com
machine-learning · · neu

Cross-Entropy, KL Divergence, and What Loss Functions Measure

Cross-entropy loss is the standard loss function for training language models like GPT, LLaMA, and BERT because it is differentiable and captures probabilistic confidence, unlike accuracy which is a step function and ign…

04:54
2026-07-16
thegustafson.com
large-language-models · · neu

Distributions, Softmax, and the Chain Rule of Words

Language models generate text by constructing a categorical probability distribution over their vocabulary at each decoding step, converting raw neural network outputs called logits into valid probabilities using the sof…

04:54
2026-07-16
thegustafson.com
machine-learning · · neu

Norms, Dot Products, and Similarity

A blog post explains that the L2 norm measures a vector's magnitude as its Euclidean distance from the origin, while the dot product quantifies similarity between vectors and is the core operation behind attention mechan…

04:54
2026-07-16
thegustafson.com
artificial-intelligence · · neu

Vectors, Matrices, and the Spaces They Live In

The first post in the 'Holding the LLM Stack in Your Head' series rebuilds intuition for linear algebra, explaining that vectors and matrices are the foundation of neural network operations. The author defines a 'space' …

← prev page 237 / 507 next →
LIVE [news/machine-learni] indexed:10122 page:237/507 en · ua 2026-05-20 ·