Kyle Pena

Kyle Pena @kylepena

About: Software Engineer with a flair for Machine Learning, Statistics and the Mathematical

Joined:
Oct 27, 2024

Kyle Pena
articles - 7 total

Visualizing Decoder Layer Gradients

In this short post, I'll explain a practical problem you'll encounter when visualizing the gradients...

Learn More 0 0Jul 12

Gradient Descent on Token Input Embeddings

Input Embedding Space Gradients This is the first in a series of posts on the...

Learn More 6 1Jun 23

Investigating the performance of np.einsum

TLDR; tensordot mode (and therefore BLAS) is only activated for two-argument einsum when...

Learn More 0 0Nov 5 '24

The Unreasonable Usefulness of numpy's einsum

Introduction I'd like to introduce you to the most useful method in Python,...

Learn More 2 0Nov 3 '24

Use Hardware Security Modules And Browser Integration To Fight Deepfakes

Introduction Deepfakes are a massive problem without an effective solution. Current...

Learn More 0 0Nov 1 '24

Capturing The Statistics of Streaming Data

The Rise (Return?) Of Specialized Computing Environments Isn't it interesting that the key...

Learn More 1 0Oct 29 '24

Derivation of Welford's Algorithm

This will be somewhat out of context if you're coming here first. It's really a footnote in a much...

Learn More 2 0Oct 28 '24