Neural Network with Polynominal Data
Find more posts tagged with
Sort by:
1 - 1 of
11

jacobcybulski
New Altair Community Member
Updated by jacobcybulski
You can use RapidMiner standard Neural Network model to classify data with a polynomial label. However, you will have to convert all your nominal predictors to numbers, e.g. use Nominal to Numerical operator. Both the Neural Net and Nominal to Numerical operators have a built-in help, with tutorials. If you are game for Deep Learning, use a Deep Learning extension which can also use a polynomial label, but you will need to use Multiclass Entropy as your Loss Function.