Instructions:
- The course objectives and course outcomes are identical to that of (Artificial Intelligence) as this is the practical component of the corresponding theory paper.
- The practical list shall be notified by the teacher in the first week of the class commencement under intimation to the office of the Head of Department / Institution in which the paper is being offered from the list of practicals below. Atleast 10 experiments must be performed by the students, they may be asked to do more.
List of Programs
- Study of PROLOG.
- Write simple fact for the statements using PROLOG
- Ram likes mango.
- Seema is a girl.
- Bill likes Cindy.
- Rose is red.
- John owns gold.
- Write predicates, one converts centigrade temperatures to Fahrenheit, the other checksif a temperature is below freezing using PROLOG.
- Write a program to implement Breath First Search Traversal.
- Write a program to implement Water Jug Problem.
- Write a program to remove punctuations from the given string.
- Write a program to sort the sentence in alphabetical order.
- Write a program to implement Hangman game using python.
- Write a program to implement Hangman game.
- Write a program to implement Tic-Tac-Toe game.
- Write a program to remove stop words for a given passage from a text file using NLTK.
- Write a program to implement stemming for a given sentence using NLTK.
- Write a program to POS (part of speech) tagging for the give sentence using NLTK.
- Write a program to implement Lemmatization using NLTK.
- Write a program for Text Classification for the given sentence using NLTK.
No comments:
Post a Comment