Options

Training a neural network using differential evolution (genetic algorithm)

tassawar_alitassawar_ali Member Posts: 2 Contributor I
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

  • Options
    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.
  • Options
    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.