Skip to content

CodSoft -Artificial Intelligence Internship -TASK 1,2,4. December Batch A-22

Notifications You must be signed in to change notification settings

ISHANI723/CODSOFT_TASKS1-2-4

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 

Repository files navigation

CODSOFT - ARTIFICIAL INTELLIGENCE INTERNSHIP

TASK 1 : CHATBOT WITH RULE-BASED RESPONSES

Build a simple chatbot that responds to user inputs based on predefined rules. Use if-else statements or pattern matching techniques to identify user queries and provide appropriate responses. This will give you a basic understanding of natural language processing and conversation flow.

TASK 2 : TIC-TAC-TOE AI

Implement an AI agent that plays the classic game of Tic-Tac-Toeagainst a human player. You can use algorithms like Minimax withor without Alpha-Beta Pruning to make the AI player unbeatable. This project will help you understand game theory and basic searchalgorithms.

TASK 4 : RECOMMENDATION SYSTEM

Create a simple recommendation system that suggests items tousers based on their preferences. You can use techniques likecollaborative filtering or content-based filtering to recommendmovies, books, or products to users.

About

CodSoft -Artificial Intelligence Internship -TASK 1,2,4. December Batch A-22

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages