-
-
Notifications
You must be signed in to change notification settings - Fork 7
Closed
Labels
questionFurther information is requestedFurther information is requested
Description
Considering the example in https://sciml.github.io/ModelingToolkitNeuralNets.jl/dev/friction/, it is shown how to plot the friction over time, and compared that to the tru value.
However, we also started with friction as a function of velocity:
function friction(v)
sqrt(2 * MathConstants.e) * (Fbrk - Fc) * exp(-(v / vst)^2) * (v / vst) +
Fc * tanh(v / vcol)
endWould it be possible to evaluate the trained neural network (representing the friction) at various velocity values? Furthermore, could than the plot the real and trained frictions functions?
Metadata
Metadata
Assignees
Labels
questionFurther information is requestedFurther information is requested