DataDrivenDiffEq.jl icon indicating copy to clipboard operation
DataDrivenDiffEq.jl copied to clipboard

Dictionary-learning sparse regression techniques

Open ChrisRackauckas opened this issue 5 years ago • 1 comments

https://arxiv.org/abs/1707.00225

ChrisRackauckas avatar Jan 19 '20 19:01 ChrisRackauckas

Interesting!

Just some drafts here: Either we define the NeuralBasis we talked about or we simply provide a function like

function EDMD(X, NN, epochs, args...)
# Init
# Training 
return NeuralKoopman
end

for this.

AlCap23 avatar Jan 19 '20 19:01 AlCap23