Machine Learning
38.9K subscribers
3.73K photos
31 videos
40 files
1.29K links
Machine learning insights, practical tutorials, and clear explanations for beginners and aspiring data scientists. Follow the channel for models, algorithms, coding guides, and real-world ML applications.

Admin: @HusseinSheikho
Download Telegram
πŸ“Œ Key Insights for Teaching AI Agents to Remember

πŸ—‚ Category: ARTIFICIAL INTELLIGENCE

πŸ•’ Date: 2024-09-10 | ⏱️ Read time: 20 min read

Recommendations on building robust memory capabilities based on experimentation with Autogen’s β€œTeachable Agents”
❀1
soon

🚨
❀2
πŸ“Œ Introducing NumPy, Part 3: Manipulating Arrays

πŸ—‚ Category: DATA SCIENCE

πŸ•’ Date: 2024-09-15 | ⏱️ Read time: 7 min read

Shaping, transposing, joining, and splitting arrays
πŸ“Œ Build a Data Dashboard Using HTML, CSS, and JavaScript

πŸ—‚ Category: PROGRAMMING

πŸ•’ Date: 2025-10-03 | ⏱️ Read time: 14 min read

A framework-free guide for Python programmers
πŸ“Œ MobileNetV2 Paper Walkthrough: The Smarter Tiny Giant

πŸ—‚ Category: DEEP LEARNING

πŸ•’ Date: 2025-10-03 | ⏱️ Read time: 28 min read

Understanding and implementing MobileNetV2 with PyTorchβ€Š β€” the next generation of MobileNetV1
πŸ“Œ Is Multi-Collinearity Destroying Your Causal Inferences In Marketing Mix Modelling?

πŸ—‚ Category: DATA SCIENCE

πŸ•’ Date: 2024-09-10 | ⏱️ Read time: 18 min read

Causal AI, exploring the integration of causal reasoning into machine learning
❀1
πŸ“Œ Does Semi-Supervised Learning Help to Train Better Models?

πŸ—‚ Category: MACHINE LEARNING

πŸ•’ Date: 2024-09-09 | ⏱️ Read time: 8 min read

Evaluating how semi-supervised learning can leverage unlabeled data
πŸ“Œ Benchmarking Hallucination Detection Methods in RAG

πŸ—‚ Category: LARGE LANGUAGE MODELS

πŸ•’ Date: 2024-09-09 | ⏱️ Read time: 11 min read

Evaluating methods to enhance reliability in LLM-generated responses.
πŸ“Œ Automate Video Chaptering with LLMs and TF-IDF

πŸ—‚ Category: LARGE LANGUAGE MODELS

πŸ•’ Date: 2024-09-09 | ⏱️ Read time: 14 min read

Transform raw transcripts into well-structured documents
πŸ“Œ Are We Alone?

πŸ—‚ Category: SCIENCE AND TECHNOLOGY

πŸ•’ Date: 2024-09-08 | ⏱️ Read time: 12 min read

The Real Odds of Encountering Alien Life (Part 5 of the Drake Equation Series)
πŸ“Œ Galactic Distances

πŸ—‚ Category:

πŸ•’ Date: 2024-09-08 | ⏱️ Read time: 18 min read

How Far Are We from Alien Civilizations? (Part 4 of the Drake Equation Series)
πŸ“Œ Python QuickStart for People Learning AI

πŸ—‚ Category: DATA SCIENCE

πŸ•’ Date: 2024-09-08 | ⏱️ Read time: 15 min read

A beginner-friendly guide
πŸ“Œ Intuitive Explanation of Async / Await in JavaScript

πŸ—‚ Category: JAVASCRIPT

πŸ•’ Date: 2024-09-08 | ⏱️ Read time: 11 min read

Designing asynchronous pipelines for efficient data processing
πŸ“Œ Communicating with the Cosmos

πŸ—‚ Category:

πŸ•’ Date: 2024-09-08 | ⏱️ Read time: 15 min read

Estimating Alien Civilizations (Part 3 of the Drake Equation Series)
πŸ“Œ Understanding Einstein’s Notation and einsum Multiplication

πŸ—‚ Category: ARTIFICIAL INTELLIGENCE

πŸ•’ Date: 2024-09-08 | ⏱️ Read time: 5 min read

Perform higher-order tensor operations with string notation
πŸ“Œ How I Solved LinkedIn Queens Game Using Backtracking

πŸ—‚ Category:

πŸ•’ Date: 2024-09-07 | ⏱️ Read time: 11 min read

Using OpenCV to auto-detect puzzle and redraw the final answer
πŸ“Œ From Stars to Life

πŸ—‚ Category:

πŸ•’ Date: 2024-09-07 | ⏱️ Read time: 12 min read

A Data-Driven Journey (Part 2 of the Drake Equation Series)
πŸ“Œ Calculating Contact

πŸ—‚ Category: DATA SCIENCE

πŸ•’ Date: 2024-09-07 | ⏱️ Read time: 8 min read

A Data-Driven Look at Alien Civilizations (Part 1 of the Drake Equation Series)
πŸ“Œ The Price of Gold: Is Olympic Success Reserved for the Wealthy?

πŸ—‚ Category: DATA SCIENCE

πŸ•’ Date: 2024-09-07 | ⏱️ Read time: 15 min read

Analyzing 30 years of Olympic Games medals distribution and national wealth indicators
πŸ“Œ From Theory to Practice with Particle Swarm Optimization, Using Python

πŸ—‚ Category: ARTIFICIAL INTELLIGENCE

πŸ•’ Date: 2024-09-07 | ⏱️ Read time: 11 min read

Here’s a tutorial on what PSO is and how to use it