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.
Great video as always Felix. For some reason, I never thought of using classes and would implement the functions directly.
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.
Nice ! Thank you for your videos, your work here on youtube is incredible and surely helps a looot of people
Thanks so much for this kind comment ❤️
Amazing. A simple solution for a complex problem. Thanks!
Thanks 😊
As usual, awesome video, will you please create Julia implementation too.
Thanks a lot
Please use type-hints! Non-typed code is difficult to read and full of invisible errors.
Also easier to read like this.
Thanks for the suggestion :).
For production-code I agree, for educational code it can be cluttering.
@@MachineLearningSimulation let's tell the typescript community and educators to go back to JS too. Sounds like a good plan ☺