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
"Neural Nets and Preprocessing Data"
chaosbringer
Member Posts: 21 Contributor II
Hi,
i have a question (of course) ;D
Is data preprocessing for neural nets beyond normalization reasaonble?
In especially:
a) Can standardization be benefical?
b) Have strongly correlated attributes a negative effect on the net?
c) May PCA be adviseable?
d) My distribution is strongly inbalanced, having a few high values and a lot very very low values. Is that a problem?
Thank you very much.
i have a question (of course) ;D
Is data preprocessing for neural nets beyond normalization reasaonble?
In especially:
a) Can standardization be benefical?
b) Have strongly correlated attributes a negative effect on the net?
c) May PCA be adviseable?
d) My distribution is strongly inbalanced, having a few high values and a lot very very low values. Is that a problem?
Thank you very much.
Tagged:
0
Answers
to cut it short: 4 times Yes. But also: 4 times: Depends.
In more detail: You really can't say what will help for your data. Just try it and you will know (if you take into account all needed considerations about estimating performance).
You just can't say what will help without taking the data into account, you can't say which learner is better or which preprocessing. Everything depends on the data...
Greetings,
Sebastian