Difference between revisions of "General Regression Neural Network (GRNN)"
| Line 13: | Line 13: | ||
* [http://docs.microsoft.com/en-us/azure/machine-learning/studio-module-reference/neural-network-regression Neural Network Regression | Microsoft] | * [http://docs.microsoft.com/en-us/azure/machine-learning/studio-module-reference/neural-network-regression Neural Network Regression | Microsoft] | ||
* [http://www.quora.com/When-should-we-use-logistic-regression-and-Neural-Network When should we use logistic regression and Neural Network? | Sebastian Raschka] | * [http://www.quora.com/When-should-we-use-logistic-regression-and-Neural-Network When should we use logistic regression and Neural Network? | Sebastian Raschka] | ||
| + | * [http://en.wikipedia.org/wiki/General_regression_neural_network General regression neural network | Wikipedia] | ||
The simplest neural network performs least squares regression - single-layer neural network, with a single node that uses a linear activation function | The simplest neural network performs least squares regression - single-layer neural network, with a single node that uses a linear activation function | ||
Revision as of 04:05, 24 February 2019
YouTube search... ...Google search
- AI Solver
- Capabilities
- Neural Network Regression | Microsoft
- When should we use logistic regression and Neural Network? | Sebastian Raschka
- General regression neural network | Wikipedia
The simplest neural network performs least squares regression - single-layer neural network, with a single node that uses a linear activation function