Skip to content

How do I plot/check the trained neural network. #51

@TorkelE

Description

@TorkelE

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)
end

Would 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

No one assigned

    Labels

    questionFurther information is requested

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions