Options

what is the loss function used in Neural Net operator ?

omar88phomar88ph Member Posts: 2 Newbie
edited January 2019 in Help
Does anybody knows what loss (cost) function is used in the Neural Net operator ?

Thanks

Answers

  • Options
    MartinLiebigMartinLiebig Administrator, Moderator, Employee, RapidMiner Certified Analyst, RapidMiner Certified Expert, University Professor Posts: 3,507 RM Data Scientist
    Afaik Sigmoid. I would recommend the Deep Learning operator for anything more complex.
    - Sr. Director Data Solutions, Altair RapidMiner -
    Dortmund, Germany
  • Options
    omar88phomar88ph Member Posts: 2 Newbie
    Loss function and not activation function.
  • Options
    SGolbertSGolbert RapidMiner Certified Analyst, Member Posts: 344 Unicorn
    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
Sign In or Register to comment.