NeuralPDE.jl
NeuralPDE.jl copied to clipboard
Interactive plot script analysis of results
Interactive visualization of results would be a convenient tool for analysis
Makie.jl looks suitable for this https://github.com/JuliaPlots/Makie.jl examples: http://juliaplots.org/MakieReferenceImages/gallery/index.html
two simple cases:
iteration number slider ->(prediction and error in each iteration)
and the same for each loss function with switcher
for time depend pde, time domain slider -> prediction at time step
https://github.com/JuliaGizmos/Interact.jl
Yes, building some Makie visualizations would be great.