Voice assistants have become an integral part of our daily lives, revolutionizing how we interact with technology and access information. B...
Featured Post
Step Wise Project Planning
Planning is the most difficult process in project management. The framework described is called the Stepwise method to help to distinguis...
Showing posts with label AI. Show all posts
Showing posts with label AI. Show all posts
Artificial Intelligence (AI) and Machine Learning (ML)
Artificial Intelligence (AI) is a branch of computer science that aims to create intelligent machines that can perform tasks that typicall...
Crypt-arithmetic Puzzles in Artificial Intelligence Example Solved
CROSS + ROADS DANGER A value can be assigned to only one alphabet .....values are 0-9 Constraint - S+S = R S+D+C1 = E...
Constraint Propagation / Satisfaction in Artificial Intelligence
Many problems in AI can be viewed as problems of constraint satisfaction in which the goal is to discover some problem state that satisf...
Natural Language Processing in Artificial Intelligence
It is a computational; technique for analysing and representing naturally occurring text at one or more level of languages analysis for the...
Expert System in Artificial Intelligence
An Expert system is a set of program that manipulate the encoded knowledge to solve the problems in a specialised domain that normally req...
Knowledge Acquisition Concept in Artificial Intelligence
Knowledge Acquisition is the transformation of knowledge from the forms in which it exists into forms that can be used in a knowledge based ...
AI application to Robotics
Robotics - Area of Artificial Intelligence concerned with practical use of Robot or Robotic is the science and technology of Robot, they a...
Artificial Intelligence Foundation and History
Definition :- Artificial Intelligence is the intelligence of machines and the branch of computer science that aims to create it. ...
Write a program to compute the result of an exponent
predicates power(integer,integer,real) go clauses go:-write("Enter the base and the exponent"), readint(X),readint(Y...
Write a program for logon routine using repeat predicate
Write a program for logon routine using repeat predicate. Domains name,password=symbol predicates getinput (name,password) logon...
Write a program to solve the n- queen’s problem.
domains queen = q(integer,integer) queens=queen* freelist = integer* board=board(queens,freelist,freelist,freelist,freelist) pre...
WAP to perform Down counting
WAP to perform Down counting. predicates downcount(integer) go clauses go:-write("Enter the number"), readint(X),...
WAP to search an element in a list.
WAP to search an element in a list. domains namelist=name* name=symbol predicates member(name,namelist) go clauses go:...
WAP to reverse a list
WAP to reverse a list. domains charlist=char* symbolist=symbol* integerlist=integer* realist=real* predicates reverse(sy...
WAP to solve a given cryptographic problem
WAP to solve a given cryptographic problem . S E N D ...
WAP to illustrate Medical diagnosis problem
WAP to illustrate Medical diagnosis problem . domains disease, sym=symbol Reply=char predicates check_disease(disease) sym...
WAP to compute GCD of two number.
WAP to compute GCD of two number. predicates gcd(integer,integer,integer) clauses gcd(M,N,O) if N>0,M>0,O=M mod N. gc...
Subscribe to:
Posts (Atom)