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
normalize option in neuralnetwork formulation
hello everyone,
i'm working on neuralnetwork model using rapidminer and i choose the normlize in the parameter options but i wanna know please which algorithm is used for this normalization ? can i have the formula for it ?
Thanks a lot for your help
Best regards
i'm working on neuralnetwork model using rapidminer and i choose the normlize in the parameter options but i wanna know please which algorithm is used for this normalization ? can i have the formula for it ?
Thanks a lot for your help
Best regards
0
Answers
The core of RapidMiner is open source and available on Github.
This is the source code of the Neural Net operator.
https://github.com/rapidminer/rapidminer-studio/blob/master/src/main/java/com/rapidminer/operator/learner/functions/neuralnet/ImprovedNeuralNetModel.java
I'm not a Java developer, but it looks to me like a range transformation between 0 and 1 (initInputLayer function).
Regards,
Balázs
Lindon Ventures
Data Science Consulting from Certified RapidMiner Experts