The Altair Community is migrating to a new platform to provide a better experience for you. In preparation for the migration, the Altair Community is on read-only mode from October 28 - November 6, 2024. Technical support via cases will continue to work as is. For any urgent requests from Students/Faculty members, please submit the form linked here
"Force neural net output value"
Hello, is it possible to force the neural net output value to positive value? My problem is that with a training set with positive and negative attributes but an only positive label attribute, the neural net classifier sometimes predicts wrong negative values. Thanks a lot to all.
Tagged:
0
Answers
you could simply apply a postprocessing step. You could easily configure the Generate Attribute operator to derive a column that has a minimum of 0 for example. Then you could set the role of this new column to "prediction" and it will be used as new prediction in a following performance estimator.
Greetings,
Sebastian