Language modeling is compression gone wrong.
@oriolvinyalsml
-
Backpropagation: Essential for Training Deep Neural Networks
By
–
This is very important in Deep Learning: it allows calculating derivatives of highly complex neural networks, composed of stacked layers of simple functions. Gradient descent is used to update the neural net weights, allowing it to learn from data and perform complex tasks.
-
LLM Collaboration and Chain Rules Innovation
By
–
The thread above was, of course, written in collaboration with one of our powerful Large Language Models. Long live Chain Rules!
-
Chain Rule Reduces Token Generation Complexity Exponentially
By
–
To generate a sequence of 1000 tokens requires an insane 100K^1000 = 10^5000 choices. That’s a lot more than the estimated number of atoms in the universe, 10^82! With the chain rule the number of possible choices is "only" 100K * 1000 = 100M, a much more manageable number.
-
Token Probability in Language Models Explained
By
–
By smaller events here, we refer to the probability of a token, given past tokens, p(c|ab). In probabilistic language modeling, a “token” is a single unit of text, like a word or part of a word. Modern language models consider a vocabulary size of ~100K tokens.
-
Chain Rules: Probability and Calculus in Machine Learning
By
–
Chain Rule(s) rules! Appreciation thread of one of the most interesting coincidences in machine learning. Two rules, both named "Chain Rule", happen to be absolutely critical to recent advances in ML & AI. A on the Chain Rule of Probability & the Chain Rule of Calculus
-
Chain Rule of Probability Powers Large Language Models
By
–
The Chain Rule of Probability is a powerful tool behind recent advances in Large Language Models. By multiplying together the probabilities of many smaller events, we can compute the probability of a complex event made up of those smaller events.
p(abc) = p(c|ab) * p(b|a) * p(a) -
Who Invented Deep Learning? Exploring AI History
By
–
Buena aplicacion! Preguntale quien invento deep learning A ver cuando hablamos!!
-
Research Paper Recognition: From Marginal Interest to Lasting Impact
By
–
I remember getting bad scores on that paper. Feels good to re-read the reviews now: "Marginally interesting. May or may not be cited."
-
Impactful AI Papers: Rejection and Academic Evaluation
By
–
Lots of impactful papers come to mind that were rejected… but also some bad ones