Vipin Gautam (Viipin I Gautam) on X: "THIS is why Airlines hate GROK⚠️ My flight was $1,260, I paid $118. No points. No shady third-party apps. Copy these 7 prompts and see the magic:" / X
Ben Lang on X: "Bullish on 1 person teams • @joshmohrer - $7M ARR • @iangcarroll - $7M ARR • @levelsio - $2.7M ARR • @BrettFromDJ - $1.3M ARR • @yongfook - $950K ARR • @marclou - $1M ARR Who else?" / X
Nocode Web Scraper, Robotic Process Automation for Data Extraction - Roborabbit
Trigger / get data from your automated tasks with our integrations
Home / X
rs at mid-market companies that do a few hundred million of revenue and need to increase their margin profile, please just go into AI consulting. You'll bootstrap to 100s of Ms if you stick with it
Hayes on X: "This billionaire literally reveals a simple rule to learn anything 10x faster https://t.co/gOam90OfRQ" / X
Rohit Ghumare on X: "This guy literally shows the easiest way to print money with YouTube Shorts in 2026 https://t.co/fCYN7ela7w" / X
The Q, K, V Matrices
At the core of the attention mechanism in LLMs are three matrices: Query, Key, and Value. These matrices are how transformers actually pay attention to different parts of the input. In this write-up, we will go through the construction of these matrices from the ground up.
Word2vec with PyTorch: Implementing the Original Paper | Towards Data Science
Linear least squares bias in simple regression - Claude
My Personal Moonshot | Mercatus Center
Attention Is Bayesian Inference
Modal.com and NanoGPT continued: producing output; using tiktoken for bigger tokens – Martin Capodici
No local GPU? No Problem! Running Andrej Karpathy’s NanoGPT on Modal.com – Martin Capodici
Bitcoins the hard way: Using the raw Bitcoin protocol
Books that Made Me a Quant
Deep Learning with Python by François Chollet (5:15)
Getting Started with Natural Language Processing (6:46)
The 100-Page Language Models (8:04)
Linear Algebra Done Right (9:20)
The Normalization of Deviance in AI
Nano Banana Pro is the best AI image generator, with caveats
Challenging projects every programmer should try
Further reading:
A Recipe for Training Neural Networks
Modeling Fundamentals: Evaluating Risk Measures
HarryR/z80ai: Z80-μLM is a 2-bit quantized language model small enough to run on an 8-bit Z80 processor. Train conversational models in Python, export them as CP/M .COM binaries, and chat with your vintage computer.
karanpratapsingh/system-design: Learn how to design systems at scale and prepare for system design interviews
This course is also available on my website and as an ebook on leanpub. Please leave a ⭐ as motivation if this was helpful!
Peter Thiel | The Tech Curse | NatCon 3 Miami
The smol training playbook the secrets to building world class llms
A Complete Guide to BERT with Code | Towards Data Science
Bidirectional Encoder Representations from Transformers (BERT) is a Large Language Model (LLM) developed by Google AI Language which has made significant advancements in the field of Natural Language Processing (NLP). Many models in recent years have been inspired by or are direct improvements to BERT, such as RoBERTa, ALBERT, and DistilBERT to name a few. The original BERT model was released shortly after OpenAI’s Generative Pre-trained Transformer (GPT), with both building on the work of the Transformer architecture proposed the year prior. While GPT focused on Natural Language Generation (NLG), BERT prioritised Natural Language Understanding (NLU). These two developments reshaped the landscape of NLP, cementing themselves as notable milestones in the progression of machine learning.
Residual blocks — Building blocks of ResNet
Free trial!
Nvidia Just Paid $20 Billion for a Company That Missed Its Revenue Target by 75%
To go one level deeper on LPUs versus GPUs (the processors most LLMs run on, typically Nvidia cards): those GPU calculations have to access a lot of things in memory. Nvidia’s chips depend on HBM, high bandwidth memory. But LPUs use something called SRAM that’s much faster to reference.
Understanding Deep Learning
new blogs [1][2][3] on ODEs and SDEs in machine learning.01/23/25Added bibfile for book andLaTeX for all equations12/17/24Video lectures for chapters 1-12 from Tamer Elsayed of Qatar University.12/05/24New blog on Neural network Gaussian processes11/14/24New blog on Bayesian Neural Networks08/13/24New blog on Bayesian machine learning (function perspective)Show moreCITATION:
@book{prince2023understanding,
author = "Simon J.D. Prince",
title = "Understanding Deep Learning",
publisher = "The MIT Press",
year = 2023,
url = "http://udlbook.com"
}
Follow me on Twitter or LinkedIn for updates.
Everything You Need to Know about Knowledge Distillation