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