π 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
β€1
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
β€1
π 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
β€3
π How to Keep MCPs Useful in Agentic Pipelines
π Category: AGENTIC AI
π Date: 2026-01-03 | β±οΈ Read time: 10 min read
Check the tools your LLM uses before replacing it with just a more powerful model
#DataScience #AI #Python
π Category: AGENTIC AI
π Date: 2026-01-03 | β±οΈ Read time: 10 min read
Check the tools your LLM uses before replacing it with just a more powerful model
#DataScience #AI #Python
β€4π1
A convenient cheat sheet for those who work with data analysis and ML.
Here are collected the main functions for:
βΆοΈ Creating and modifying arrays;βΆοΈ Mathematical operations;βΆοΈ Working with matrices and vectors;βΆοΈ Sorting and searching for values.
Save it for yourself β it will come in handy when working with NumPy.
tags: #NumPy #Python
Please open Telegram to view this post
VIEW IN TELEGRAM
β€6
π Prompt Engineering vs RAG for Editing Resumes
π Category: LLM APPLICATIONS
π Date: 2026-01-04 | β±οΈ Read time: 12 min read
Running a code-free comparison in Azure
#DataScience #AI #Python
π Category: LLM APPLICATIONS
π Date: 2026-01-04 | β±οΈ Read time: 12 min read
Running a code-free comparison in Azure
#DataScience #AI #Python
π How to Filter for Dates, Including or Excluding Future Dates, in Semantic Models
π Category: DATA ANALYSIS
π Date: 2026-01-04 | β±οΈ Read time: 5 min read
It is common to have either planning data or the previous yearβs data displayed beyondβ¦
#DataScience #AI #Python
π Category: DATA ANALYSIS
π Date: 2026-01-04 | β±οΈ Read time: 5 min read
It is common to have either planning data or the previous yearβs data displayed beyondβ¦
#DataScience #AI #Python
nature papers: 1400$
Q1 and Q2 papers 900$
Q3 and Q4 papers 500$
Doctoral thesis (complete) 700$
M.S thesis 300$
paper simulation 200$
Contact me
https://t.me/m/-nTmpj5vYzNk
Q1 and Q2 papers 900$
Q3 and Q4 papers 500$
Doctoral thesis (complete) 700$
M.S thesis 300$
paper simulation 200$
Contact me
https://t.me/m/-nTmpj5vYzNk