MANUAL AI LAB FINAL
MANUAL AI LAB FINAL
(BAI-551)
DEPARTMENT OF CSE-AI/AI&DS
Check list for Lab Manual
S.No. Particulars
2 Course Outcomes
MISSION
To be a Model in Quality Education by
M1: Imparting good sound theoretical basis and wide-ranging practical experience to the
Students for fulfilling the upcoming needs of the Society in the various fields of Computer
Science & Engineering.
M2: Offering the Students an overall background suitable for making a Successful career in
Industry/Research/Higher Education in India and abroad.
M3: Providing opportunity to the Students for Learning beyond Curriculum and improving
Communication Skills.
M4: Engaging Students in Learning, Understanding and Applying Novel Ideas.
(POs) PSOs
Course
Outcomes
(COs) PO1 PO2 PO3 PO4 PO5 PO6 PO7 PO8 PO9 PO10 PO11 PO12 PSO1 PSO2
CO1 3 2 1 3 2
CO2 2 2 3 2 1 2 2
CO3 2 3 2 2 1 2 2
CO4 2 2 2 3 2 1 1 2
CO5 2 2 2 3 2 1 2 1
Guidelines for the Students:
1. Students should be regular and come prepared for the lab practice.
2. In case a student misses a class, it is his/her responsibility to complete that
missed experiment(s).
3. Students should bring the observation book, lab journal and lab manual.
Prescribedtextbookandclassnotescanbekeptreadyforreferenceifrequired.
4. They should implement the given Program individually.
5. While conducting the experiments students should see that their programs
would meet the following criteria:
Programs should be interactive with appropriate prompt messages,
error messages if any, and descriptive messages for outputs.
Programs should perform input validation (Data type, range error, etc.)
and give appropriate error messages and suggest corrective actions.
Comments should be used to give the statement of the problem and every
Function should indicate the purpose of the function, inputs and outputs
Statements within the program should be properly indented
Use meaningful names for variables and functions.
Make use of Constants and type definitions wherever needed.
6. Once the experiment(s) get executed, they should show the program and
results to the instructors and copy the same in their observation book.
7. Questions for lab tests and exam need not necessarily be limited to the
questions in the manual, but could involve some variations and / or
combinations of the questions.
List of Experiments:
7. Write a python program to remove stop words for a given passage from a text file using NLTK.
8. Write a python program to implement stemming for a given sentence using NLTK.
9. Write a python program to POS (Parts of Speech) tagging for the give sentence using NLTK.
11. Write a python program to for Text Classification for the give sentence using NLTK.
ADDED EXPERIMENTS
1. Write a program to display scatter plot of given data files.
Code/Output:
Code/Output:
Code/Output:
Code/Output:
Code/Output:
Tool used: Google Colab.
Code/Output:
Tool used: Google Colab.
Code/Output:
Result: In this experiment we removed stop words for a given passage from
atext file using NLTK.
EXPERIMENT 8
Code/Output:
Code/Output:
Code/Output:
Code/Output: