Due to recent updates, all users are required to create an Altair One account to login to the RapidMiner community. Click the Register button to create your account using the same email that you have previously used to login to the RapidMiner community. This will ensure that any previously created content will be synced to your Altair One account. Once you login, you will be asked to provide a username that identifies you to other Community users. Email us at Community with questions.

Neural Net output layer coding

ZaplaZapla Member Posts: 3 Contributor I
edited June 2020 in Help
Hi,

Is it possible to change output layer coding in Neural Net model? Currently coding is one neuron is one class. Is it possible to change it somehow to binary coding? If yes how can i do that?

Answers

  • ZaplaZapla Member Posts: 3 Contributor I
    Anyone?
  • MariusHelfMariusHelf RapidMiner Certified Expert, Member Posts: 1,869 Unicorn
    Hi,

    if your training data contains a binary label then the output of the Neural Net will be a binominal attribute. The underlying net cannot be changed, but why do you want to do it?

    Best regards,
    Marius
  • ZaplaZapla Member Posts: 3 Contributor I
    Thanks for your reply.

    I have three classes in my data and as far as i know it can be correctly calculated with only two neurons (binary):

    Class 1
    N1: 1
    N2: 0

    Class 2:
    N1: 0
    N2: 1

    Class 3:
    N1: 1
    N2: 1

    Is there any way i can manage to do that?
Sign In or Register to comment.