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
-
Leaving the autoresearch loop going, the LLM was able to make 7.8% progress on the distillation task. I saw Andrej Ka...
-
Leaving the autoresearch loop going, the LLM was able to make 7.8% progress on the distillation task. I saw Andrej Ka...
-
TLDR: I extracted fens and stockfish evaluations for 3.9 billion chess positions. I then trained a neural network on ...
-
TLDR: I extracted fens and stockfish evaluations for 3.9 billion chess positions. I then trained a neural network on ...
-
#mapContainer1, #mapContainer2 { color: #000; } #mapContainer1 button, #mapContainer2 button { padding: 10px 14px; bo...
-
#mapContainer1, #mapContainer2 { color: #000; } #mapContainer1 button, #mapContainer2 button { padding: 10px 14px; bo...
-
Let’s say that you are selling N widgets and you need to determine a price for your widgets. There are N customers, e...
-
I recently built a small multi-agent simulation inspired by Rick and Morty. The setup is simple: The car must neutral...
-
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 decoder-bas...
-
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...
-
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)...
-
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...
-
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...
-
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...