Neural network

From WikiMD's WELLNESSPEDIA

(Redirected from Neural networks)

Neural Network

A Neural Network is a series of algorithms that endeavors to recognize underlying relationships in a set of data through a process that mimics the way the human brain operates. In essence, neural networks are used to approximate functions that can depend on a large number of inputs and are generally unknown.

Overview[edit]

Neural networks, in the world of Artificial Intelligence, are a means of doing machine learning, in which a computer learns to perform some task by analyzing training examples. Usually, the task involves making predictions or decisions, such as: Is this an image of a cat? Which of these people are likely to be friends? What is the optimal path for a delivery drone?

Structure[edit]

A neural network takes in inputs, which are then processed in hidden layers using weights that are adjusted during training. Then the model spits out a prediction. The weights are adjusted to find patterns in order to make better predictions.

Types of Neural Networks[edit]

There are several types of neural networks in use today. These include:

Applications[edit]

Neural networks have wide applications in the fields of biometrics, finance, healthcare, and telecommunications, among others.

See Also[edit]