A bilingual, self-guided roadmap from Python and data foundations to LLM systems and deployment.
As a software engineering student, I created this roadmap by bringing together my notes from the path to becoming an AI engineer, the concepts I want to revisit, the code I have tried, and the resources I found useful.
If you would like to contribute, you can star the project on GitHub or open a Pull Request.
| # | Module | Read on GitHub |
|---|---|---|
| 01 | Python for AI & Clean Code | Open Note |
| 02 | SQL & Database Fundamentals | Open Note |
| 03 | Data Analysis & EDA | Open Note |
| 04 | Math, Linear Algebra & Statistics | Open Note |
| 05 | Machine Learning | Open Note |
| 06 | Deep Learning | Open Note |
| 07 | Computer Vision Side Quest | Open Note |
| 08 | NLP | Open Note |
| 09 | Generative AI & LLM | Open Note |
| 10 | RAG & Agentic Systems | Open Note |
| 11 | Fine-Tuning | Open Note |
| 12 | MLOps & Deployment | Open Note |
- Application: A static roadmap site built with Next.js App Router, TypeScript, and Tailwind CSS.
- Content: Notes are stored in MDX files; code blocks, tables, and visuals are presented in a more readable format on the site.
- Languages: Turkish and English notes follow the same module order; URLs are based on the titles in each language.
src/content/en/roadmap # English notes
src/content/tr/roadmap # Turkish notesnpm install
npm run devThen open http://localhost:3000.
This project is licensed under the MIT License.
Bir yazılım mühendisliği öğrencisi olarak, yapay zeka mühendisi olma yolunda aldığım notlarımı, tekrar göz atmak istediğim kavramları, denediğim kodları ve faydalı bulduğum kaynakları bir araya getirerek bu yol haritasını oluşturdum.
Katkıda bulunmak isterseniz projeye GitHub üzerinden yıldız verebilir veya Pull Request açabilirsiniz.
| # | Modül | GitHub'da Oku |
|---|---|---|
| 01 | AI için Python | Notu Aç |
| 02 | SQL ve Veritabanı Temelleri | Notu Aç |
| 03 | Keşifsel Veri Analizi (EDA) | Notu Aç |
| 04 | Matematik, Lineer Cebir ve İstatistik | Notu Aç |
| 05 | Makine Öğrenmesi | Notu Aç |
| 06 | Derin Öğrenme | Notu Aç |
| 07 | Bilgisayarlı Görüye Kısa Bir Giriş | Notu Aç |
| 08 | Doğal Dil İşleme (NLP) | Notu Aç |
| 09 | Üretken Yapay Zeka ve Büyük Dil Modelleri | Notu Aç |
| 10 | RAG ve Ajan Tabanlı Sistemler | Notu Aç |
| 11 | Fine-Tuning | Notu Aç |
| 12 | MLOps, LLMOps ve Deployment | Notu Aç |
- Uygulama: Next.js App Router, TypeScript ve Tailwind CSS ile geliştirilmiş statik bir yol haritası sitesidir.
- İçerik: Notlar MDX dosyalarında tutulur; kod blokları, tablolar ve görseller site içinde daha okunaklı sunulur.
- Dil: Türkçe ve İngilizce notlar aynı modül sırasını izler; URL'ler her dilin kendi başlıklarına göre oluşturulur.
src/content/en/roadmap # İngilizce notlar
src/content/tr/roadmap # Türkçe notlarnpm install
npm run devArdından http://localhost:3000 adresini açın.
Bu proje MIT Lisansı ile lisanslanmıştır.