[go: up one dir, main page]

0% found this document useful (0 votes)
548 views1 page

AI Lab Program - BCA - NEP - Final - CM

Uploaded by

syed
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
548 views1 page

AI Lab Program - BCA - NEP - Final - CM

Uploaded by

syed
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 1

Program

B.C.A Semester VI
Name

Course Title Artificial Intelligence and Applications LAB

Course Code: DSC-C27 No. of Credits 02


Contact hours 04 Hours per week
Formative Assessment
25 Summative Assessment Marks 25
Marks

Course Outcomes:
• Identify and apply Artificial Intelligence concepts to solve real world problems.
• Develop learning programs for supervised learning models.
• Design and develop solutions for informed and uninformed search problems in AI.

Programs:
1. Write a program to implement breadth first search using python.
2. Write a program to implement depth first search using python.
3. Write a program to implement 8-puzzle problem using python
4. Write a program to implement n-queens problem using python.
5. Write a program to implement alpha-beta pruning using python.
6. Write a program to implement forward chaining algorithm.
7. Write a program to implement backward chaining algorithm.
8. Write a program to implement k-Nearest Neighbour algorithm to classify the Iris data
set. Print both correct and wrong predictions.
9. Train a random sample data using linear regression model and plot the graph
10. Implement the naïve Bayesian classifier for a sample training data set stored as a .csv
file. Compute the accuracy of the classifier, considering few test data sets.
11. Demonstrate the working of SVM classifier for a suitable data set(e.g., Iris dataset)
12. Build a sample binary image classification model (cat and dog)

Evaluation Scheme for Lab Examination


Assessment Criteria Marks Marks
Writing the Program 10
Execution and Formatting 10
Viva Voce 2
Practical Record 3
Total 25

Note: The programs can be implemented using Jupyter notebook IDE with scikit-learn library or
native Phyton IDLE with required packages.
Packages can be downloaded and installed separately without any internet connection.

You might also like