Luke Salamone's Blog

https://lukesalamone.github.io

A technical blog exploring machine learning, deep learning architectures, data structures, and systems programming with in-depth implementations.

Luke Salamone's Blog

Entries

  • Paper Summary: Dual-Encoders in Ranking

    In Defense of Dual-Encoders for Neural Ranking by Menon et. al. discusses the question of why dual-encoder (DE) model...

  • My Favorite Antimaia Games

    This is a follow up to When Suboptimal Minimax is Better. After running 400 simulations, I can conclusively say that ...

  • The Other End of the Earth

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

  • A Few Notes on the Transformer

    A self-attention block depicted as a neural network. In this post I will describe the attention mechanism, commonly u...

  • Rolling My Own Blog Search

    I’ve found myself hitting ctrl+f on this blog enough that I figured it’s about time to add some search functionality ...