# training neural (blogs) — RSS Amplifier

Recent posts from the 2 feeds in the RSS Amplifier directory that cover training neural.

Page: <https://rssamplifier.com/topics/training-neural/blogs>  
Feed: <https://rssamplifier.com/topics/training-neural/blogs.md>

---

## [Bayesianism On Paper](https://yager.io/bayes/bayes.html)

_2026-07-09 · dev@yager.io (Will Yager) · yager.io :: Will Yager_

Applied Practical Bayesian Probability

## [microgpt](http://karpathy.github.io/2026/02/12/microgpt/)

_2026-02-12 · Andrej Karpathy blog_

This is a brief guide to my new art project microgpt , a single file of 200 lines of pure Python with no dependencies that trains and inferences a GPT. This file contains the full algorithmic content of what is needed: dataset of documents, tokenizer, autograd engine, a GPT-2-like neural network architecture, the Adam optimizer, training loop, and inference loop. Everything else is just…

## [RL-Only Neural Network Training](https://yager.io/neural/rl/rl.html)

_2026-02-07 · dev@yager.io (Will Yager) · yager.io :: Will Yager_

Training Neural Networks using pure Reinforcement Learning

## [Training Neural Audio Effects](https://yager.io/neural/audiofx/audiofx.html)

_2025-08-05 · dev@yager.io (Will Yager) · yager.io :: Will Yager_

Using Neural Networks to Emulate Audio/Music Effects

## [Origins of Mass: Deriving the Klein-Gordon and Dirac Equations](https://yager.io/dirac/dirac.html)

_2024-09-17 · dev@yager.io (Will Yager) · yager.io :: Will Yager_

Understanding Relativistic QFT

