Welcome to the Computational Intelligence Laboratory repository for the 7th semester of the Undergraduate Computer Science and Engineering program at Mepco Schlenk Engineering College, Sivakasi.
This repository hosts implementations and solutions for various exercises related to Computational Intelligence.
- A-Star Search
- DFS BFS UCS
- Ensemble Classifier
- ID3 Decision Tree
- KNN
- Single Layer Perceptron
- Wumpus World
- Additional Exercises
- Contributors
- Last Update: Updated all Codes (2 minutes ago)
- Directory: A-Star Search
- Description: Implementation of A-Star Search algorithm.
- Last Update: Updated all Codes (2 minutes ago)
- Directory: DFS BFS UCS
- Description: Includes implementations of Depth-First Search (DFS), Breadth-First Search (BFS), and Uniform Cost Search (UCS) algorithms.
- Last Update: Updated all Codes
- Directory: Ensemble Classifier
- Description: Implementation of an Ensemble Classifier using Decision Trees and Random Forest Classifier.
- Last Update: Updated all Codes
- Directory: ID3 Decision Tree
- Description: Implementation of the ID3 Decision Tree algorithm.
- Last Update: Updated all Codes
- Directory: KNN
- Description: Implementation of the K-Nearest Neighbors (KNN) algorithm.
- Last Update: Updated all Codes
- Directory: Single Layer Perceptron
- Description: Implementation of the Single Layer Perceptron for logical gates.
- Last Update: Updated all Codes
- Directory: Wumpus World
- Description: Solver for the Wumpus World game.
- Maze Solver using DFS and BFS algorithms.
- Network Routing using UCS algorithm.
If you find this repository helpful, please consider giving it a ⭐️ (star)!
Feel free to contribute by submitting pull requests or opening issues for any suggestions or improvements.