Welcome to the AI Fundamentals repository! This repository contains example code and exercises for understanding basic concepts of AI and Machine Learning using Python.
This repository aims to provide a foundational understanding of AI and Machine Learning concepts through practical exercises and example code. The materials are designed to help beginners get started with AI and ML using Python.
- Basic knowledge of Python programming
- VS Code installed with Python and Jupyter extension.
- Some familiarity with data science libraries like NumPy, Pandas, and Scikit-learn
- Clone the repository:
git clone https://github.com/myduino/AI-Fundamentals.git
- Navigate to the project directory:
cd AI-Fundamentals
- Open the project directory in Visual Studio Code:
code .
Basic Python programming concepts and syntax.
Introduction to data manipulation and analysis using the Pandas library.
Implementing and understanding linear regression models.
Exploring the KNN algorithm for classification problems.
Understanding and implementing SVM for classification tasks.
Applying K-Means clustering for unsupervised learning.
Exercises on face detection and recognition using computer vision techniques.
Performing sentiment analysis using NLP techniques.
This project is licensed under the MIT License - see the LICENSE file for details.