I recently came across the concept of continuous depth in Neural ODEs. I was wondering if the neural networks in the UDE framework have a similar concept of continuous depths. @ChrisRackauckas
Yes, ODEs are continuous in their independent variable.
@ChrisRackauckas Sorry. I think I did not frame my question properly. Is the depth of the neural network considered a ‘parameter’ in the UDE framework? Is it similar to continuous depth of neural ODEs?
I mean, you can think about it like that but I don’t think it’s a very useful abstraction if you’re thinking about real models.
Yeah, you have to be careful that with continuous depth you can reparametrize depth to make a network of depth 10 into a network of depth 3.1415 without changing it…
Thanks
@ChrisRackauckas @mschauer Is there any benefit in terms of training accuracy by parameterizing the depth compared to a case where it is not done so?