The Altair Community is migrating to a new platform to provide a better experience for you. In preparation for the migration, the Altair Community is on read-only mode from October 28 - November 6, 2024. Technical support via cases will continue to work as is. For any urgent requests from Students/Faculty members, please submit the form linked here

what is the loss function used in Neural Net operator ?

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

Thanks

Answers

  • MartinLiebigMartinLiebig Administrator, Moderator, Employee-RapidMiner, RapidMiner Certified Analyst, RapidMiner Certified Expert, University Professor Posts: 3,533 RM Data Scientist
    Afaik Sigmoid. I would recommend the Deep Learning operator for anything more complex.
    - Sr. Director Data Solutions, Altair RapidMiner -
    Dortmund, Germany
  • omar88phomar88ph Member Posts: 2 Learner I
    Loss function and not activation function.
  • 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.