I don't think these are useful at all. If you implement a simple network that approximates 1D functions like sin or learn how image blurring works with kernels and then move into ML/AI that gave me a much better understanding.
Idk, it's fun. 20 years ago I made a cubic neural model in Flash that actually lit up cubes depending on how much they were being accessed. This was a case of binding logic way too tightly to display code, but it was a cool experiment.
So... I remember math including doing quite a bit of geometry by hand and with real tools, at least initially. "Math" is not just the symbol stuff written with a pencil, or with a keyboard.
They're likely of limited use for someone looking for introductory material to ML, but for someone having done some computer vision and used various types convolution layers, it can be useful to see a summary with visualizations.
Thank you for saying this. I often find this "glib" explains of ML stuff very frustrating as a human coming from an Applied Math background. It just makes me feel a bit crazy and alone to see what appears to be a certain kind of person saying "gosh" at various "explanations" when I just don't get it.
Obviously this is beautiful as art but it would also be useful to understand how exactly these visualizations are useful to people who think they are. Useful to me means you gain a new ability to extrapolate in task space (aka "understanding").
It says the input has 3 dimensions, two spatial dimensions and one feature dimension. So it would be a 2D grid of numbers. Like a grayscale photo. But at 00:38 it shows the numbers and it looks like each of the blocks positioned in 3D space holds a floating-point value. Which would make it a 4-dimensional input.
This is a fantastic educational resource! Visual animations like these make understanding complex ML concepts so much more intuitive than just reading equations.
The neural network visualization is particularly well done - seeing the forward and backward passes in action helps build the right mental model. Would be great to see more visualizations covering transformer architectures and attention mechanisms, which are often harder to grasp.
For anyone building educational tools or internal documentation for ML teams, this approach of animated explanations is really effective for knowledge transfer.
https://www.jerpint.io/blog/2021-03-18-cnn-cheatsheet/
The mechanical analog computers of old (e.g. https://youtu.be/IgF3OX8nT0w, or https://youtu.be/s1i-dnAH9Y4) are examples too that math is more than symbol manipulation.
Obviously this is beautiful as art but it would also be useful to understand how exactly these visualizations are useful to people who think they are. Useful to me means you gain a new ability to extrapolate in task space (aka "understanding").
Everyone is a beginner at something.
I originally had it saved as [[ https://www.r2d3.us/visual-intro-to-machine-learning-part-1/ ]] but it seems that link is gone?
https://www.youtube.com/watch?v=eMXuk97NeSI&t=25
It says the input has 3 dimensions, two spatial dimensions and one feature dimension. So it would be a 2D grid of numbers. Like a grayscale photo. But at 00:38 it shows the numbers and it looks like each of the blocks positioned in 3D space holds a floating-point value. Which would make it a 4-dimensional input.
https://github.com/vdumoulin/conv_arithmetic
The neural network visualization is particularly well done - seeing the forward and backward passes in action helps build the right mental model. Would be great to see more visualizations covering transformer architectures and attention mechanisms, which are often harder to grasp.
For anyone building educational tools or internal documentation for ML teams, this approach of animated explanations is really effective for knowledge transfer.