Skip to content

This repository contains some of the AI based basic python code such as search algorithms, KNN, decision tree, building basic neural network architecture by scratch, ensemble classifier, classical wumpus world code

Notifications You must be signed in to change notification settings

ReinishaSarojini/Computational-Intelligence-Lab

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AI/ML Basics

This repository includes some of the AI based basic python programs. Such as,

  1. Search algorithms.
  2. KNN.
  3. Decision tree.
  4. Building basic neural network architecture from scratch.
  5. Ensemble classifier.
  6. Classical wumpus world game code.

1.BFS_DFS.py

Description

This file contains code for Breadth First Search (BFS) and Depth First Search (DFS).

Functionalities

  1. Can create a graph model.

  2. Visualize graph model using adjacency list and adjacency matrix.

  3. Can add and delete the nodes as well as the edges.

  4. AStarSearch.py Description This file contains the implementation of A* search which is a popular example of informed search

Functionalities 1.Can create a graph model 2.Read straight line distance input from file. 3.Can add and delete the nodes as well as the edges. 4.Can perform A* search

About

This repository contains some of the AI based basic python code such as search algorithms, KNN, decision tree, building basic neural network architecture by scratch, ensemble classifier, classical wumpus world code

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published