python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Random distribution of points based on Perlin Noise?
Is there a good way to generate a random point in a 2D plane where the probability of choosing any specific location is based on Perlin Noise?
Essentially, when I generate a lot of points using such a...
puchm
Votes: 0
Answers: 1
How to increase noise at one particular area of data?
I have a dataframe that is a sine wave with slight noise, and I want to increase the noisiness at only one particular place of the plot. The noise should increase at a certain point before reducing ag...
Serena
Votes: 0
Answers: 1
Perlin noise generator isn't working, doesn't look smooth
I watched some tutorials and tried to create a Perlin noise generator in python.
It takes in a tuple for the number of vectors in the x and y directions and a scale for the distance in pixels between ...
Red Wizard
Votes: 0
Answers: 0
Which value should I choose as standard deviation for Gaussian Noise in my data?
I am adding Gaussian Noise using the Keras GaussianNoise layer to my data to corrupt it to prevent overfitting. I have analysed my data and the mean of all values is 7624 and the standard deviation is...
Harsh Motwani
Votes: 0
Answers: 0