-
A Neural Network Primer
An article inspired by the article - A Neural Network Primer
-
Clojure
Introduction Interesting code/styles I've found in various Clojure open-source codebases. Exploring the Core The built-in clojure.repl namespace has useful …
-
GenAI Pointers (Primarily Text Domain)
summary = "GenAI Notes for Text - Mostly pointers, not details." Terms Worth Understanding Tokenization Encoding/Decoding This video by Andrej Karpathy …
-
Graphics: Grammar of Graphics, Vega, Oz
Quickstart notes for being productive with graphics libraries. In the browser.
-
Handy Hacks
Quick handy hacks for reference from anywhere.
-
Javascript - Protecting Your Data
Some uncommon but useful techniques for your javascript
-
JS Quick Restart for the Impatient
For polyglots who can't keep too many languages in their heads and need a deep refresher.
-
MLX
MLX 20/80. With 20% effort, hope to get 80% covered on MLX's offerings. And, I don't stand by this claim.
-
Notes for Deep Learning with Python
Chapter-wise notes for Deep Learning with Python with Python and Clojure code samples. The book is not done. These notes are evolving as I get deeper both into …
-
Notes: LLM From Scratch
Notes and pointers during the exploration of the book LLM From Scratch by Sebastian Raschka. Comprehensive exploration of tokenization, embeddings, and building …
-
Org-mode Quick Guide
Summarized guide for features I commonly use, for quick reference.
-
Probability
Probably definitely incomplete notes on probability.
-
Quick Notes - Hardware-aware programming on MacOS
Short notes - pointers to programming for speed and efficiency, leveraging hardware-specific features available on ARM Apple Silicon. MacOS-focused at most …
-
Text Learning - Pointers
summary = "Pointers for DL for text" Synopsis Text learning combines various disciplines. Of course, that's true for all domains in which machine …
-
The History of Attention
A comprehensive analysis tracing the evolution of attention mechanisms from bag-of-words models to FlashAttention, examining the mathematical foundations and …