Update
Muft Shiksha™ एक 100% Free Education Portal है 🇮🇳, जिसका उद्देश्य Class 9–12 के हर विद्यार्थी तक High-Quality Education को पूरी तरह मुफ्त पहुँचाना है। 🇮🇳 हम मानते हैं कि अच्छी शिक्षा किसी student की आर्थिक स्थिति पर निर्भर नहीं होनी चाहिए। 🇮🇳 हर विद्यार्थी को वही Quality Study Material, MCQs, Quizzes, Exam Preparation, Concept-Based Learning और Bilingual Support मिलना चाहिए, जो आमतौर पर महंगी Coaching या Premium Platforms में मिलता है। Muft Shiksha™ 🇮🇳 इसी सोच के साथ बनाया गया है • Muft Shiksha™ एक 100% Free Education Portal है 🇮🇳, जिसका उद्देश्य Class 9–12 के हर विद्यार्थी तक High-Quality Education को पूरी तरह मुफ्त पहुँचाना है। 🇮🇳 हम मानते हैं कि अच्छी शिक्षा किसी student की आर्थिक स्थिति पर निर्भर नहीं होनी चाहिए। 🇮🇳 हर विद्यार्थी को वही Quality Study Material, MCQs, Quizzes, Exam Preparation, Concept-Based Learning और Bilingual Support मिलना चाहिए, जो आमतौर पर महंगी Coaching या Premium Platforms में मिलता है। Muft Shiksha™ 🇮🇳 इसी सोच के साथ बनाया गया है • Muft Shiksha™ एक 100% Free Education Portal है 🇮🇳, जिसका उद्देश्य Class 9–12 के हर विद्यार्थी तक High-Quality Education को पूरी तरह मुफ्त पहुँचाना है। 🇮🇳 हम मानते हैं कि अच्छी शिक्षा किसी student की आर्थिक स्थिति पर निर्भर नहीं होनी चाहिए। 🇮🇳 हर विद्यार्थी को वही Quality Study Material, MCQs, Quizzes, Exam Preparation, Concept-Based Learning और Bilingual Support मिलना चाहिए, जो आमतौर पर महंगी Coaching या Premium Platforms में मिलता है। Muft Shiksha™ 🇮🇳 इसी सोच के साथ बनाया गया है
Subjects

Class 12 Artificial Intelligence - Part B Subject Specific Skills - Model Training Easy Quiz

Level 7 • 13/50 questions • 40 seconds per question.

Level readiness 13/50 Questions
Time Left 08:40 40 sec/question
RewardsCoins + XP
ModeClassic Quiz
Share
This level needs 37 more active questions. Admin panel me same class, subject, difficulty aur level_no 7 par question add karein.
Question 1 / 13 0 score
Answered 0/13 Correct 0 Time 08:40

प्रशिक्षण आंकड़ों का उपयोग किसलिए किया जाता है?

What are training data used for?

Explanation opens after your attempt
Correct Answer

A. मॉडल को सीखाने के लिएTo train the model

Step 1

Concept

प्रशिक्षण आंकड़े उदाहरणों का समूह होते हैं। / Training data are a set of examples.

Step 2

Why this answer is correct

मॉडल इन्हीं उदाहरणों से संबंध सीखता है। / The model learns relationships from these examples.

Step 3

Exam Tip

सही प्रशिक्षण आंकड़े मॉडल की गुणवत्ता बढ़ाते हैं। / Correct training data improve model quality.

Open Question Page
Ask Friends

अव्यवस्थित अधिगम में मॉडल क्या खोजता है?

What does a model find in unsupervised learning?

Explanation opens after your attempt
Correct Answer

A. आंकड़ों में छिपे समूह या ढांचेHidden groups or patterns in data

Step 1

Concept

अव्यवस्थित अधिगम में सही उत्तर पहले से नहीं दिए जाते। / In unsupervised learning correct answers are not already given.

Step 2

Why this answer is correct

मॉडल स्वयं समूह या ढांचे खोजता है। / The model finds groups or patterns itself.

Step 3

Exam Tip

समूह बनाना इसका सामान्य उदाहरण है। / Clustering is a common example.

