🎉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

Using multiple data type for neural networks prediction models

User: "gabriel02v"
New Altair Community Member
Updated by Jocelyn

Hi,

I need a little help regarding implementation of neural network  where the default model “Neural Net” only allows me numeric attributes as dependent variables, and no nominal attributes (either character, binomial or polynomial). My question is what kind of model fits better to my given situation: I want to build a model which it will contain multiple data types (binomial, polynomial, and numeric ).

Thank you

Find more posts tagged with

Sort by:
1 - 2 of 21
    User: "IngoRM"
    New Altair Community Member
    Accepted Answer

    Hi,

     

    You can use the new "Deep Learning" operator introduced in version 7.3.  This can work also on non-numerical attributes.

     

    Alternatively, you can also transform your attributes into numerical attributes first with a couple of preprocessing operators, namely "Nominal to Binominal" followed by "Nominal to Numerical".

     

    Hope that helps,

    Ingo

    User: "IngoRM"
    New Altair Community Member
    Accepted Answer

    Hi,

     

    I think there is a parameter called "reproducible" or something similar which you need to activate.

     

    Cheers,

    Ingo