Neural Networks 3D Simulation

Поделиться
HTML-код
  • Опубликовано: 10 сен 2024
  • A simple 3D simulation of a few models from a simple regression to a network with a convolutional layer.
    I trained models with Keras and used MNIST handwritten digit dataset. Visualizations are made with Blender 2.8 (Python API).
    Manim Python library is used for text animations.

Комментарии • 32

  • @nomadow2423
    @nomadow2423 Год назад +6

    Lovely animation. Thanks for sharing

  • @AquarianTeacher
    @AquarianTeacher 2 месяца назад

    Brilliant!🌟

  • @MochiClips
    @MochiClips Год назад +2

    Loved it!

  • @IvoVacca
    @IvoVacca Год назад +11

    This is cool! I made the same using tensorflow and Blender.

    • @danielkrei
      @danielkrei  Год назад +1

      I checked it out :) very cool stuff!

    • @fooboomoo
      @fooboomoo Год назад

      Yea, this is pretty sweet :)

  • @torque8047
    @torque8047 6 месяцев назад

    Really cool!

  • @SalihSabir
    @SalihSabir Год назад +1

    Wow dude. Bravo!

  • @world_production
    @world_production Год назад +17

    Hello ! Can you make a tutorial on how to make this in blender ? Thanks 👍

    • @danielkrei
      @danielkrei  Год назад +18

      Hello and thank you for your interest! This is made with blender python API and Keras. I’ll clean the code and make a tutorial soon:)

    • @world_production
      @world_production Год назад +4

      @@danielkrei Thank you 🤩

    • @danielkrei
      @danielkrei  Год назад

      Sorry for late response :) Here you go: ruclips.net/video/23k4okrrH7A/видео.html

    • @world_production
      @world_production Год назад

      @@danielkrei Awesome ! Thank you 🤩

  • @gileneusz
    @gileneusz Год назад +6

    Can you visualize 150B parameters? Thanks!

    • @seer775
      @seer775 Год назад +1

      bruh, here he has shown a few thousand. That is impossible with today's technology

    • @chrismofer
      @chrismofer Год назад +1

      @@seer775 probably not impossible, would just take a long time to render out an image that somehow contains all of them.

    • @TeuFortMan
      @TeuFortMan 10 месяцев назад

      🤣🤣🤣

  • @aeneaslee3652
    @aeneaslee3652 5 месяцев назад

    Hi there, I know a bit about manim,too. But manim can't process existing video files very well(That means you can't import a video in manim and make animation with that) So I am wondering that how do you do to add manim text to the video? Thx a lot! Respect:)

    • @danielkrei
      @danielkrei  5 месяцев назад

      I use DaVinci for editing. I export segments in Manim and use them in editor after

  • @JonahNelson7
    @JonahNelson7 Год назад

    Can we use this video in a video where we briefly mention neural networks? We need a nice visualizer. Thanks

    • @danielkrei
      @danielkrei  Год назад

      Sure! Just leave a link to this video in the description:) This helps a lot!

  • @Blackkspot
    @Blackkspot Год назад

    I didnt get the last part. what was happening in the convo network in detail? please 😊

    • @danielkrei
      @danielkrei  Год назад +1

      Sorry for the late response!
      The convolutional neural network has only one convolutional layer with six filters in this case. So the input is turned into 6 feature maps, which are latter max-pooled (that is where the resolution of feature maps decrease).
      After that, simple linear layers are used - flattening operation is not visualised.

  • @flareonspotify
    @flareonspotify 6 месяцев назад

    cool

  • @pocketgamer8446
    @pocketgamer8446 5 месяцев назад

    Hey, that was very interesting, I finally understood what a CNN is really... btw, with what software did you do this animation ?

    • @danielkrei
      @danielkrei  5 месяцев назад +1

      Hello, thank you!
      I used blender for the animation. I made a video that explains the idea behind it. Check it out if you want to reproduce it: ruclips.net/video/23k4okrrH7A/видео.html

    • @pocketgamer8446
      @pocketgamer8446 5 месяцев назад

      @@danielkrei Thanks !!! 🙂

  • @philtoa334
    @philtoa334 Год назад

    Very Nice.

  • @Blooper1980
    @Blooper1980 10 месяцев назад

    No do a transformer.. Haha

  • @handcrafted30
    @handcrafted30 Год назад +3

    Literally zero idea what I just watched