RSSAmplifier

Blog

EigenTales

Explorations and expositions in math, physics, and computer science.

eigentales.comRSS feed ↗7 posts

Latest posts

Perspectives on Floating Point

An illuminating perspective on floating point numbers that I haven't seen emphasized before.

Understanding the Neural Tangent Kernel

My attempt at distilling the ideas behind the neural tangent kernel that is making waves in recent theoretical deep learning research.

Visualizing Tensor Operations with Factor Graphs

The factor graph is a beautiful tool for visualizating complex matrix operations and understanding tensor networks, as well as proving seemingly complicated properties through simple visual proofs.

Neural Ordinary Differential Equations and Adversarial Attacks

I experiment with Neural ODEs and touch on parallels between adversarial robustness and equilibria of dynamical systems.

Generating Words from Embeddings

I train a character level decoder RNN to generate words, conditioned on a word embedding which represents the meaning of the word.

Animating Doodles with Autoencoders and Synthetic Data

I train autoencoders to identify components of doodles using a synthetic dataset, and use them to create nifty animations by interpolating in latent space.

Exploring Adversarial Reprogramming

Google brain recently published a paper titled Adversarial Reprogramming of Neural Networks which caught my attention. I explore the ideas of the paper and perform some of my own experiments in this post.