5 comments

  • jerpint57 minutes ago
    Nice! I made my own version of this many years ago, with a very basic manim animation<p><a href="https:&#x2F;&#x2F;www.jerpint.io&#x2F;blog&#x2F;2021-03-18-cnn-cheatsheet&#x2F;" rel="nofollow">https:&#x2F;&#x2F;www.jerpint.io&#x2F;blog&#x2F;2021-03-18-cnn-cheatsheet&#x2F;</a>
  • throwaway202711 minutes ago
    I don&#x27;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&#x2F;AI that gave me a much better understanding.
  • mnkv48 minutes ago
    Nice work. A while back, I learned convolutions using similar animations by Vincent Dumoulin and Francesco Visin&#x27;s gifs<p><a href="https:&#x2F;&#x2F;github.com&#x2F;vdumoulin&#x2F;conv_arithmetic" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;vdumoulin&#x2F;conv_arithmetic</a>
  • amkharg2642 minutes ago
    This is a fantastic educational resource! Visual animations like these make understanding complex ML concepts so much more intuitive than just reading equations.<p>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.<p>For anyone building educational tools or internal documentation for ML teams, this approach of animated explanations is really effective for knowledge transfer.
  • wwarner1 hour ago
    I feel like these are helpful, and I think the calculus oriented visualizations of convex surfaces and gradient descent help a lot as well.