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

Training a neural network using differential evolution (genetic algorithm)

tassawar_alitassawar_ali Member Posts: 2 Learner II
edited June 2019 in Help
Hello

i am beginner in Rapidminer. I've recently installed Rapidminer 9.0. Please guide me about implementing " Training a neural network using DE". Ist thing is: can we implement it in Rapidminer?? or i've to go to python for doing so.

Experts please guide. 

Answers

  • hughesfleming68hughesfleming68 Member Posts: 323 Unicorn
    edited April 2019
    I am assuming that you are trying to reproduce a research paper? If that is the case then it would be helpful to have a link or the paper itself. Rapidminer has evolutionary (genetic) parameter and feature selection if that is what you are looking for. Nothing beats experimenting.
  • SGolbertSGolbert RapidMiner Certified Analyst, Member Posts: 344 Unicorn
    Hi,

    I think that you refer to using an evolutionary algorithm instead of forward-backward propagation for the training of  neural net. While you can do it in RapidMiner if you want, you would have to do it at the Java level. It's probably easier to do it in R or Python.

    Regards,
    Sebastian
Sign In or Register to comment.