ADALINE (Adaptive Linear Neuron) is an artificial neural network model proposed by Bernard Widrow and Ted Hoff in 1960. It is similar to the perceptron, but instead of a step activation function, it uses a linear activation function.
ADALINE is a supervised learning model used to perform binary classification and linear regression. The neural network consists of an input layer, an output layer and a feedback layer that adjusts the weights of the input layer according to the output obtained.
The objective of ADALINE is to minimise the mean square error (MSE) between the desired output and the actual output of the network. It does this by using the gradient descent algorithm to adjust the input layer weights.
ADALINE is a linear model, which means that it can only learn linear relationships between inputs and outputs. However, it can be used as a basic unit in more complex neural network models, such as multilayer neural networks.
In the previous articles ("Basic concepts to build a commercial software with artificial intelligence" and "How to materialize the opportun [...]
Read More »We often wonder where Big Data is applied and we can assume a great relevance of Big Data for business. This explains the great in [....]
Read More »The current scenario we are experiencing in Spain with the COVID-19 health crisis has led to many companies having to carry out ER [...]
Read More »As a consequence of this pandemic and economic situation in which we have found ourselves for the last two years, with the intention of better protecting the [...]
Read More »