December 17, 2025
Neural-Networks
Browse posts by tag
December 17, 2025
Deep Learning with Python
December 17, 2025
Deep Learning: An Introduction for Applied Mathematicians
Notes
Perspective of deep learning from applied math. Bridges math with neural nets.
December 17, 2025
Dive into Deep Learning
Notes
Free open-source deep learning book with code and math integrated. Interactive deep learning resource with runnable code.
October 7, 2025
Learning Fuzzy Logic: Automatic Rule Discovery Through Differentiable Circuits
Learning fuzzy membership functions and inference rules automatically through gradient descent on soft circuits, instead of hand-crafting them.
September 20, 2024
Neural Language Models: From RNNs to Transformers
The evolution of neural sequence prediction, and how it connects to classical methods
June 15, 2024
Comparing Prediction Methods: CTW vs. N-grams vs. Neural LMs
The bias-data trade-off in sequential prediction: when to use CTW, n-grams, or neural language models.