Joris Bukala | Math & ML

Tag: Physics

Geometric Algebra

Nov 9, 2023

Vector Product Aesthetics

The Beauty: Inner Product

Think back for a minute to your first Linear Algebra course: Remember how nice inner products were to compute? Try to think of how to do it off the top of your head. If it’s a bit blurry: it’s just taking each component of the vectors, multiplying them and adding all the results: $$\mathbf{a \cdot b} = \sum_{i=0}^{N} a_i b_i$$ Calculating it gives you a scalar that says something about the angle between the two. It is as simple to do in 687D as it is in 2D.

Understanding Neural Networks

Nov 1, 2023

Understanding of Neural nets from first-principles: Brain dump

So I was reading my company’s IT newsletter the other day where one of the topics was sparse modeling (discussing this Forbes article) and it got me thinking again about some things I was reading the past months, about trying to understand how and why (mainly) Deep Learning works.