News

It's spring break! I'm relaxing back at home.

[May 13, 2025:] Geometry and Probability
[May 1, 2025:] Words I Pretend to Know
[April 1, 2025:] Langevin on Manifolds

Notes

Working on notes on the quantum mechanics, derivatives (AKA tangent spaces vs. algebraic approaches), and uploading my course notes onto this blog!

Projects

Finally started a projects page! I've recently made some nice upgrades to my post component, so it looks pretty clean! ;)

🌊

I'm considering whether or not to continue this project using WebGL or Three.js.

I'm also researching methods for generating the 3D scenes I want for this project automatically.

In the meantime, I've decided to proceed with some preliminary prototypes of the other interactive parts of this project.

Orange Juice

I like orange juice. :)

Mlog


Langevin on Manifolds

April 1, 2025
By Aathreya Kadambi

Unexpectedly, I saw the exponential map in the ML for Bio and Chem class I’m taking! I was pretty excited to see it. Not only that, but it made me think about the inverse of this map, the “log”. While Lee doesn’t explicitely mention a log map (at least not yet), I think it’s a nice idea. As long as we are in a neighborhood where the exponential map is invertible (or perhaps geodesically complete), we can have a map:

logp:MTpM\log_p : M \rightarrow T_p M
such that
expp(logpq)=q,logp(exppv)=v.\exp_p (\log_p q) = q, \qquad \log_p(\exp_p v) = v.

The exponential is particularly useful because when we want to move “forward” or in a particular direction on a manifold, the interpretation is that the direction we take comes from the tangent space, but then how we actually move on the manifold is given by the exponential map. And if we want to consider instead this notion of how to move in order to get to a particular point, we might think of the log!

This also ties into normal neighborhoods; in a neighborhood around a point, your world practically looks like Euclidean space in terms of how you can move along geodesics.

To be honest, now that I think about it, maybe this isn’t that deep or interesting; it’s practically by definition. But I was just excited to hear about the exponential map outside of my Riemannian geometry class.

Comments

Not signed in. Sign in with Google to make comments unanonymously!




As a fun fact, it might seem like this website is flat because you're viewing it on a flat screen, but the curvature of this website actually isn't zero. ;-)

Copyright © 2024, Aathreya Kadambi

Made with Astrojs, React, and Tailwind.