Skip to content

SRMIST Kattankulathur Artificial Intelligence-18CSC305J lab exercises implemented in python

License

Notifications You must be signed in to change notification settings

VikashPR/18CSC305J-AI

18CSC305J-AI-LAB

Hits

Python

Ex Description Link
1 Implementation of toy problems View➚
2 Developing agent programs for real world problems View➚
3 Implementation of constraint satisfaction problems View➚
4 Implementation and Analysis of DFS and BFS for same application View➚
5 Developing Best first search and A* Algorithm for real world problems View➚
6.1 Implementation of uncertain methods for an application (Fuzzy logic) View➚
6.2 Implementation of uncertain methods for an application (Montey Hall) View➚
7 Implementation of unification and resolution for real world problems. View➚
8 Implementation of learning algorithms for an application View➚
9 Implementation of NLP programs View➚
10 Applying deep learning methods to solve an application View➚

More contributions by the same author 🚀

Subject Code Subject Name Repo Link
18CSC304J-CD Compiler Design View➚
18CSC303J-DBMS Database management system View➚
18CSE316J-DEVOPS Essentials in Cloud and Devops View➚

Credit for being partners in crime

ChatGPT Github Co-Pilot

Contribution Guidelines

Types of Contributions:

  • Pull Requests: Propose new features or changes to existing code. Make sure your code follows our conventions and does not break existing functionality. Test your code thoroughly and add the programming language used and the version.
  • Issues: Report bugs or suggest new features. Provide detailed information.

Contribution Process:

  1. Fork the repository.
  2. Clone the forked repository to your local machine.
  3. Create a new branch for your changes.
  4. Make changes and commit them to your branch.
  5. Push your branch to your forked repository.
  6. Submit a pull request to the main repository.