what is the loss function used in Neural Net operator ?

User: "omar88ph"
New Altair Community Member
Updated by Jocelyn
Does anybody knows what loss (cost) function is used in the Neural Net operator ?

Thanks

Find more posts tagged with

Sort by:
1 - 3 of 31
    Afaik Sigmoid. I would recommend the Deep Learning operator for anything more complex.
    User: "omar88ph"
    New Altair Community Member
    OP
    Loss function and not activation function.
    User: "SGolbert"
    New Altair Community Member
    Hi Omar,

    I've looked at the source code but couldn't exactly find it. I'm tagging @IngoRM and @Marco_Boeck that have written and maintened the code.

    My guess is that the loss function is MSE (mean squared error).

    Regards,
    Sebastian