|
|
|
|
|
by Gladdyu
2743 days ago
|
|
You could express an arbitrary (well-behaved) ODE as a neural network by discretizing it in timesteps, but you would not extract any additional parallelism. In normal ODEs you can already compute each X_{i}(t)/dt in parallel, but you will still have to evaluate layer/time t completely before evaluating layer/time t+Dt as it feeds forward in both the NN and ODE case. |
|
https://julialang.org/blog/2017/10/gsoc-NeuralNetDiffEq