What is the language used for Artificial Intelligence?
Answer Posted / muhammad ahmed
Artificial Intelligence is a theory and can be implemented
in almost every language.
Just like we can supply a code in any language that uses
Newton's law of motions , we can supply such code that
implemenents AI concepts in any language (almost).
Some languages however do stand out , which were built to
design AI based knowledge basis.
One such language is LISP, another widely used language is
Prolog that is available with a visual IDE too , known as
Visual Prolog. These languages work on facts we provide ,
then answer our queries using various inference algorithms
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
How to create a new dataset only duplicate observations in proc sort procedure?
How to set fixed width in particular
Outline the two important features of a terminating recursion. Any ideas?
What's the difference b/w Table & Templete in Smartform?
1. Consider the following code in our example assembly language: ; an example bit of assembly code ROOT: W FATHER FATHER: W SON1 W SON2 SON1: W NIL W NIL ; ---------------------- SON2: W GRANDSON W NIL GRANDSON: W NIL W NIL NIL = 0 Assemble this code carefully following the two pass model, and show the symbol table at the point marked by the dashed line during each pass.
WHat is execution in manual testing and when will we start execution and what language we use in execution
diffrence between oracle apps , .NET , SAP
how do i add a column dynamically in a table by using java application?
through which algorithm does the garbage collector works? how the garbage collector will understand that the object will going to be deleted?
Given an array of size n. It contains numbers in the range 1 to n. Each number is present at least once except for 2 numbers. Find the missing numbers.
when we use mantis? how learn mantis?
SAS question: I have 50 fils a1,a2,...,a50. the primary key is upc. then if i want to merge all 50 files, the code is as follows, data test; merge a1 ... a50; by upc; run; we know that writing all 50 files name is time consuming, is there any standard format of this code?
What is the Difference between in memory database and physical database
Define distributed queries. can you explain me as soon as possible
what are all the ant command options