Projects developed during the CS50’s AI with Python course on the edX platform.
- Search algorithms (BFS, DFS, A*)
- Machine Learning algorithms (K-means, Linear Regression)
- Puzzle and game solving (Knight’s Tour, Tic-Tac-Toe)
- Python 3.x
- Libraries: numpy, pandas, scikit-learn, among others.
git clone https://github.com/guiki8/EDX.git
cd EDX/project-name
python project.py