Machine Learning
39.4K subscribers
4.35K photos
40 videos
50 files
1.42K links
Real Machine Learning โ€” simple, practical, and built on experience.
Learn step by step with clear explanations and working code.

Admin: @HusseinSheikho || @Hussein_Sheikho
Download Telegram
๐Ÿ”ฅ Trending Repository: vllm

๐Ÿ“ Description: A high-throughput and memory-efficient inference and serving engine for LLMs

๐Ÿ”— Repository URL: https://github.com/vllm-project/vllm

๐ŸŒ Website: https://docs.vllm.ai

๐Ÿ“– Readme: https://github.com/vllm-project/vllm#readme

๐Ÿ“Š Statistics:
๐ŸŒŸ Stars: 55.5K stars
๐Ÿ‘€ Watchers: 428
๐Ÿด Forks: 9.4K forks

๐Ÿ’ป Programming Languages: Python - Cuda - C++ - Shell - C - CMake

๐Ÿท๏ธ Related Topics:
#amd #cuda #inference #pytorch #transformer #llama #gpt #rocm #model_serving #tpu #hpu #mlops #xpu #llm #inferentia #llmops #llm_serving #qwen #deepseek #trainium


==================================
๐Ÿง  By: https://t.me/DataScienceM
โค3
๐Ÿค–๐Ÿง  MLOps Basics: A Complete Guide to Building, Deploying and Monitoring Machine Learning Models

๐Ÿ—“๏ธ 30 Oct 2025
๐Ÿ“š AI News & Trends

Machine Learning models are powerful but building them is only half the story. The true challenge lies in deploying, scaling and maintaining these models in production environments โ€“ a process that requires collaboration between data scientists, developers and operations teams. This is where MLOps (Machine Learning Operations) comes in. MLOps combines the principles of DevOps ...

#MLOps #MachineLearning #DevOps #ModelDeployment #DataScience #ProductionAI
๐Ÿ“Œ How to Evaluate Retrieval Quality in RAG Pipelines (Part 3): DCG@k and NDCG@k

๐Ÿ—‚ Category: LARGE LANGUAGE MODELS

๐Ÿ•’ Date: 2025-11-12 | โฑ๏ธ Read time: 8 min read

This final part of the series on RAG pipeline evaluation explores advanced metrics for assessing retrieval quality. Learn how to use Discounted Cumulative Gain (DCG@k) and Normalized Discounted Cumulative Gain (NDCG@k) to measure the relevance and ranking of retrieved documents, moving beyond simpler metrics for a more nuanced understanding of your system's performance.

#RAG #EvaluationMetrics #LLM #InformationRetrieval #MLOps
โค5
๐Ÿ“Œ Organizing Code, Experiments, and Research for Kaggle Competitions

๐Ÿ—‚ Category: PROJECT MANAGEMENT

๐Ÿ•’ Date: 2025-11-13 | โฑ๏ธ Read time: 21 min read

Winning a Kaggle medal requires a disciplined approach, not just a great model. This guide shares essential lessons and tips from a medalist on effectively organizing your code, tracking experiments, and structuring your research. Learn how to streamline your competitive data science workflow, avoid common pitfalls, and improve your chances of success.

#Kaggle #DataScience #MachineLearning #MLOps
๐Ÿ“Œ LLM-as-a-Judge: What It Is, Why It Works, and How to Use It to Evaluate AI Models

๐Ÿ—‚ Category: LARGE LANGUAGE MODELS

๐Ÿ•’ Date: 2025-11-24 | โฑ๏ธ Read time: 9 min read

Explore the 'LLM-as-a-Judge' framework, a novel approach for evaluating AI systems. This guide explains how to use large language models as automated judges to assess model performance and ensure AI quality control. It provides a step-by-step breakdown of the methodology, explores the reasons behind its effectiveness, and shows you how to implement this powerful evaluation technique.

#AIEvaluation #LLM #MLOps #LLMasJudge
โค1๐Ÿคฉ1
๐Ÿ“Œ Ten Lessons of Building LLM Applications for Engineers

๐Ÿ—‚ Category: LLM APPLICATIONS

๐Ÿ•’ Date: 2025-11-25 | โฑ๏ธ Read time: 22 min read

Drawing from two years of hands-on experience, this article outlines ten essential lessons for engineers building applications with Large Language Models. Gain practical insights and field-tested advice on structuring projects, optimizing workflows, and implementing effective evaluation strategies to successfully navigate the complexities of LLM development. This guide is for engineers looking to move from theory to production-ready applications.

#LLM #AIdevelopment #SoftwareEngineering #MLOps
โค1
๐Ÿ“Œ Learning, Hacking, and Shipping ML

๐Ÿ—‚ Category: AUTHOR SPOTLIGHTS

๐Ÿ•’ Date: 2025-12-01 | โฑ๏ธ Read time: 11 min read

Explore the ML lifecycle with Vyacheslav Efimov as he shares key insights for tech professionals. This discussion covers everything from creating effective data science roadmaps and succeeding in AI hackathons to the practicalities of shipping ML products. Learn how the evolution of AI is meaningfully changing the day-to-day workflows and challenges for machine learning practitioners in the field.

#MachineLearning #AI #DataScience #MLOps #Hackathon
โค3
๐Ÿ“Œ Overcoming the Hidden Performance Traps of Variable-Shaped Tensors: Efficient Data Sampling in PyTorch

๐Ÿ—‚ Category: DEEP LEARNING

๐Ÿ•’ Date: 2025-12-03 | โฑ๏ธ Read time: 10 min read

Unlock peak PyTorch performance by addressing the hidden bottlenecks caused by variable-shaped tensors. This deep dive focuses on the critical data sampling phase, offering practical optimization strategies to handle tensors of varying sizes efficiently. Learn how to analyze and improve your data loading pipeline for faster model training and overall performance gains.

#PyTorch #PerformanceOptimization #DeepLearning #MLOps
โค4
๐Ÿ“Œ How to Turn Your LLM Prototype into a Production-Ready System

๐Ÿ—‚ Category: LLM APPLICATIONS

๐Ÿ•’ Date: 2025-12-03 | โฑ๏ธ Read time: 15 min read

Transforming a promising LLM prototype into a production-ready system involves significant engineering challenges. This guide outlines the essential steps and best practices for moving beyond the experimental phase, focusing on building scalable, reliable, and efficient LLM applications for real-world deployment. Learn how to successfully operationalize your language model from concept to production.

#LLM #MLOps #ProductionAI #LLMOps
โค3
๐Ÿ“Œ On the Challenge of Converting TensorFlow Models to PyTorch

๐Ÿ—‚ Category: DEEP LEARNING

๐Ÿ•’ Date: 2025-12-05 | โฑ๏ธ Read time: 19 min read

Converting legacy TensorFlow models to PyTorch presents significant challenges but offers opportunities for modernization and optimization. This guide explores the common hurdles in the migration process, from architectural differences to API incompatibilities, and provides practical strategies for successfully upgrading your AI/ML pipelines. Learn how to not only convert but also enhance your models for better performance and maintainability in the PyTorch ecosystem.

#PyTorch #TensorFlow #ModelConversion #MLOps #DeepLearning
โค4