Lorenz Simulator in NumPy

แชร์
ฝัง
  • เผยแพร่เมื่อ 2 พ.ย. 2024

ความคิดเห็น • 12

  • @wanikhawar
    @wanikhawar 2 หลายเดือนก่อน +3

    Great video as always Felix. For some reason, I never thought of using classes and would implement the functions directly.

    • @MachineLearningSimulation
      @MachineLearningSimulation  2 หลายเดือนก่อน +2

      Thanks :)
      Yeah, the functional approach is the most straightforward. I would also probably use it for a quick implementation, but the class-based approach will turn out beneficial in the next videos. Just in terms of the interface, it shows how close the MLP emulator will be to the RK4 simulator.

  • @dargi_amorim
    @dargi_amorim หลายเดือนก่อน +1

    Nice ! Thank you for your videos, your work here on youtube is incredible and surely helps a looot of people

  •  2 หลายเดือนก่อน +1

    Amazing. A simple solution for a complex problem. Thanks!

  • @mehdizahedi2810
    @mehdizahedi2810 2 หลายเดือนก่อน +1

    As usual, awesome video, will you please create Julia implementation too.

  • @Tferdz
    @Tferdz 2 หลายเดือนก่อน

    Please use type-hints! Non-typed code is difficult to read and full of invisible errors.
    Also easier to read like this.

    • @MachineLearningSimulation
      @MachineLearningSimulation  หลายเดือนก่อน

      Thanks for the suggestion :).
      For production-code I agree, for educational code it can be cluttering.

    • @Tferdz
      @Tferdz หลายเดือนก่อน

      @@MachineLearningSimulation let's tell the typescript community and educators to go back to JS too. Sounds like a good plan ☺