NPTEL An Introduction to Artificial Intelligence Assignment 1 Answers 2023:- Hello students in this article we are going to share Answers of NPTEL An Introduction to Artificial Intelligence Assignment 1 2023. All the Answers are provided below to help the students as a reference, You must submit your assignment with your own knowledge.
NPTEL An Introduction to Artificial Intelligence Assignment 1 Answers 2023
1. Which computer system beat Gary Kasparov in a chess game in 1997?
a. Shakey
b. Deep Thought
c. Deep Blue
d. STRIPS
Answer:-
2. Which of the following was a major achievement of the computer EQP in 1996?
a. Proved a mathematical theorem
b. Defeated a world champion in a board game
c. Demonstrated human-level language translation
d. Performed human-level object recognition
Answer:-
Answers will be Uploaded Shortly and it will be Notified on Telegram, So JOIN NOW
3. Which of the following is NOT the reason for the recent takeoff of Deep learning?
a. It can be used to model all real-world problems
b. Increased computational power with the advent of GPUs
c. Numerical optimizations and algorithmic efficiency
d. Access to a lot more labeled data
Answer:-
4. The Turing test considers which of the following trait as evidence of machine intelligence.
a. Acting humanly
b. Thinking humanly
c. Acting rationally
d. Thinking rationally
Answer:-
5. The DARPA Urban Challenge was a competition involving building AI agents for
a. Automated gameplay
b. Recognizing objects on urban streets
c. Self-driving cars
d. Machine translation
Answer:-
6. Which of the following actions is a rational agent expected to prioritize?
a. The morally correct action
b. Action which leads to the greatest reward
c. Action which leads to greatest expected loss
d. Socially acceptable action
Answer:-
šFor Week 04 Assignment Answersš
7. Which statements among the following statements is/are true for AlphaGo?
a. It was developed by researchers at Deep Mind
b. It defeated the world champion in the game of chess
c. It is an example of a weak AI agent
d. None of the above
Answer:-
8. Which of the following is a perceptual task?
a. Proving mathematical theorems
b. Playing chess
c. Medical diagnosis
d. Object recognition
Answer:-
9. Which of the following are shortcomings of Logic-based AI systems that led to probability-based AI systems?
a. Logic-based AI systems could not run on conventional general-purpose computer hardware
b. Logic cannot be used to make deductions from observations.
c. Logic cannot be used to take into account the uncertainty in the environment
d. Logic is NP-hard
Answer:-
10. Choose All correct statements about knowledge-based strong AI systems
a. They are supposed to perform general-purpose problem-solving
b. Knowledge about some specific domain is provided to such systems
c, The goal of such systems is to achieve human-level performance on one specific task
d. A* algorithm is an example of a strong AI system
Answer:-
An Introduction to Artificial Intelligence | Answers |
Assignment 1 | Click Here |
Assignment 2 | Click Here |
Assignment 3 | Click Here |
Assignment 4 | Click Here |
Assignment 5 | NA |
Assignment 6 | NA |
Assignment 7 | NA |
Assignment 8 | NA |
Assignment 9 | NA |
Assignment 10 | NA |
Assignment 11 | NA |
Assignment 12 | NA |
For More NPTEL Answers:- CLICK HERE
Join Our Telegram:- CLICK HERE
What is An Introduction to Artificial Intelligence?
An Introduction to Artificial Intelligence by IIT Delhi course introduces the variety of concepts in the field of artificial intelligence. It discusses the philosophy of AI, and how to model a new problem as an AI problem. It describes a variety of models such as search, logic, Bayes nets, and MDPs, which can be used to model a new problem. It also teaches many first algorithms to solve each formulation. The course prepares a student to take a variety of focused, advanced courses in various subfields of AI.
CRITERIA TO GET A CERTIFICATE
Average assignment score = 25% of the average of best 8 assignments out of the total 12 assignments given in the course.
Exam score = 75% of the proctored certification exam score out of 100
Final score = Average assignment score + Exam score
YOU WILL BE ELIGIBLE FOR A CERTIFICATE ONLY IF THE AVERAGE ASSIGNMENT SCORE >=10/25 AND EXAM SCORE >= 30/75. If one of the 2 criteria is not met, you will not get the certificate even if the Final score >= 40/100.
NPTEL An Introduction to Artificial Intelligence Assignment 1 Answers 2022:-
Q1. Who is known as the āFather of Artificial Intelligenceā ?
(A) Fischer Ada
(B) Alan Turing
(C) John McCarthy
(D) Charles Babbage
Ans:- (C) John McCarthy
Q2. What were the reasons leading to the first AI winter in 1974-80 ?
(A) Failure of Machine Translation
(B) Decline of LISP
(C) Poor speech understanding
(D) Negative results of Neural Networks
Ans:- (A), (C) & (D)
Q3. Which of the following programs completed a major mathematical proof?
(A) IBMās Watson
(B) rgonneās EQP
(C) Facebookās AlphaGo
(D) OpenAIās GPT3
Ans:- (B) rgonneās EQP
Q4. Which of the following is/are the reason(s) for the recent takeoff of deep learning?
(A) It can be used to model all real-world problems
(B) Increased computational power with the advent of GPUs
(C) Numerical optimizations and algorithmic efficiency
(D) Access to a lot more labeled data
Ans:- (B), (C) & (D)
Q5. Strong AI hypothesis says that
(A) Machines should only act Intelligently
(B) Machines should only think intelligently
(C) Machines that think intelligently must act intelligently too
(D) Machines that act intelligently must think intelligently too
Ans:- (D)
Q6. Which action is a rational agent expected to prioritize?
(A)The morally correct action
(B) Action which leads to the greatest reward
(C) Action which leads to less loss
(D) Socially acceptable action
Ans:- (B) Action which leads to the greatest reward
Q7. Consider an AI agent which is given the task of sorting an array A of n distinct integers where each element ā {1,2,..n}. In each time step, the agent is allowed to swap two consecutive elements in the array. What are the state representations which provide complete information about the array?
(A) Value of A[i] for each 1 <= i <= n
(B) Position of i in A for each 1 <= i <= n
(C) min(A[i-1], A[i], A[i+1]} for each 1 <= i <= n (Take A[-1] = A[n+1] = ā)
(D) None of the above
Ans:- (A) & (B)
Q8. Which game was AlphaGo built for, and which company was responsible for its development?
(A) Chess, Facebook
(B) Chess, DeepMind
(C) Go, Facebook
(D) Go, DeepMind
Ans:- (D) Go, DeepMind
Q9. Why is Mathematical Logic considered to be an important part of AI?
(A) Logic can be used to handle noise and uncertainty efficiently
(B) Logic can be used to understand human emotions.
(C) Logic can be used to encode knowledge in a precise form
(D) Logic can be used to make deductions from observations
(E) Logic can be used to find optimal paths in a graph
Ans:- (C) & (D)
Q10. What is an expert system in the context of AI?
(A) A group of human experts which have high skill with respect to a particular field/task.
(B) An AI system which consists of encoding knowledge of the entire domain using a logical form and using that knowledge base to reason.
(C) An AI system which asks human experts only if it is unsure about its predictions on task.
(D) None of these
Ans:- (B)
NPTEL An Introduction to Artificial Intelligence Assignment 1 Answers 2022:- All the Answers provided below to help the students as a reference, You must submit your assignment at your own knowledge.
Disclaimer:- We do not claim 100% surety of solutions, these solutions are based on our sole expertise, and by using posting these answers we are simply looking to help students as a reference, so we urge do your assignment on your own.
For More NPTEL Answers:- CLICK HERE
Join Our Telegram:- CLICK HERE
READ IT ALSO:-
NPTEL Ethical Hacking Assignment 1 Quiz Answers 2022
NPTEL Python for Data Science Assignment 1 Answers 2022
NPTEL The Joy of Computing using Python Assignment 1 Answers
NPTEL English Literature for competitive exams Assignment 1 Answers
NPTEL Data Analytics with Python Assignment 1 Answers 2022
NPTEL Introduction To Internet Of Things Assignment 1 Answers
7 thoughts on “{Week 1} NPTEL An Introduction to Artificial Intelligence Assignment 1 Answers 2023”