Open Question Page
Ask Friends

वर्गीकरण कार्य में मॉडल क्या करता है?

What does a model do in classification?

Explanation opens after your attempt
Correct Answer

A. इनपुट को किसी वर्ग में रखता हैPlaces input into a category

Step 1

Concept

वर्गीकरण में परिणाम अलग-अलग वर्गों में होता है। / In classification the result belongs to different categories.

Step 2

Why this answer is correct

मॉडल इनपुट देखकर उचित वर्ग चुनता है। / The model selects a suitable category for the input.

Step 3

Exam Tip

ईमेल को सामान्य या अवांछित बताना इसका उदाहरण है। / Classifying email as normal or spam is an example.

Open Question Page
Ask Friends

पूर्वानुमान कार्य में मॉडल सामान्यतः क्या बताता है?

What does a model usually give in prediction or regression?

Explanation opens after your attempt
Correct Answer

A. संख्यात्मक मानNumerical value

Step 1

Concept

पूर्वानुमान में मॉडल किसी मात्रा का अनुमान लगाता है। / In regression a model estimates a quantity.

Step 2

Why this answer is correct

परिणाम अक्सर संख्या के रूप में होता है। / The result is often a number.

Step 3

Exam Tip

घर की कीमत बताना इसका सरल उदाहरण है। / Predicting house price is a simple example.

Open Question Page
Ask Friends

मॉडल का अर्थ कृत्रिम बुद्धिमत्ता में क्या होता है?

What does model mean in artificial intelligence?

Explanation opens after your attempt
Correct Answer

A. सीखे हुए नियमों वाला ढांचाA structure with learned rules

Step 1

Concept

मॉडल आंकड़ों से सीखकर नियम या ढांचा बनाता है। / A model builds rules or structure from data.

Step 2

Why this answer is correct

वही ढांचा नए इनपुट पर परिणाम देता है। / That structure gives results for new input.

Step 3

Exam Tip

मॉडल को प्रशिक्षण और परीक्षण से सुधारा जाता है। / The model is improved through training and testing.

Open Question Page
Ask Friends

चित्र वर्गीकरण में मॉडल क्या करता है?

What does a model do in image classification?

Explanation opens after your attempt
Correct Answer

A. चित्र को उचित वर्ग में रखता हैPlaces the image into a suitable category

Step 1

Concept

चित्र वर्गीकरण दृश्य इनपुट पर आधारित होता है। / Image classification is based on visual input.

Step 2

Why this answer is correct

मॉडल चित्र देखकर उसका वर्ग बताता है। / The model looks at an image and tells its category.

Step 3

Exam Tip

बिल्ली और कुत्ता पहचानना इसका सरल उदाहरण है। / Identifying cat and dog is a simple example.

Open Question Page
Ask Friends

अधिक सीख जाना किस स्थिति को दर्शाता है?

What does overfitting indicate?

Explanation opens after your attempt
Correct Answer

A. मॉडल प्रशिक्षण आंकड़ों को बहुत अधिक याद कर लेता हैThe model memorizes training data too much

Step 1

Concept

अधिक सीख जाने में मॉडल प्रशिक्षण आंकड़ों पर बहुत अच्छा दिख सकता है। / In overfitting the model may perform very well on training data.

Step 2

Why this answer is correct

पर नए आंकड़ों पर उसका प्रदर्शन घट सकता है। / It may perform poorly on new data.

Step 3

Exam Tip

इसलिए सामान्यीकरण की जांच जरूरी है। / So generalization must be checked.

Open Question Page
Ask Friends

कम सीखना किस समस्या को दिखाता है?

What problem does underfitting show?

Explanation opens after your attempt
Correct Answer

A. मॉडल आंकड़ों का ढांचा ठीक से नहीं सीखताThe model does not learn the data pattern properly

Step 1

Concept

कम सीखने में मॉडल सरल ढांचा भी ठीक से नहीं पकड़ता। / In underfitting the model cannot capture even simple patterns well.

Step 2

Why this answer is correct

इससे प्रशिक्षण और परीक्षण दोनों पर खराब परिणाम आ सकते हैं। / It may perform poorly on both training and test data.

Step 3

Exam Tip

