Machine Learning
38.9K subscribers
3.72K photos
31 videos
40 files
1.28K 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
Please open Telegram to view this post
VIEW IN TELEGRAM
โค1
๐Ÿ”ฅ Trending Repository: LMCache

๐Ÿ“ Description: Supercharge Your LLM with the Fastest KV Cache Layer

๐Ÿ”— Repository URL: https://github.com/LMCache/LMCache

๐ŸŒ Website: https://lmcache.ai/

๐Ÿ“– Readme: https://github.com/LMCache/LMCache#readme

๐Ÿ“Š Statistics:
๐ŸŒŸ Stars: 4.3K stars
๐Ÿ‘€ Watchers: 24
๐Ÿด Forks: 485 forks

๐Ÿ’ป Programming Languages: Python - Cuda - Shell

๐Ÿท๏ธ Related Topics:
#fast #amd #cuda #inference #pytorch #speed #rocm #kv_cache #llm #vllm


==================================
๐Ÿง  By: https://t.iss.one/DataScienceM
๐Ÿ”ฅ Trending Repository: supervision

๐Ÿ“ Description: We write your reusable computer vision tools. ๐Ÿ’œ

๐Ÿ”— Repository URL: https://github.com/roboflow/supervision

๐ŸŒ Website: https://supervision.roboflow.com

๐Ÿ“– Readme: https://github.com/roboflow/supervision#readme

๐Ÿ“Š Statistics:
๐ŸŒŸ Stars: 34K stars
๐Ÿ‘€ Watchers: 211
๐Ÿด Forks: 2.7K forks

๐Ÿ’ป Programming Languages: Python

๐Ÿท๏ธ Related Topics:
#python #tracking #machine_learning #computer_vision #deep_learning #metrics #tensorflow #image_processing #pytorch #video_processing #yolo #classification #coco #object_detection #hacktoberfest #pascal_voc #low_code #instance_segmentation #oriented_bounding_box


==================================
๐Ÿง  By: https://t.iss.one/DataScienceM
๐Ÿ”ฅ 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.iss.one/DataScienceM
โค3
๐Ÿ”ฅ Trending Repository: LLMs-from-scratch

๐Ÿ“ Description: Implement a ChatGPT-like LLM in PyTorch from scratch, step by step

๐Ÿ”— Repository URL: https://github.com/rasbt/LLMs-from-scratch

๐ŸŒ Website: https://amzn.to/4fqvn0D

๐Ÿ“– Readme: https://github.com/rasbt/LLMs-from-scratch#readme

๐Ÿ“Š Statistics:
๐ŸŒŸ Stars: 64.4K stars
๐Ÿ‘€ Watchers: 589
๐Ÿด Forks: 9K forks

๐Ÿ’ป Programming Languages: Jupyter Notebook - Python

๐Ÿท๏ธ Related Topics:
#python #machine_learning #ai #deep_learning #pytorch #artificial_intelligence #transformer #gpt #language_model #from_scratch #large_language_models #llm #chatgpt


==================================
๐Ÿง  By: https://t.iss.one/DataScienceM
๐Ÿ”ฅ Trending Repository: LLMs-from-scratch

๐Ÿ“ Description: Implement a ChatGPT-like LLM in PyTorch from scratch, step by step

๐Ÿ”— Repository URL: https://github.com/rasbt/LLMs-from-scratch

๐ŸŒ Website: https://amzn.to/4fqvn0D

๐Ÿ“– Readme: https://github.com/rasbt/LLMs-from-scratch#readme

๐Ÿ“Š Statistics:
๐ŸŒŸ Stars: 68.3K stars
๐Ÿ‘€ Watchers: 613
๐Ÿด Forks: 9.6K forks

๐Ÿ’ป Programming Languages: Jupyter Notebook - Python

๐Ÿท๏ธ Related Topics:
#python #machine_learning #ai #deep_learning #pytorch #artificial_intelligence #transformer #gpt #language_model #from_scratch #large_language_models #llm #chatgpt


==================================
๐Ÿง  By: https://t.iss.one/DataScienceM
๐Ÿ“Œ PyTorch Tutorial for Beginners: Build a Multiple Regression Model from Scratch

๐Ÿ—‚ Category: DEEP LEARNING

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

Dive into PyTorch with this hands-on tutorial for beginners. Learn to build a multiple regression model from the ground up using a 3-layer neural network. This guide provides a practical, step-by-step approach to machine learning with PyTorch, ideal for those new to the framework.

#PyTorch #MachineLearning #NeuralNetwork #Regression #Python
โค1
๐Ÿ“Œ Learning Triton One Kernel at a Time: Softmax

๐Ÿ—‚ Category: MACHINE LEARNING

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

Explore a step-by-step guide to implementing a fast, readable, and PyTorch-ready softmax kernel with Triton. This tutorial breaks down how to write efficient GPU code for a crucial machine learning function, offering developers practical insights into high-performance computing and AI model optimization.

#Triton #GPUProgramming #PyTorch #MachineLearning
โค2