PLEASE MATCH YOUR ASSIGNMENT QUESTIONS ACCORDING TO YOUR SESSION
IGNOU MCSL-228 (January 2024 – July 2024) Assignment Questions
Q1: Write a Python Program to implement Depth First Search.
Q2: Write a Python Program to implement Min-Max Algorithm.
Q3: Write a Python Program to implement the Backtracking approach to solve N Queen’s problem
Q4: Implement logistic regression in Python. Take the data set as input of your choice.
Q5: Take a real time example to implement KNN- classification algorithm in Python.
Q6: Write a Python Program to implement Support Vector Machines for data classification, choose dataset of your own choice
Q7: Take a Data set as per your choice, implement and execute on different inputs of K-Means clustering algorithm
Q8: Write a Python Program to implement FP tree growth Algorithm on a dataset of your own choice.