Skip to main content

What's Artificial Intelligence || From Basic To Advance


           
               

                                Introduction to artificial intelligence

The science and engineering of making intelligent machines, especially intelligent computer programs. – John Mc Carthy (AI name was coined by him at 1956).
Artificial intelligence is an approach to make a computer, a robot, or a product to think how smart human think. AI is study of how human brain think, learn decide and work. And finally this study outputs intelligent software systems. The aim of AI to improve computer functions which are related to human knowledge, for e.g. reasoning, learning and problem solving.

Turing test for artificial intelligence
The Turing test was developed by Allan Turing (computer scientist) in 1950. Turing test is used to determine whether or not computer machine can think intelligently like human? Imagine a game of three players having two humans and one computer, an interrogator (as human) is isolated from other two players. The interrogator job is to try and figure out which one is human by asking questions from both of them. The interrogator is limited to using the responses to written questions to make the determination.
If interrogator wouldn’t be able to distinguish the answers provided by both human and computer then the computer passes the test and machine (computer) is consider as intelligent as human.

Variations and alternatives to the turing test

Reverse turing test: Where a human tries to convince a computer that it is not a computer. An e.g. of this is CAPTCHA.

Total turing test: Where the questioner can also test perceptual abilities as well as the ability to manipulate objects.

Minimum intelligence test: Where only true false and yes no questions are given.

    Alternatives to turing test were later developed because many see the turing test to be flawed. These alternatives include test such as :

    1.    The marcus test: In this a program which can watch a television show is tested by being asked meaningful questions about the shows content.

    2.    The lovelace test 2.0: Which is a test made to detect AI through examining its ability to create art.

    3.    Winogard schema challenge: Which is a test that asks multiple choice questions in a specific        format.


    A computer program called Eugene Goostman, which simulate a 13 year old Ukarianian boy, is said to have passed the turing test at an event organized by the university of reading.



Comments

Popular posts from this blog

Computer Fundamentals Important Questions For BCA Students

                                                                                                                                                                     UNIT-1   Q1 . Explain the block diagram of a computer system and describe the functions of each component in detail. Q2.   Describe the different generations of computers and discuss the major technological developments in each generation. Q3. Compare the different types of computers – micro, mini, mainframe, and supercomput...

Computer Fundamentals Important Questions For BCA Students(One Liner)

 Q1. Who is called the Father of Computers?    Ans  Charles Babbage. Q2. What is processor speed measured in? Ans  Hertz (Hz), usually in GHz. Q3. What are registers? Ans Small high-speed memory locations inside the CPU. Q4. What is the full form of ALU? Ans Arithmetic Logic Unit. Q5. What is EPROM? Ans Erasable Programmable Read Only Memory. Q6. What does CD-R stand for? Ans Compact Disc – Recordable. Q7. What does DVD stand for? Ans Digital Versatile Disc. Q8. What is OCR? Ans Optical Character Recognition – reads printed text. Q9. What is OMR? Ans Optical Mark Recognition – reads marks on answer sheets or forms. Q10. What is MICR? Ans Magnetic Ink Character Recognition – used in bank cheques. Q11. What is a joystick? Ans  A pointing device used for gaming and simulation. Q12. What is a digitizer? Ans Converts drawings into digital data. Q13. What is a CRT monitor? Ans Cathode Ray Tube monitor – uses electron beams to display images. Q14. What is an LCD m...

Computer Fundamentals MCQ Questions For BCA 1st sem. Students

  Q1.Which of the following is not a characteristic of a computer? a) Accuracy b) Diligence c) Intelligence d) Speed → Answer: c) Intelligence Q2.The first generation of computers used a) Transistors b) Vacuum tubes c) Integrated Circuits d) Microprocessors → Answer: b) Vacuum tubes Q3. Which of the following is a microcomputer? a) Laptop b) Mainframe c) Supercomputer d) Minicomputer → Answer: a) Laptop Q4. The ALU of a computer performs a) Logic and arithmetic operations b) Storage functions c) Data transfer d) Input-output operations → Answer: a) Logic and arithmetic operations Q5. The brain of a computer is: a) CPU b) Monitor c) Keyboard d) Hard Disk → Answer: a) CPU Q6. Which component interprets and executes instructions? a) Control Unit b) ALU c) Memory Unit d) Input Unit → Answer: a) Control Unit Q7. The speed of the processor is measured in a) Hertz b) Bits c) Bytes d) Seconds → Answer: a) Hertz Q8. Which of the following represents the fifth generation of computers? a) Vac...