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
-
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...
-
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...
-
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...
-
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...
-
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...
-
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...
-
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...
-
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...
-
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...
-
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...