Skip to content
Discussion options

You must be logged in to vote

This is super hard to tell. From my experience, normalizing labels can improve performance, but is never the deciding factor of whether your model is able to fit the data or not. However, normalizing the targets has the advantage that you can use a final non-linearity, e.g., sigmoid, to push model outputs into the desired interval. Since it looks like your model is not able to fit the data regardless of final normalization, there might be other reasons for this. Feel free to post your architecture and your task so I can take a look :)

Replies: 1 comment 3 replies

Comment options

You must be logged in to vote
3 replies
@errhernandez
Comment options

@rusty1s
Comment options

@errhernandez
Comment options

Answer selected by errhernandez
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants