📚 CBSE Grade-10 Study Guide Open in the Study Guide single page app →
HomeArtificial Intelligence

Artificial Intelligence — CBSE Class 10 board question

Q1. [4]
What are Neural networks ? Briefly explain all the layers of a neural network.
Previously asked in CBSE board exam
2024 104 Q17
Generated by claude-sonnet-4-6 · 2026-06-21 03:18 · grounding rag
Model Answer

Neural Networks:
Neural networks are loosely modelled after how neurons in the human brain behave. They can extract data features automatically without needing input from the programmer. A neural network is a system of organising machine learning algorithms to perform certain tasks. It is fast and efficient for solving problems with very large datasets, such as images.

Layers of a Neural Network:

  1. Input Layer: The first layer. It acquires data and feeds it to the network. No processing occurs here.
  1. Hidden Layer(s): These layers perform all the processing using weights and biases on each node. Each node runs its own machine learning algorithm on the received data. There can be multiple hidden layers depending on the complexity of the task.
  1. Output Layer: The last layer. It receives the final processed data from the hidden layers and presents it to the user. Like the input layer, no processing occurs here.

Source: Chapter 2, Section 2.3 – Artificial Neural Networks

---

Explanation
If a question refers to an image, map, graph or diagram that is not shown here, open the Study Guide single page app, go to Library and find the actual CBSE question paper. The original papers are also available on the CBSE website: cbse.gov.in.
Previous-year CBSE Grade 10 board exam questions, organised by subject and chapter, each with a model answer — free to read and print.