Difference between revisions of "General Regression Neural Network (GRNN)"

From
Jump to: navigation, search
m (BPeat moved page Neural Network Regression to General Regression Neural Network (GRNN) without leaving a redirect)
Line 1: Line 1:
[http://www.youtube.com/results?search_query=Neural+Network+Regression YouTube search...]
+
[http://www.youtube.com/results?search_query=General+Regression+Neural+Network+GRNN YouTube search...]
  
 
* [[AI Solver]]
 
* [[AI Solver]]
Line 5: Line 5:
 
* [[Capabilities]]  
 
* [[Capabilities]]  
 
* [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]
  
Recently, several studies on calibrating traffic flow models have been undertaken using support vector regression (SVR). For me, the method seems to be a bit counter-intuitive. Rather than the sum of the squared errors, the sum of squared prefactors of the model function is minimized. However, this seems to have nothing to do with the fit quality itself. The fit quality enters only indirectly in form of some constraints, and small deviations are not penalized at all. Furthermore, you obtain a sort of black-box model which is lengthy to write down explicitly and which cannot be understood intuitively. Under which circumstances, the SVR should nevertheless be preferred to an ordinary LSE minimization? - Martin Treiber
+
The simplest neural network performs least squares regression - single-layer neural network, with a single node that uses a linear activation function
 +
 
 +
http://static1.squarespace.com/static/51d342a0e4b0290bcc56387d/t/51ddb856e4b0e5482bdf3e7a/1373485241911/weights.gif
  
  
http://research.ncku.edu.tw/re/articles/e/20080620/images/080526035813E4MDyJ.gif
 
  
 
<youtube>8qsFI22c5Lk</youtube>
 
<youtube>8qsFI22c5Lk</youtube>
 
<youtube>s5YHcfnca4U</youtube>
 
<youtube>s5YHcfnca4U</youtube>

Revision as of 05:38, 2 June 2018

YouTube search...

The simplest neural network performs least squares regression - single-layer neural network, with a single node that uses a linear activation function

weights.gif