Python Forum
why do most algorithm only take number between -1 and 1 as input or output?
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
why do most algorithm only take number between -1 and 1 as input or output?
#1
Why do algorithm like Perlin noise and neural network and many more algorithm must have the input and output to be between -1 and 1,is there a reason for that?
In other words,why do value have to be normalized in algorithm like neural network?
Can I use actual number ,instead of number between -1 and 1?

Second question:
Is gradient interpolation/lerp a must in Perlin noise and simplex noise?
What does it mean?

Third question(not very important):
How do I do infinite terrain using chunk?
Reply


Messages In This Thread
why do most algorithm only take number between -1 and 1 as input or output? - by hsunteik - Jan-22-2017, 09:37 AM

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020