This repository contains hands-on AI & Machine Learning studies developed during the Ministry of Industry and Technology – Advanced AI Training Program.
The repository mainly consists of Jupyter Notebooks covering:
- Classical Machine Learning
- Computer Vision
- Time Series Feature Engineering
- Distributed ML with PySpark
- Canny_Edge_Detection_and_Hough_Transform.ipynb
Implementation of Canny Edge Detection and Hough Transform for line detection.
-
DigitRecognitionMachineLearning.ipynb
Digit recognition pipeline using classical ML techniques. -
Digit_Recognition.ipynb
Alternative digit recognition experiments and preprocessing variations.
- FeatureEngineering&MachineLearningwithTimeSeriesFinanceDatas.ipynb
Feature engineering and predictive modeling using financial time-series data.
- HouseValuePredictionwithSpark.ipynb
House value prediction using PySpark MLlib, demonstrating distributed data processing and ML pipelines.
- ÇevrimiçiAlışverişSitesiAltyapısı.ipynb
Conceptual work on online shopping system architecture and infrastructure ideas.
- Python 3.9+
- NumPy
- Pandas
- Scikit-learn
- Matplotlib
- PySpark
- Jupyter Notebook / JupyterLab
python -m venv venv
source venv/bin/activate # Mac/Linux
venv\Scripts\activate # Windows