-
Hi!
Just wondering how the RNN could be mixed into the `ODEProblem`
In flux times, it seems a Recur layer need to be created. However there is already a `Recurrence` in Lux.jl
[Training of UDEs w…
-
Hi, I was wondering if Diffrax supported adding a norm constraint at the boundary:
$$|y(1)| = \text{constant}$$
for the neural ODE:
$$\frac{dy}{dt} = f(t, y), \ y(0) = x$$
Any thoughts on how I …
-
From the Neural ODE example:
```julia
using SimpleChains, StaticArrays, OrdinaryDiffEq
u0 = @SArray [2.0, 0.0]
datasize = 30
tspan = (0.0, 1.5)
tsteps = range(tspan[1], tspan[2], length = da…
-
Hey guys, thanks for the great work. I have an ongoing project dealing with NODE networks and your repository helped me a lot.
I was reading the code thoroughly to understand your network structure…
-
### Issue
When trying to run [this example ](https://pycobi.readthedocs.io/en/latest/simple_example.html) on the documentation I get the following error:
`ModuleNotFoundError: No module named 'syste…
-
This is really a nit-picky detail, but there's no shebang ("#!/usr/bin/env python3") at the beginning of the ode_demo.py. Also, for some reason the graphics are not generating. I removed the savefig a…
-
Not sure if this is the right place to post, but posting here since Catalyst seems only place related to Chemical reactions. I recently across paper deriving unknown chemical reaction pathways using n…
-
( [Project Plan](http://bit.ly/pdspplan) )
**Which deliverable?**
D6
**Which repos (e.g., tx-logging)?**
**Short name**
classifier (v1)
**Description**
training a classifier to those outp…
-
After reading your ICLR_2023 paper, **_Constrained Hierarchical Deep Reinforcement Learning with Differentiable Formal Specifications_**, I am very interested in it!
However, this project only show…
-
I'm trying to fit a Neural ODE to some observations of a dynamical system, which has some control inputs. That is, the control inputs are not part of the state space and shouldn't be fit. To my unders…
rlrs updated
9 months ago