🎉Community Raffle - Win $25

An exclusive raffle opportunity for active members like you! Complete your profile, answer questions and get your first accepted badge to enter the raffle.
Join and Win

Deep Learning/Neural Nets

User: "islem_h"
New Altair Community Member
Updated by Jocelyn
Hi there,

I am trying to solve a regression problem with RapidMiner. 
My question is what is the difference between the included (H2O) operator Deep Learning and the operator neural nets? I see that in both we can add as many hidden layers as we wish. In which case would Deep Learning not needed/appropriate to use?

(In general, can a neural network with 2 hidden layers be called deep neural network?)

Cheers!
Thank you :) 

Find more posts tagged with

Sort by:
1 - 1 of 11
    User: "Telcontar120"
    New Altair Community Member
    Accepted Answer
    The simple Deep Learning operator gives you different activation functions and the ability to add dropout layers.  There are also some advanced parameters that allow you to fine tune the algorithm performance which you can read about in the H2O documentation online.  So it is somewhat more complex than the basic neural network operator.  
    However, if you want to get more complex in deep learning model design, you should check out the new (free) Deep Learning extension, which adds a lot more capabilities to creating deep learning models in RapidMiner (at the cost of higher complexity and more setup for the user).