0% found this document useful (0 votes)
66 views

2022 23 AI ML Practical List

This document outlines 11 programming assignments for an Artificial Intelligence and Machine Learning course. The assignments cover basics of Python programming, data analysis libraries like NumPy and Pandas, logic programming with Kanren and SymPy, and machine learning algorithms like linear regression and logistic regression using gradient descent. Students are instructed to implement programs demonstrating concepts like logical variables, membero goal constructor, parent-child relationships, and mathematical expression matching in Kanren. They are also asked to code linear and logistic regression for single and multi-class classification problems in Python. Relevant datasets are available on government and Kaggle websites.
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)
66 views

2022 23 AI ML Practical List

This document outlines 11 programming assignments for an Artificial Intelligence and Machine Learning course. The assignments cover basics of Python programming, data analysis libraries like NumPy and Pandas, logic programming with Kanren and SymPy, and machine learning algorithms like linear regression and logistic regression using gradient descent. Students are instructed to implement programs demonstrating concepts like logical variables, membero goal constructor, parent-child relationships, and mathematical expression matching in Kanren. They are also asked to code linear and logistic regression for single and multi-class classification problems in Python. Relevant datasets are available on government and Kaggle websites.
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

L. D.

College of Engineering
Computer Engineering Department
B.E. Minor Degree : Artificial Intelligence and Machine Learning
Semester : IV Term: Even-2022-23
Course Name: Artificial Intelligence and Machine Learning(114AG01)

Pract-1: Implement following programs in python.

Basics of Python Program

1. Write a program to Convert Celsius to Fahrenheit and vice –a-versa based on the choice of user.
2. Write a program in python to implement menu driven simple calculator.
3. Write a program which will allow user to enter 10 numbers and display largest odd and even number
from them. Also display the count of odd and even numbers.
4. Write a Python program to check if the number provided by the user is a Prime number. Perform it
with and without user defined function.
5. Write a program to create a list of ten numbers entered by user and find smallest and largest number
from the list and display it.
6. Write a program to create a tuple to students CPI and display it.
7. Write a program to create a set of students’ enrolment number and sort them and perform addition and
deletion operation on it.
8. Write a program to create a dictionary of student details- EnrollmentNo, Name, Branch and perform
addition and deletion of entry of key-value pair form it.
9. Write a program to read and display content of the file. Also display number of lines, words in the
given file.
Pract-2: Study about numpy, pandas, Scikit-learn and matplotlib libraries.
Pract-3: Getting Started with Python Logic Programming using Kanren and SymPy packages.
Pract-4: Write the code in Kanren to demonstrate the followings:
a) The use of logical variables.
b) The use of membero goal constructor.
Pract-5: Write the code in Kanren to create parent and grandparent relationships and use it to state facts and
query based on the facts.
Pract-6: Write the code in Kanren to demonstrate the constraint system.
Pract-7: Write the code in Kanren to match the mathematical expressions.
Pract-8: Write the code in python to implement linear regression for one variable.
Pract-9: Write the code in python to implement linear regression using gradient descent for one variable.
Pract-10: Write the code in python to implement logistic regression for single class classification.
Pract-11: Write the code in python to implement logistic regression for multi class classification.

Various datasets are available on https://data.gov.in/ and https://www.kaggle.com/

Regards

Course Coordinator

You might also like