📘 Course Name: Artificial Intelligence Techniques
📑 Course Code: 10212CS211
📂 Repository Name: Artificial-Intelligence-Techniques-Problems
This repository contains problems, solutions, and practical implementations for the Artificial Intelligence Techniques course.
It is organized for academic learning and demonstrates core AI algorithms and concepts through Python programs.
- ✅ Problem Solving with Search
- ✅ Uninformed & Informed Search Algorithms
- ✅ Game Playing & Adversarial Search
- ✅ Knowledge Representation & Reasoning
- ✅ Machine Learning Basics
- ✅ Evolutionary Algorithms (Genetic Algorithm, Ant Colony, etc.)
- ✅ Neural Networks & Simple Deep Learning Models
- ✅ Real-world AI Applications
Artificial-Intelligence-Techniques-Problems/
│── Problem1.py # Example problem implementation
│── Problem2.py # Another problem solution
│── Problem3.py # More AI problems
│── AntColony.py # Evolutionary algorithm example
│── ... # Additional problems & solutions
│
│── README.md # Repository documentation
-
Clone the repository
git clone https://github.com/sharveshsanjay/Artificial-Intelligence-Techniques-Problems.git -
Navigate to the project folder
cd Artificial-Intelligence-Techniques-Problems
- Implement and test various AI algorithms.
- Apply search, optimization, and learning techniques to real-world problems.
- Understand the working principles of intelligent systems.
- Build a strong foundation for Machine Learning & Advanced AI.
- Artificial Intelligence: A Modern Approach by Stuart Russell & Peter Norvig
- Online resources: Scikit-learn Docs, TensorFlow, PyTorch
- University Lecture Notes & Research Papers
📍 Veltech University
📚 Department of Computer Science & Engineering
Contributions are welcome! If you’d like to improve or add new problems:
- Fork the repository
- Create a new branch (
feature-new-problem) - Commit your changes
- Open Pull Request 🎉
Happy Coding! 😊
Note: This repository is primarily created for my college-related course purpose.
However, others are welcome to use it for learning, reference, and practice. 🚀
👤 Sharvesh Sanjay M