Skip to content

What must i understand with run results? #718

Discussion options

You must be logged in to vote

You'll want to normalize your data on the same scale. Likely between 0 and 1 for each value. You can later de-normalize it (or scale it). The problem you're going to run into is that a input that is very tiny is like a whisper into your ear, and a large number is like yelling. By putting all your data in a scale between 0 and 1 it allows the network to better understand what's going on. This is a principle throughout machine learning.

Replies: 3 comments 3 replies

Comment options

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

@mertdogan
Comment options

@mertdogan
Comment options

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by robertleeplummerjr
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