AI Skills
الذهاب إلى القناة على Telegram
Learn Data Science, Data Analysis, Machine Learning, Artificial Intelligence, and Python with Tensorflow, Pandas & more! Buy ads: https://telega.io/c/machinelearningcourse
إظهار المزيد5 003
المشتركون
+124 ساعات
-37 أيام
-3030 أيام
جاري تحميل البيانات...
القنوات المماثلة
سحابة العلامات
الإشارات الواردة والصادرة
---
---
---
---
---
---
جذب المشتركين
سبتمبر '26
سبتمبر '26
+34
في 0 قنوات
أغسطس '26
+442
في 1 قنوات
Get PRO
يوليو '260
في 0 قنوات
Get PRO
يونيو '260
في 5 قنوات
Get PRO
مايو '260
في 0 قنوات
Get PRO
أبريل '260
في 1 قنوات
Get PRO
مارس '260
في 0 قنوات
Get PRO
فبراير '260
في 4 قنوات
Get PRO
يناير '26
+55
في 0 قنوات
Get PRO
ديسمبر '25
+92
في 0 قنوات
Get PRO
نوفمبر '25
+85
في 0 قنوات
Get PRO
أكتوبر '25
+93
في 0 قنوات
Get PRO
سبتمبر '25
+141
في 0 قنوات
Get PRO
أغسطس '25
+224
في 0 قنوات
Get PRO
يوليو '25
+246
في 4 قنوات
Get PRO
يونيو '25
+124
في 0 قنوات
Get PRO
مايو '25
+227
في 5 قنوات
Get PRO
أبريل '25
+286
في 2 قنوات
Get PRO
مارس '25
+256
في 0 قنوات
Get PRO
فبراير '25
+413
في 5 قنوات
Get PRO
يناير '25
+705
في 5 قنوات
Get PRO
ديسمبر '24
+607
في 10 قنوات
Get PRO
نوفمبر '24
+406
في 0 قنوات
Get PRO
أكتوبر '24
+773
في 6 قنوات
Get PRO
سبتمبر '24
+624
في 0 قنوات
| التاريخ | نمو المشتركين | الإشارات | القنوات | |
| 16 سبتمبر | +1 | |||
| 15 سبتمبر | +2 | |||
| 14 سبتمبر | +2 | |||
| 13 سبتمبر | +2 | |||
| 12 سبتمبر | +2 | |||
| 11 سبتمبر | +2 | |||
| 10 سبتمبر | +3 | |||
| 09 سبتمبر | +1 | |||
| 08 سبتمبر | +2 | |||
| 07 سبتمبر | +5 | |||
| 06 سبتمبر | 0 | |||
| 05 سبتمبر | +2 | |||
| 04 سبتمبر | +3 | |||
| 03 سبتمبر | +2 | |||
| 02 سبتمبر | +3 | |||
| 01 سبتمبر | +2 |
منشورات القناة
🔁 K-Fold Cross Validation
K-Fold exists to answer one honest question:
Will this model work on unseen data?
A single train/test split is unreliable, especially with small datasets.
So K-Fold simulates multiple “future tests” using the same data.
🧠 What It Really Does
Instead of one split, we:
🔀 Divide data into K folds
🔁 Train the model K times
📦 Each time: one fold validates, the rest train
📊 Average the scores
Every sample gets validated once, which reduces evaluation noise and gives a more trustworthy estimate.
Important: It improves evaluation, not the model itself.
⚠️ What People Often Miss
🚫 Do NOT use K-Fold as your final test. Keep a separate test set
⚖️ Use Stratified K-Fold for imbalanced classification.
⏳ Do NOT use standard K-Fold for time series.
📊 K = 5 or 10 is usually enough.
✅ In short K-Fold is just:
A smart way to reuse limited data to simulate multiple real-world tests.
No magic. Just careful evaluation.
| 2 | 📌 A comprehensive masterclass on Claude Code is available via this repository: https://github.com/luongnv89/claude-howto.
This resource provides a detailed visual and practical guide for one of the most powerful tools for developers. The repository includes:
• Step-by-step learning paths covering basic commands (/init, /plan) to advanced features such as MCP, hooks, and agents, achievable in approximately 11–13 hours. 📚
• An extensive library of custom commands designed for real-world tasks.
• Ready-made memory templates for both individual and team workflows.
• Instructions and scripts for:
- Automated code review.
- Style and standards compliance checks.
- API documentation generation.
• Automation cycles enabling autonomous operation of Claude without direct user intervention. ⚙️
• Integration with external tools, including GitHub and various APIs, presented with step-by-step guidance.
• Diagrams and charts to facilitate understanding, suitable for beginners. 📊
• Examples for configuring highly specialized sub-agents.
• Dedicated learning scripts, such as tools for generating educational books and materials to master specific topics efficiently.
Access the full guide here: https://github.com/luongnv89/claude-howto | 40 |
| 3 | 📱Artificial intelligence
📱Deep Learning with TensorFlow: Insights and Innovations | 38 |
| 4 | 📱Artificial intelligence
📱Deep Learning with TensorFlow: Insights and Innovations | 38 |
| 5 | 📱Artificial intelligence
📱Deep Learning with TensorFlow: Insights and Innovations | 40 |
| 6 | 📱Artificial intelligence
📱Deep Learning with TensorFlow: Insights and Innovations | 40 |
| 7 | 📱Artificial intelligence
📱Deep Learning with TensorFlow: Insights and Innovations | 40 |
| 8 | 📱Artificial intelligence
📱Deep Learning with TensorFlow: Insights and Innovations | 37 |
| 9 | 🔅 Deep Learning with TensorFlow: Insights and Innovations
📝 Explore the evolving world of deep learning with TensorFlow, including the basics of generative AI, with practical, hands-on examples.
🌐 Author: Isil Berkun
🔰 Level: Intermediate
⏰ Duration: 3h 6m
📋 Topics: TensorFlow, Deep Learning, Artificial Intelligence
🔗 Join Artificial intelligence for more courses | 36 |
| 10 | 4 stages of LLM Training | 36 |
| 11 | Key Nodes in n8n
Most people think AI automation is complex, but with n8n it comes down to just 7 building blocks.
1️⃣ Code Node → custom logic
2️⃣ HTTP Request → connect any API
3️⃣ Edit Fields → clean data
4️⃣ IF Node → conditional paths
5️⃣ Switch Node → handle multiple cases
6️⃣ Loop Over Items → process lists
7️⃣ Error Handling → keep workflows alive
n8n makes it simple: drag, drop, connect. | 41 |
| 12 | 📦 Exercise Files | 361 |
| 13 | 📱Machine Learning
📱Deep Learning: Getting Started | 362 |
| 14 | 🔅 Deep Learning: Getting Started
📝 Learn the basics of deep learning and get up and running with this technology.
🌐 Author: Kumaran Ponnambalam
🔰 Level: Intermediate
⏰ Duration: 1h 13m
📋 Topics: Deep Learning, Machine Learning, Artificial Intelligence
🔗 Join Machine Learning for more courses | 364 |
| 15 | 🔗 Top 9 Machine Learning Algorithms | 317 |
| 16 | Overview of Machine Learning | 297 |
| 17 | 📱Machine Learning
📱Machine Learning Foundations: Linear Algebra | 314 |
| 18 | 🔅 Machine Learning Foundations: Linear Algebra
📝 Explore the fundamentals of linear algebra, the mathematical foundation of machine learning algorithms.
🌐 Author: Terezija Semenski
🔰 Level: Intermediate
⏰ Duration: 1h 21m
📋 Topics: Linear Algebra, Machine Learning, Artificial Intelligence
🔗 Join Machine Learning for more courses | 318 |
| 19 | 📊 Scikit-learn is your go-to Python library for building machine learning models — fast, flexible, and beginner-friendly! Whether you're tackling classification, regression, clustering, or dimensionality reduction, it has all the tools you need.
💡 Built on NumPy, SciPy, and matplotlib, it makes tasks like model training, cross-validation, and evaluation super smooth. | 616 |
| 20 | AI Agent Engineering: Why Good Principles Surpass Raw Power 🤖✨
https://go.nzoko.com/srBGK | 1 199 |
