Using Neural Networks for Regression: Radial Basis Function Networks
Neural Networks are very powerful models for classification tasks. But what about regression? Suppose we had a set of data points and wanted to project that trend into the future to make predictions. Regression has many applications in finance, physics, biology, and many other fields. Radial Basis Function Networks (RBF nets) are used for exactly … Read more