Skip to content

A curated collection of AI and Machine Learning algorithms implemented in Python. Includes search and optimization techniques like BFS, DFS, A*, and probabilistic models like Bayesian Networks. Each implementation represents practical use cases to help understand core AI concepts.

Notifications You must be signed in to change notification settings

AyushiiDhiman/AI-ML-Algorithms-Using-Python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

4 Commits
Β 
Β 
Β 
Β 

Repository files navigation

AI & ML Algorithms in Python πŸ§ πŸ’»

Python Repo Size License

A curated collection of Artificial Intelligence & Machine Learning algorithms implemented in Python.
Focuses on graph search, optimization, and probabilistic models, with clear explanations and examples.


πŸš€ Algorithms & Projects Included

Graph Search Algorithms

  • BFS (Breadth-First Search)
  • DFS (Depth-First Search)
  • A Search Algorithm*

Probabilistic Models

  • Bayesian Networks
  • and more...

πŸ’» How to Run

  1. Clone the repository
git clone https://github.com/your-username/AI_ML_Algorithms_Python.git


About

A curated collection of AI and Machine Learning algorithms implemented in Python. Includes search and optimization techniques like BFS, DFS, A*, and probabilistic models like Bayesian Networks. Each implementation represents practical use cases to help understand core AI concepts.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published