Difference between revisions of "General Regression Neural Network (GRNN)"
m |
m (Text replacement - "http:" to "https:") |
||
| Line 5: | Line 5: | ||
|description=Helpful resources for your journey with artificial intelligence; videos, articles, techniques, courses, profiles, and tools | |description=Helpful resources for your journey with artificial intelligence; videos, articles, techniques, courses, profiles, and tools | ||
}} | }} | ||
| − | [ | + | [https://www.youtube.com/results?search_query=General+Regression+Neural+Network+GRNN YouTube search...] |
| − | [ | + | [https://www.google.com/search?q=General+Regression+GRNN+machine+learning+ML+artificial+intelligence ...Google search] |
* [[AI Solver]] | * [[AI Solver]] | ||
| Line 13: | Line 13: | ||
* [[Regression]] Analysis | * [[Regression]] Analysis | ||
* [[Math for Intelligence]] | * [[Math for Intelligence]] | ||
| − | * [ | + | * [https://docs.microsoft.com/en-us/azure/machine-learning/studio-module-reference/neural-network-regression Neural Network Regression | Microsoft] |
| − | * [ | + | * [https://www.quora.com/When-should-we-use-logistic-regression-and-Neural-Network When should we use logistic regression and Neural Network? | Sebastian Raschka] |
| − | * [ | + | * [https://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 14:33, 28 March 2023
YouTube search... ...Google search
- AI Solver
- Capabilities
- Regression Analysis
- Math for Intelligence
- 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