Fundamentals of Artificial Intelligence (5TH SEM)

Practical Outcomes (PrOs) Sem 5

  1. Study about NumPy library of Python
  2. Study about Panda library of Python 
  3. Study about Scikit library of Python
  4. Develop a program that read rules from the rules file and actsaccordingly for given user input. For this, create a text file of fiverules of any situation and ask the user to give input and accordingto the rules give the response.
  5. Read data from a CSV file using panda library.
  6. Write a python program to generate Calendar for the given month and year?
  7. Write a python program to implement Breadth First SearchTraversal?
  8. Write a program to implement Tic-Tac-Toe game using python.
  9. Perform math functions using NumPy library.
  10. Identify the missing values from given CSV file.
  11. Write a program to identify the noisy value of the age data set.
  12. Write a python program to implement simple Chatbot
  13. Write a python program to remove stop words for a given passage from a text file using NLTK?
  14. Write a python program to for Text Classification for the give sentence using NLTK? 
  15. Study about how to asking ChatGPT to Write Complex Algorithms
  16. Study about Movie recommendation based on emotion in Python  

Comments