Writing
Paper reviews and tutorials, 3 so far. The reviews explain the problem a paper set out to solve, its core idea and how the network is built; the tutorials go step by step, with all the code, from setup to the final result.
WeakStrong
Attention(Q, K, V) = softmax(QKT√dk) V
[attention, Vaswani et al. 2017, Attention Is All You Need]
Eight terms that cover most of what I work on. Each cell shows how closely two of them are linked in my projects. Deep learning sits in the middle, tied to computer vision, NLP and speech processing, and the last two are tightly linked through my work on Mooré. Data engineering stays close to data science and MLOps. The grid is symmetric, which a real attention map almost never is, so read it as a picture of which ideas go together, not as weights from a trained model.
Paper reviews
Tagspaper review · deep learning · cnn · resnet
ResNet, Deep Residual Learning for Image Recognition
EN FR · 7 min readTutorials
Tagsmoore · speech recognition · huggingface · tts · asr
