Smoothing simplex noise

So I plugged in some code and made a color coded simplex noise generator as the first step towards generating terrain. I have these values:

Reds are higher values while yellows are lower values. As you can see, the values are kind of choppy and I want to smooth out these values.

Any ideas?

CopyableCougar4