edited by
202 views
0 0 votes

Read the below passage and answer the questions.

Artificial Neural Networks (ANNs) are computational models inspired by the human brain's neural networks. They consist of inter-connected nodes, or neurons, organized into layers : an input layers, one or more hidden layers and an output layers. Each connection between neurons has a weight that adjusts as learning progresses allowing the network to adopt and improve its performance. ANNs are particularly effective in recognizing patterns making them valuable for tasks such as image and speech recognition, Natural language processing and predictive analytics. Learning in ANNs typically involves training algorithms like back propagation, which minimize the error by adjusting the weights. As a subset of machine learning, ANNs have revolutionized the field of Artificial Intelligence by providing solutions to complex problems that traditional algorithms struggle with.

What is the role of Back Propagation Algorithm?

  1. To reduce error
  2. To secure network
  3. To control speed of data
  4. To add different layers

Please log in or register to answer this question.

Answer:
Position:
Show:

Related questions

1 1 vote
0 0 answers
218
218 views
Shubham Sharma 2 asked Sep 9, 2025
218 views
Match List - I with List - II$\begin{array}{|ll|ll|} \hline & \textbf{List - I} & & \textbf{List - II} \\\hline (A) & \text{The activation function} & (I) & \text{is call...
0 0 votes
0 0 answers
242
242 views
Shubham Sharma 2 asked Sep 9, 2025
242 views
Arrange the following steps in a proper sequence for the process of training a neural network.Weight initializationFeed forwardBack PropagationLoss CalculationWeight Upda...
0 0 votes
0 0 answers
168
168 views
Shubham Sharma 2 asked Sep 9, 2025
168 views
Match List - I with List - II.$\begin{array}{|ll|ll|} \hline & \textbf{List - I}&& \textbf{List-II} \\ \hline (A) & \text{Natural language processing} &(I) & \text{A meth...
0 0 votes
0 0 answers
198
198 views
Shubham Sharma 2 asked Sep 9, 2025
198 views
Read the below passage and answer the questions.Artificial Neural Networks (ANNs) are computational models inspired by the human brain's neural networks. They consist of ...