मॉडल को बेहतर विशेषता या उचित विधि चाहिए हो सकती है। / Better features or a suitable method may be needed.

Open Question Page
Ask Friends

सटीकता का सरल अर्थ क्या है?

What is the simple meaning of accuracy?

Explanation opens after your attempt
Correct Answer

A. कुल उत्तरों में सही उत्तरों का अनुपातRatio of correct answers among total answers

Step 1

Concept

सटीकता मॉडल के सही परिणामों को मापती है। / Accuracy measures correct results of a model.

Step 2

Why this answer is correct

यह कुल परिणामों में सही परिणामों का अनुपात बताती है। / It shows the ratio of correct results among total results.

Step 3

Exam Tip

सरल वर्गीकरण में यह सामान्य माप है। / It is a common measure in simple classification.

Open Question Page
Ask Friends

भ्रम सारणी का उपयोग किसलिए होता है?

What is a confusion matrix used for?

Explanation opens after your attempt
Correct Answer

A. मॉडल के सही और गलत वर्गीकरण को दिखाने के लिएTo show correct and wrong classifications of a model

Step 1

Concept

भ्रम सारणी वर्गीकरण परिणामों को तालिका में दिखाती है। / A confusion matrix shows classification results in a table.

Step 2

Why this answer is correct

इससे सही और गलत पूर्वानुमान समझे जाते हैं। / It helps understand correct and wrong predictions.

Step 3

Exam Tip

यह मॉडल मूल्यांकन में उपयोगी है। / It is useful in model evaluation.

Open Question Page
Ask Friends

सत्य सकारात्मक का अर्थ क्या है?

What does true positive mean?

Explanation opens after your attempt
Correct Answer

A. जिसे सकारात्मक माना गया और वह वास्तव में सकारात्मक थाPredicted positive and actually positive

Step 1

Concept

सत्य सकारात्मक में मॉडल का सकारात्मक अनुमान सही होता है। / In true positive the model's positive prediction is correct.

Step 2

Why this answer is correct

वास्तविक परिणाम भी सकारात्मक होता है। / The actual result is also positive.

Step 3

Exam Tip

भ्रम सारणी में यह महत्वपूर्ण माप है। / It is an important part of a confusion matrix.

Open Question Page
Ask Friends

झूठा सकारात्मक कब होता है?

When does false positive occur?

Explanation opens after your attempt
Correct Answer

A. मॉडल सकारात्मक बताता है लेकिन वास्तविक परिणाम नकारात्मक होता हैModel predicts positive but actual result is negative

Step 1

Concept

झूठा सकारात्मक गलत सकारात्मक अनुमान है। / False positive is a wrong positive prediction.

Step 2

Why this answer is correct

मॉडल सकारात्मक बताता है पर वास्तविकता नकारात्मक होती है। / The model says positive but reality is negative.

Step 3

Exam Tip

इसे भ्रम सारणी में अलग से देखा जाता है। / It is checked separately in a confusion matrix.

Open Question Page
Ask Friends

मॉडल प्रशिक्षण के बाद मूल्यांकन क्यों आवश्यक है?

Why is evaluation needed after model training?

Explanation opens after your attempt
Correct Answer

A. यह जानने के लिए कि मॉडल कितना सही काम कर रहा हैTo know how well the model is working

Step 1

Concept

प्रशिक्षण के बाद मॉडल का प्रदर्शन जांचना जरूरी है। / After training model performance must be checked.

Step 2

Why this answer is correct

मूल्यांकन से सही और गलत परिणामों की जानकारी मिलती है। / Evaluation gives information about correct and wrong results.

Step 3

Exam Tip

इससे मॉडल में सुधार किया जा सकता है। / This helps improve the model.

Open Question Page
Ask Friends
FAQs

Class 12 Artificial Intelligence Quiz FAQs

How many questions are in this quiz?

This level is designed for 50 active questions. Currently 13 questions are available for the selected class and difficulty.

Is there a timer in this quiz?

Yes, the timer uses 40 seconds per question for Easy difficulty and shows the total remaining time on the page.

Can I open each question separately?

Yes, every question has its own SEO-friendly page with answer, explanation and related practice links.