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

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