Save as PDF
Opens your browser print dialog — select "Save as PDF" to download.
Note:
-
Attempt any five questions.
किन्हीं पाँच प्रश्नों को हल कीजिए।
-
All questions carry equal marks.
सभी प्रश्नों के समान अंक हैं।
-
In case of any doubt or dispute the English version question should be treated as final.
किसी भी प्रकार के संदेह अथवा विवाद की स्थिति में अंग्रेजी भाषा के प्रश्न को अंतिम माना जायेगा।
Describe the four categories under which Artificial Intelligence is classified with examples.
उन चार श्रेणियों का उदाहरण सहित वर्णन करें जिनके अन्तर्गत आर्टिफिशियल इंटेलिजेंस को वर्गीकृत किया गया है।
Explain the programming structure for LISP. Mention the characteristic of LISP.
LISP के लिए प्रोग्रामिंग संरचना की व्याख्या करें। LISP की विशेषताएँ बताइये।
Write a LISP function "duplicate_entries" that takes a list and returns true if it contains multiple copies of some entry, and NIL otherwise.
एक LISP फंक्शन "duplicate_entries" लिखें जो एक सूची लेता है और यदि इसमें कुछ प्रविष्टि की कई प्रतियाँ हैं, तो True लौटाता है, और अन्यथा NIL देता है।
Explain A* Search algorithm with help of an example.
उदाहरण की सहायता से A* सर्च एल्गोरिथम को समझाइये।
Explain how the steepest ascent hill climbing algorithm works with help of example.
उदाहरण की सहायता से बताइए कि एसेन्ट हिल-क्लाइम्बिंग एल्गोरिदम कैसे काम करता है।
Explain forward and backward chaining methods used in Artificial Intelligence.
आर्टिफिशियल इंटेलिजेंस में उपयोग की जाने वाली फॉरवर्ड और बैकवर्ड चेनिंग विधियों की व्याख्या करें।
Explain the production based knowledge representation techniques with help of example.
उदाहरण की सहायता से उत्पादन-आधारित ज्ञान प्रतिनिधित्व तकनीकों की व्याख्या करें।
Explain First Order Logic inference rules for quantifier with help of example.
उदाहरण की सहायता से क्वांटिफायर के लिए प्रथम क्रम तर्क अनुमान नियमों की व्याख्या करें।
Explain Frame based system in AI. Compare production based system with frame based system.
AI में फ्रेम आधारित प्रणाली की व्याख्या करें। उत्पादन आधारित प्रणाली की फ्रेम आधारित प्रणाली से तुलना करें।
What is Natural language Processing? Explain the steps involved in NLP.
प्राकृतिक भाषा प्रसंस्करण क्या है? NLP में शामिल चरणों की व्याख्या करें।
Construct a Context-Free Grammar (CFG) for the language L = anbm where n ≥ 1.
भाषा L = anbm के लिए एक संदर्भ-मुक्त व्याकरण (CFG) का निर्माण करें जहाँ n ≥ 1 है।
What is the water jug problem in AI game? Suppose you are given two jugs 4 liter one and a 3 liter one, a pump which can use to fill the jug, and the ground on which water may be poured. Neither jug has any measuring marking on it. How can you get exactly 2 liter of water in the 4 liter jug? Write the state space representation for above problem.
AI गेम में वॉटर जग की समस्या क्या है? मान लीजिए कि आपको दो जग दिए गए हैं, एक 4 लीटर और एक 3 लीटर, एक पंप जिसका उपयोग जग भरने के लिए किया जा सकता है, और जमीन जिस पर पानी डाला जा सकता है। किसी भी जग पर मापने का कोई निशान नहीं है। आप 4 लीटर के जग में ठीक 2 लीटर पानी कैसे प्राप्त कर सकते हैं? उपरोक्त समस्या के लिए स्टेट स्पेस प्रतिनिधित्व लिखें।
Explain Bayes theorem and Bayesian Networks with help of example.
बेयस प्रमेय और बायोसियन नेटवर्क को उदाहरण की सहायता से समझाइए।
What do you mean by Expert Systems in AI? Mention characteristics and applications of Expert Systems in AI.
AI में विशेषज्ञ प्रणालियों से आपका क्या तात्पर्य है? AI में विशेषज्ञ प्रणालियों की विशेषताओं और अनुप्रयोगों का उल्लेख करें।
Write a short note on any two:
किसी दो पर संक्षिप्त टिप्पणी लिखिए।
Semantic Networks
Lexical Analysis
Alpha-Beta cutoffs
Fuzzy Logic