What is the language used for Artificial Intelligence?
Answer / 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 |
£¢®£ž›;=9:B9<::C = ADITHI HOW TO GET?
what is the main usage of an abstract keyword?please follow the program class A { void display() { System.out.println("hai"); } void print() { } } class B extends A { void print() { System.out.println("Hello"); } } In this program i was gives the implementation of print() according to my requirements in subclass.And there is no definition in superclass then why we can use abstract keyword before a method that i want to gives definition in other classes,is any mistakes in the above usage of method?
Binary tree?
What are the five tracing levels in System.Diagnostics.TraceSwitcher?
Which CRM is better to opt, Sebiel CRM or Salesforce CRM or sap CRM? which institute is best one in hyderabad
What are two of your strengths that you will bring to our QA/testing team?
What is the requirement in MIMD ?
What is meant by QUEUE?
can we extend a class having only one parameterised constructor.Suggest the process to do it.
what is best way to create a Thread class & why?
shall we execute our java programmes in jre
Write 5 differences between Memory Reference Instruction and Register Reference Instruction.