Luke Salamone's Blog
https://lukesalamone.github.ioA technical blog exploring machine learning, deep learning architectures, data structures, and systems programming with in-depth implementations.
Entries
-
#mapContainer1, #mapContainer2 { color: #000; } #mapContainer1 button, #mapContainer2 button { padding: 10px 14px; bo...
-
I recently built a small multi-agent simulation inspired by Rick and Morty. The setup is simple: The car must neutral...
-
DeepSeek R1 is a large language model which employs test-time compute to generate a response. Unlike many past decode...
-
More than 30 earths could fit between the earth and the moon. Our elementary school models of the solar system really...
-
If your Dataset class looks something like class MyDataset(Dataset): # ... boilerplate ... def __getitem__(self, idx)...
-
In God we trust. All others must bring data. ~ W. Edwards Deming Datasets that fit in memory For simple machine learn...
-
Rust is super fast. Python is super flexible. Porting slow python code to rust can make your life a lot easier, and i...
-
I spent some time considering words to describe a chess position with many legal moves. “Complex” doesn’t quite captu...
-
MathJax.Hub.Config({ tex2jax: { inlineMath: [['$','$'], ['\\(','\\)']], displayMath: [['$$','$$'], ['\[','\]']], proc...
-
Suppose we have a vector database with a billion items in it (the haystack). And suppose we are looking for K vectors...
-
MathJax.Hub.Config({ tex2jax: { inlineMath: [['$','$'], ['\\(','\\)']], displayMath: [['$$','$$'], ['\[','\]']], proc...
-
K-means clustering (previous discussion) is an unsupervised learning algorithm which assigns points to one of K diffe...
-
Paper link: https://arxiv.org/pdf/2008.13535 Learning to rank is an important problem in many machine-learning produc...
-
What is a blunder in chess? The tension between the qualitative and quantitative answers to this question is at the h...
-
Conway’s Game of Life is a simulation developed in 1970 describing a grid of binary cells and transition rules for ea...
-
TLDR: No. No it cannot. This was admittedly a fairly stupid experiment on the face of it. ChatGPT is a decoder-only m...
-
This is a summary of Automated Antenna Design with Evolutionary Algorithms, a 2006 paper by Hornby et al. As large la...
-
In Defense of Dual-Encoders for Neural Ranking by Menon et. al. discusses the question of why dual-encoder (DE) model...
-
This is a follow up to When Suboptimal Minimax is Better. After running 400 simulations, I can conclusively say that ...
-
White areas show points of earth on land whose antipode is also on land. This is only about 8.6% of all of earth’s su...