Artificial Neural Network

Why Trust Techopedia

What Does Artificial Neural Network Mean?

An artificial neuron network (neural network) is a computational model that mimics the way nerve cells work in the human brain.

Advertisements

Artificial neural networks (ANNs) use learning algorithms that can independently make adjustments – or learn, in a sense – as they receive new input. This makes them a very effective tool for non-linear statistical data modeling.

Deep learning ANNs play an important role in machine learning (ML) and support the broader field of artificial intelligence (AI) technology.

 

Techopedia Explains Artificial Neural Network

An artificial neural network has three or more layers that are interconnected. The first layer consists of input neurons. Those neurons send data on to the deeper layers, which in turn will send the final output data to the last output layer.

All the inner layers are hidden and are formed by units which adaptively change the information received from layer to layer through a series of transformations. Each layer acts both as an input and output layer that allows the ANN to understand more complex objects. Collectively, these inner layers are called the neural layer.

The units in the neural layer try to learn about the information gathered by weighing it according to the ANN’s internal system. These guidelines allow units to generate a transformed result, which is then provided as an output to the next layer.

An additional set of learning rules makes use of backpropagation, a process through which the ANN can adjust its output results by taking errors into account. Through backpropagation, each time the output is labeled as an error during the supervised training phase, the information is sent backward. Each weight is updated proportionally to how much they were responsible for the error.

Hence, the error is used to recalibrate the weight of the ANN’s unit connections to take into account the difference between the desired outcome and the actual one. In due time, the ANN will “learn” how to minimize the chance for errors and unwanted results.

Training an artificial neural network involves choosing from allowed models for which there are several associated algorithms.

An ANN has several advantages but one of the most recognized of these is the fact that it can actually learn from observing data sets. In this way, ANN is used as a random function approximation tool. These types of tools help estimate the most cost-effective and ideal methods for arriving at solutions while defining computing functions or distributions.

ANN takes data samples rather than entire data sets to arrive at solutions, which saves both time and money. ANNs are considered fairly simple mathematical models to enhance existing data analysis technologies.

They can be used for many practical applications, such as predictive analysis in business intelligence, spam email detection, natural language processing in chatbots, and many more.

Advertisements

Related Terms

Margaret Rouse
Editor

Margaret jest nagradzaną technical writerką, nauczycielką i wykładowczynią. Jest znana z tego, że potrafi w prostych słowach pzybliżyć złożone pojęcia techniczne słuchaczom ze świata biznesu. Od dwudziestu lat jej definicje pojęć z dziedziny IT są publikowane przez Que w encyklopedii terminów technologicznych, a także cytowane w artykułach ukazujących się w New York Times, w magazynie Time, USA Today, ZDNet, a także w magazynach PC i Discovery. Margaret dołączyła do zespołu Techopedii w roku 2011. Margaret lubi pomagać znaleźć wspólny język specjalistom ze świata biznesu i IT. W swojej pracy, jak sama mówi, buduje mosty między tymi dwiema domenami, w ten…