Hi!
I want to approximate some functions with basisfunctions, which can be easy Fourier-transformed. So I got the idea to approximate my function with Gaussian normal-distribution curves. This led me to the idea of approximating my function with radial basis functions (RBF), such as the Gaussian curves are.
Due to this I found the "NeuralNetworks`" Mathematica package, which seems to be exactly what I was looking for. I even found this very helpful Example. Poorly this package doesn't seem to be part of Mathematica 11 anymore. The newer built-in Version doesn't seem to include functions, which do similar work.
Because I am quite new at Mathematica I have no idea if and how I can find another way to solve my problem.
Does anybody have an idea how I can approximate my function (maybe similar to the example?) with Gaussian normal-Distribution curves?
I would be very grateful, if anyone could help me!
Thanks you very much!