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 |
