π Production-Ready LLMs Made Simple with the NeMo Agent Toolkit
π Category: AGENTIC AI
π Date: 2025-12-31 | β±οΈ Read time: 23 min read
From simple chat to multi-agent reasoning and real-time REST APIs
#DataScience #AI #Python
π Category: AGENTIC AI
π Date: 2025-12-31 | β±οΈ Read time: 23 min read
From simple chat to multi-agent reasoning and real-time REST APIs
#DataScience #AI #Python
π What Advent of Code Has Taught Me About Data Science
π Category: PROGRAMMING
π Date: 2025-12-31 | β±οΈ Read time: 10 min read
Five key learnings that I discovered during a programming challenge and how they apply toβ¦
#DataScience #AI #Python
π Category: PROGRAMMING
π Date: 2025-12-31 | β±οΈ Read time: 10 min read
Five key learnings that I discovered during a programming challenge and how they apply toβ¦
#DataScience #AI #Python
π Chunk Size as an Experimental Variable in RAG Systems
π Category: LARGE LANGUAGE MODELS
π Date: 2025-12-31 | β±οΈ Read time: 12 min read
Understanding retrieval in RAG systems by experimenting with different chunk sizes
#DataScience #AI #Python
π Category: LARGE LANGUAGE MODELS
π Date: 2025-12-31 | β±οΈ Read time: 12 min read
Understanding retrieval in RAG systems by experimenting with different chunk sizes
#DataScience #AI #Python
π The Machine Learning βAdvent Calendarβ Bonus 2: Gradient Descent Variants in Excel
π Category: MACHINE LEARNING
π Date: 2025-12-31 | β±οΈ Read time: 8 min read
Gradient Descent, Momentum, RMSProp, and Adam all aim for the same minimum. They do notβ¦
#DataScience #AI #Python
π Category: MACHINE LEARNING
π Date: 2025-12-31 | β±οΈ Read time: 8 min read
Gradient Descent, Momentum, RMSProp, and Adam all aim for the same minimum. They do notβ¦
#DataScience #AI #Python
amazing bot to get all resources about any things search it on telegram
β€1
π EDA in Public (Part 3): RFM Analysis for Customer Segmentation in Pandas
π Category: DATA SCIENCE
π Date: 2026-01-01 | β±οΈ Read time: 13 min read
How to build, score, and interpret RFM segments step by step
#DataScience #AI #Python
π Category: DATA SCIENCE
π Date: 2026-01-01 | β±οΈ Read time: 13 min read
How to build, score, and interpret RFM segments step by step
#DataScience #AI #Python
Forwarded from Machine Learning with Python
Harvard has made its textbook on ML systems publicly available. It's extremely practical: not just about how to train models, but how to build production systems around them - what really matters.
The topics there are really top-notch:
> Building autograd, optimizers, attention, and mini-PyTorch from scratch to understand how the framework is structured internally. (This is really awesome)
> Basic things about DL: batches, computational accuracy, model architectures, and training
> Optimizing ML performance, hardware acceleration, benchmarking, and efficiency
So this isn't just an introductory course on ML, but a complete cycle from start to practical application. You can already read the book and view the code for free. For 2025, this is one of the strongest textbooks to have been released, so it's best not to miss out.
The repository is here, with a link to the book insideπ
π @codeprogrammer
The topics there are really top-notch:
> Building autograd, optimizers, attention, and mini-PyTorch from scratch to understand how the framework is structured internally. (This is really awesome)
> Basic things about DL: batches, computational accuracy, model architectures, and training
> Optimizing ML performance, hardware acceleration, benchmarking, and efficiency
So this isn't just an introductory course on ML, but a complete cycle from start to practical application. You can already read the book and view the code for free. For 2025, this is one of the strongest textbooks to have been released, so it's best not to miss out.
The repository is here, with a link to the book inside
Please open Telegram to view this post
VIEW IN TELEGRAM
β€3
π Deep Reinforcement Learning: The Actor-Critic Method
π Category: REINFORCEMENT LEARNING
π Date: 2026-01-01 | β±οΈ Read time: 19 min read
Robot friends collaborate to learn to fly a drone
#DataScience #AI #Python
π Category: REINFORCEMENT LEARNING
π Date: 2026-01-01 | β±οΈ Read time: 19 min read
Robot friends collaborate to learn to fly a drone
#DataScience #AI #Python
Cheat sheet for Python for Data Science: covers basic Python syntax (variables, data types, operations, strings), working with lists, NumPy arrays, indexing and slicing, main methods and functions, as well as importing libraries for data analysis
https://t.me/DataScienceM
https://t.me/DataScienceM
β€2
π Drift Detection in Robust Machine Learning Systems
π Category: MACHINE LEARNING
π Date: 2026-01-02 | β±οΈ Read time: 18 min read
A prerequisite for long-term success of machine learning systems
#DataScience #AI #Python
π Category: MACHINE LEARNING
π Date: 2026-01-02 | β±οΈ Read time: 18 min read
A prerequisite for long-term success of machine learning systems
#DataScience #AI #Python
β€2
π Off-Beat Careers That Are the Future Of Data
π Category: DATA SCIENCE
π Date: 2026-01-02 | β±οΈ Read time: 8 min read
The unconventional career paths you need to explore
#DataScience #AI #Python
π Category: DATA SCIENCE
π Date: 2026-01-02 | β±οΈ Read time: 8 min read
The unconventional career paths you need to explore
#DataScience #AI #Python
π The Real Challenge in Data Storytelling: Getting Buy-In for Simplicity
π Category: DATA SCIENCE
π Date: 2026-01-02 | β±οΈ Read time: 7 min read
What happens when your clear dashboard meets stakeholders who want everything on one screen
#DataScience #AI #Python
π Category: DATA SCIENCE
π Date: 2026-01-02 | β±οΈ Read time: 7 min read
What happens when your clear dashboard meets stakeholders who want everything on one screen
#DataScience #AI #Python
Forwarded from Machine Learning with Python
All assignments for the #Stanford The Modern Software Developer course are now available online.
This is the first full-fledged university course that covers how code-generative #LLMs are changing every stage of the development lifecycle. The assignments are designed to take you from a beginner to a confident expert in using AI to boost productivity in development.
Enjoy your studies! βοΈ
https://github.com/mihail911/modern-software-dev-assignments
https://t.me/CodeProgrammer
This is the first full-fledged university course that covers how code-generative #LLMs are changing every stage of the development lifecycle. The assignments are designed to take you from a beginner to a confident expert in using AI to boost productivity in development.
Enjoy your studies! βοΈ
https://github.com/mihail911/modern-software-dev-assignments
https://t.me/CodeProgrammer
π Optimizing Data Transfer in AI/ML Workloads
π Category: DEEP LEARNING
π Date: 2026-01-03 | β±οΈ Read time: 16 min read
A deep dive on data transfer bottlenecks, their identification, and their resolution with the helpβ¦
#DataScience #AI #Python
π Category: DEEP LEARNING
π Date: 2026-01-03 | β±οΈ Read time: 16 min read
A deep dive on data transfer bottlenecks, their identification, and their resolution with the helpβ¦
#DataScience #AI #Python