Hacker News new | ask | show | jobs
by qumpis 1122 days ago
Are there any interesting modern applications of diff. equations in computer science outside physics simulators, and 3d vision? Or some adjacent areas that would benefit from skillset of working with diff. equations?
1 comments

Optimization by gradient descent is used to do the learning in deep learning. For example, diff eqs are used to create optimizers that improve upon the classic 'adam' say, such as the new 'sophia' [1]. 1. https://arxiv.org/abs/2305.14342