Neural Networks for Regression
In this article we can learn the concept of regression and Neural Network. After reading this article, we can understand the concept of regression and Neural Network initially.
Most regression will not perfectly fit the data at hand. if we want to analyze more complex model, applying a Neural Network to the problem can provide much more prediction power compared to a traditional way.
Regression analysis can show if there is a significant relation between the independent variables, and the strength of the impact. There are seven types of regressions, Linear Regression, Polynomial Regression, Logistics Regression, Stepwise Regression, Ridge Regression, Lasso Regression and ElasticNet Regression.
Artificial Neural Networks are comprised of simple elements, called neurons and each of them can make simple mathematical decisions. The neurons can analyze complex problems, emulate almost any function including very complex. There are two types of Neural Network, shallow feedforward neural network and deep neural network which have different function to analyze and predict power
Comments
Post a Comment