Machine Learning with Python
67.8K subscribers
1.47K photos
126 videos
197 files
1.19K links
Learn Machine Learning with hands-on Python tutorials, real-world code examples, and clear explanations for researchers and developers.

Admin: @HusseinSheikho || @Hussein_Sheikho
Download Telegram
reader3 📚

When you want to connect an AI like Gemini to help you analyze books or content, copying text from a reader usually becomes a hassle. 😩💻

Especially if you want to discuss a book by chapters. Highlighting text manually and copying it disrupts the flow and feels like a waste of time. 🚫

Yesterday, Andrzej Karpati, a well-known AI expert, released a new project to the public: reader3, which solves this problem very neatly. 🎉🛠️ It's a lightweight EPUB reader that allows you to read a book together with AI. 🤖📖

Its interface is as minimalist as possible: only the necessary reading and navigation functions. 📉🧭 You can also manage your library through folders. 📁

The key feature is that it breaks an EPUB into chapters and displays the content one chapter at a time. 🔓📄

This makes it easy to copy the needed part of the book and pass it to a large model for analysis or discussion. 📋🔄 It significantly improves the reading experience when paired with AI. 🚀🧠

And it's very easy to get started - just run two commands via uv. 🛠️ As a result, it's an excellent tool for those who love reading and want to use AI as a companion for text analysis. 📚🤝🤖

📁 Language: #Python 61.0%

⭐️ Stars: 1.5k

➡️ Link to GitHub https://github.com/karpathy/reader3

#AI #Python #Reader3 #Tech #BookLovers #Github

https://xn--r1a.website/CodeProgrammer
Please open Telegram to view this post
VIEW IN TELEGRAM
6👍4🔥2👎1🆒1
Forwarded from Learn Python Coding
Cheat sheet on the basics of Python: 🐍📚

basic syntax and language rules 📝
scalar types — basic data types (int, float, bool, str, NoneType) 🔢

datetime — working with date and time 📅

data structures — Python data structures (list, tuple, dict, set) 🗄

list — mutable lists for storing data collections 📋
tuple — immutable sequences of values 🔒
dict (hash map) — storing data in a key-value format 🗝
set — unique elements without order 🔘

slicing — obtaining parts of sequences through indices and step ✂️

module/library — connecting modules and libraries 🔌

help functions — using help() and dir() to explore the Python API 🛠

#Python #Coding #DataScience #Programming #Tech #DevCommunity
3👏2👎1
Forwarded from Machine Learning
👣 Rust Interview Deep Dive 🦀🔍

A repository for systematic preparation for Rust interviews at the middle, senior, and staff levels. 💼📚

Inside 100 real questions from interviews in product and infrastructure companies, detailed analyses with code examples and scenarios of tasks that occur in production. 💻🏗️ Not "guess the program's output", but the mechanics on which real services are built. 🛠️🚀

Here are lock-free structures, self-referential types in async, FFI with tensor libraries, correct Send on guards via await, memory ordering under loom, soundness of custom collections. 🔒 And it all starts with the basics. Ownership, borrowing, lifetimes. 🧱🔄 Those who want can start from scratch or at the staff level. 🚶‍♂️👨‍💻

https://github.com/Develp10/rustinterviewquiestions 🔗

#Rust #Programming #InterviewPrep #SoftwareEngineering #SystemsProgramming #CareerGrowth
27👏2👎1
AI is moving fast. Accountability is not.

That is why we built the open source core of Forkit Dev.

Forkit Dev introduces Model Passports and Agent Passports so AI systems can be tracked, verified, and understood across their lifecycle.

Open source repo:
https://github.com/arpitasarker01/Forkit_Dev

If you care about trustworthy AI, open source infrastructure, model lineage, or compliance ready deployment, check it out and share your thoughts.
25👍3👎1
Machine Learning with Python pinned «AI is moving fast. Accountability is not. That is why we built the open source core of Forkit Dev. Forkit Dev introduces Model Passports and Agent Passports so AI systems can be tracked, verified, and understood across their lifecycle. Open source repo:…»
Forwarded from Machine Learning
🚀 Master Binary Classification with Neural Networks! 🧠

Ever wondered how to build a neural network from scratch in Python using NumPy? 🐍📊

Binary classification is at the heart of many machine learning applications. 🎯🤖

Our super-detailed guide walks you through the entire process step by step. 📝📚

💡 Dive in and start building your own neural network today! 🏗🔥
https://tinztwinshub.com/data-science/a-beginners-guide-to-developing-an-artificial-neural-network-from-zero/

#MachineLearning #NeuralNetworks #Python #DataScience #AI #Tech
8👎1
"Dive into Deep Learning" 📘🤖 is an open-source book that forms the mathematical foundation for large language models. 🧠📐

It covers linear algebra, mathematical analysis, probability theory, optimization methods, backpropagation, attention mechanisms, and transformer architectures. 🧮📉🔄

The book progressively moves from classical neural networks and convolutional neural networks to modern transformers and practical techniques used in large language models. 🚀🔗🧠

It contains over 1,000 pages 📖 and provides clear explanations, practical examples, and exercises. 📝 Making it one of the most comprehensive free resources for understanding the mathematical structure of modern artificial intelligence systems and language models. 🌐🔍🤖

arxiv.org/pdf/2106.11342 🔗

#DeepLearning #AI #MachineLearning #NeuralNetworks #Transformers #OpenSource

Join Best TG Channels https://xn--r1a.website/addlist/0f6vfFbEMdAwODBk

⭐️ Join Our WhatsApp Channel https://whatsapp.com/channel/0029VaC7Weq29753hpcggW2A
9👍4👎1😁1
Forwarded from Machine Learning
🔥 Awesome open-source project to learn more about Transformer Models! 🤖

We found this interactive website that shows you visually how transformer models work. 🌐📊

Transformer Explainer:
https://poloclub.github.io/transformer-explainer/

#TransformerModels #OpenSource #AI #MachineLearning #DataScience #Tech
7👏2👎1
Forwarded from Data Analytics
Pandas vs Polars vs DuckDB: Which Library Should You Choose? 🤔📊

pandas remains the default choice for notebooks, exploratory analysis, visualization, and machine learning workflows 📝📈. Polars focus on fast, memory-efficient DataFrame processing 💾, while DuckDB brings a SQL-first approach for querying local files and embedded analytics 🗄️🔍.

Each tool fits a different kind of local data workflow 🛠️. In this article, we compare pandas, Polars, and DuckDB across performance, architecture, interoperability, and real-world use cases 🏆🔗.

More: https://www.analyticsvidhya.com/blog/2026/05/pandas-vs-polars-vs-duckdb/ 🔗

#DataScience #Pandas #Polars #DuckDB #Python #Analytics
6👎1
Found an easy way to learn math for ML: Mathematics for Machine Learning 🎓📚

This is a curated collection on GitHub, including books, research papers, video lectures, and basic materials on math for studying and reviewing the mathematical foundations of machine learning. 📖📊

It helps build a stronger knowledge base by bringing together trusted resources around topics that machine learning engineers constantly encounter: linear algebra, mathematical analysis, probability theory, statistics, information theory, matrix calculus, and deep learning mathematics. 🧮🤖

Free public repository on GitHub. 💻

https://github.com/dair-ai/Mathematics-for-ML

#MachineLearning #Mathematics #DataScience #Learning #GitHub #AI

Join Best TG Channels
https://xn--r1a.website/addlist/0f6vfFbEMdAwODBk

⭐️ Join Our WhatsApp Channel
https://whatsapp.com/channel/0029VaC7Weq29753hpcggW2A
8👎1
Forwarded from Machine Learning
🔖 A huge open-source course on AI Engineering from scratch

In the repository, we've collected:
— 435 lessons;
— 320+ hours of content;
— Python, TypeScript, and Rust;
— AI agents, MCP servers, prompts, and AI skills.

Moreover, almost every lesson includes practical tasks, so this isn't just theory, but a full-fledged roadmap for AI Engineering. 🚀

⛓️ Link to the repository
https://github.com/rohitg00/ai-engineering-from-scratch

#AI #MachineLearning #Python #Rust #OpenSource #Tech

Join Best TG Channels https://xn--r1a.website/addlist/0f6vfFbEMdAwODBk

⭐️ Join Our WhatsApp Channel https://whatsapp.com/channel/0029VaC7Weq29753hpcggW2A
10👎1
Autonomous AI research on Apple Silicon

Port of the project Karpathy’s autoresearch for Apple Silicon based on MLX, which implements autonomous research cycles with control via program.md 🍏

What’s interesting:
• native support for Apple Silicon without PyTorch/CUDA
• fixed training budget (~5 minutes)
• logging of results in results.tsv
• simple structure for autonomous experiments
• optimization of models for more efficient operation

https://github.com/trevin-creator/autoresearch-mlx 🔬

#AppleSilicon #AIResearch #MLX #AutonomousAI #MachineLearning #OpenSource

Join Best TG Channels https://xn--r1a.website/addlist/0f6vfFbEMdAwODBk

⭐️ Join Our WhatsApp Channel https://whatsapp.com/channel/0029VaC7Weq29753hpcggW2A
7
Transformer implementations for vision, audio, and AI agents 🤖👁️🎵

Repo: https://github.com/Nicolepcx/transformers-the-definitive-guide

#AI #MachineLearning #Vision #Audio #Agents #Tech

Join Best TG Channels https://xn--r1a.website/addlist/0f6vfFbEMdAwODBk

⭐️ Join Our WhatsApp Channel https://whatsapp.com/channel/0029VaC7Weq29753hpcggW2A
4👍3
🚀 HelloEncyclo Presale is LIVE!

Master the skills that matter — Gen-AI, Data Science, Machine Learning and more — all in one place.

🎁 First 250 members get a flat 40% OFF

Use code: PRESALE-BOOK-WAVE-2GFG

13 full courses live right now

40+ more dropping in the next 2–3 weeks

Complete library within 2 months — built and refined by industry experts

15-day money-back guarantee — don't love it? Get a full refund.

⚠️ Coupon works only after you log in with Gmail, and it's valid once per member.

👉 Log in now and start learning:

https://helloencyclo.com

Don't wait — the 40% deal disappears after the first 250 seats. 🔥
4👍2💯1
Stop discovering ML Python libraries one random tutorial at a time 🛑

Best-of Machine Learning with Python is a curated GitHub index of open-source machine learning Python libraries for builders who need a faster way to compare the ecosystem 📚.

It helps you shortlist tools by grouping projects into categories and ranking them with a project-quality score based on metrics collected from GitHub and package managers 📊.

Key features:

• 920-project index – a large scan-friendly map of open-source ML Python projects 🗺️
• 34 categories – browse by area like ML frameworks, NLP, image data, AutoML, deployment, interpretability, and more 🧩
• Quality-score ranking – projects are ordered using an automated score from repo and package-manager signals ⚙️
• Rich project metadata – entries show signals like stars, forks, issues, contributors, activity, downloads, and dependencies 📈
• Weekly updates + contributions – the list is updated regularly and can be improved via issues, PRs, or projects.yaml edits 🔄

It’s open-source (CC BY-SA 4.0 license) 📜.

https://github.com/lukasmasuch/best-of-ml-python 🔗

#MachineLearning #Python #ML #OpenSource #DataScience #TechStack

Join Best TG Channels https://xn--r1a.website/addlist/0f6vfFbEMdAwODBk

⭐️ Join Our WhatsApp Channel https://whatsapp.com/channel/0029VaC7Weq29753hpcggW2A
9
Forwarded from Machine Learning
Data leakage is one of the main reasons why ML demos look impressive... and then fail in production. 📉

The model didn't become smarter.
It just happened to see the correct answers in advance.

In 4 minutes, you'll understand where data leaks hide. 🔍

Let's break it down below: 👇

1. Data Leakage 🕳️

Data leakage occurs when information that won't be available at the time of actual prediction is used during the model training process.

Because of this, metrics on the validation stage can look much better than the actual quality of the model on new, previously unseen data.

2. Model Evaluation ⚖️

The test set isn't just "additional data".
It's a simulation of the future.

Only train the model on the information that would have been available to you at the time of prediction.
Evaluate it on examples that the model couldn't have influenced during training.

3. Direct Leakage 🚨

This is the most obvious type of leakage.

Examples:
- a field with information from the future;
- an ID that encodes the target variable;
- a variable that appears only after an event has occurred;
- duplicate records in both the training and test sets.

If a feature doesn't exist at the time of inference (prediction), then it's likely a source of data leakage.

4. Indirect Leakage 🕵️

This is the type of leakage that most often traps teams.

You perform normalization, imputation, feature selection, outlier removal, or dimensionality reduction before splitting the data into a training and test set.

The model didn't directly see the data from the test set.
But your preprocessing pipeline already saw it.

5. Train/Test Split ✂️

Wrong:
fit the scaler on all data → split the data → evaluate

Right:
split the data → fit the scaler only on the training set → apply it to both the training and test sets

The same idea applies to imputers, encoders, feature selection, PCA, and any preprocessing step that is trained on the data.

6. Cross-Validation 🔄

Each fold is a mini-experiment with a training and test set.
Therefore, preprocessing should be performed within each fold.

If you prepared the entire dataset once and then ran cross-validation, each fold would already have had access to its held-out data.

7. Pipelines 🛠️

A pipeline isn't just a way to make the code cleaner.
It's also a defense against data leakage.

Combine preprocessing, feature selection, and the model into a single pipeline, and then pass this pipeline to cross-validation or hyperparameter search (grid search).

8. AI Engineering Version 🤖

Data leaks also occur in RAG systems and when evaluating LLMs.

Leakage occurs when you tune chunks, prompts, re-rankers, thresholds, or examples on the same evaluation dataset that you later present as "held-out".

As a result, your benchmark turns into training data.

9. Leakage Checklist

Before trusting the obtained metric, ask yourself:

- Could this feature exist at the time of prediction?
- Was any transformation (transform) step trained (fit) on the test data?
- Did cross-validation include the entire pipeline?
- Were we tuning parameters on the final evaluation dataset?

If the answer is "yes", then the metric likely doesn't reflect the actual quality of the model.

#MachineLearning #DataScience #MLOps #DataLeakage #ArtificialIntelligence #TechTips

Join Best TG Channels https://xn--r1a.website/addlist/0f6vfFbEMdAwODBk

⭐️ Join Our WhatsApp Channel https://whatsapp.com/channel/0029VaC7Weq29753hpcggW2A
8💯1
Forwarded from Github Top Repositories
🌟 DataTalksClub/data-engineering-zoomcamp caught my eye on GitHub Trending today.

🔗 https://github.com/DataTalksClub/data-engineering-zoomcamp
📝 Data Engineering Zoomcamp is a free 9-week course on building production-ready data pipelines. The next cohort starts in January 2026. Join the course here 👇🏼
──────────────────────────────

The Data Engineering Zoomcamp is a free 9-week course that covers the fundamentals of data engineering. It's designed to help you build an end-to-end data pipeline from scratch, with hands-on experience using industry-standard tools and best practices.

Key features of the course include structured modules, hands-on workshops, and a final project to reinforce your learning. You'll learn about containerization, infrastructure as code, workflow orchestration, data warehousing, and analytics engineering.

The course is suitable for anyone with basic coding experience and familiarity with SQL. No prior data engineering experience is necessary. You can enroll in the course by registering for the next cohort or following the self-paced learning path.

The course has a strong community and support system, with a dedicated #course-data-engineering channel on Slack for discussions and troubleshooting.

The course is taught by experienced instructors, including Alexey Grigorev and Michael Shoemaker, and is sponsored by companies like Kestra and Bruin.

Overall, the Data Engineering Zoomcamp is a great resource for anyone looking to learn data engineering fundamentals and build a career in the field.
So, what are you waiting for? Join the course and start building your skills today - it's a free 9-week course that can change your career!

──────────────────────────────
🧠 Channel: https://xn--r1a.website/GithubRe
7
Forwarded from Machine Learning
FREE MIT books on AI and Machine Learning: 📚🤖

1. Foundations of Machine Learning cs.nyu.edu/~mohri/mlbook/
2. Understanding Deep Learning udlbook.github.io/udlbook/
3. Introduction to Machine Learning Systems ❯ Vol 1: mlsysbook.ai/vol1/assets/do ❯ Vol 2: mlsysbook.ai/vol2/assets/do
4. Algorithms for ML algorithmsbook.com
5. Deep Learning deeplearningbook.org
6. Reinforcement Learning andrew.cmu.edu/course/10-703/
7. Distributional Reinforcement Learning direct.mit.edu/books/oa-monog
8. Multi Agent Reinforcement Learning marl-book.com
9. Agents in the Long Game of AI direct.mit.edu/books/oa-monog
10. Fairness and Machine Learning fairmlbook.org
11. Probabilistic Machine Learning
❯ Part 1 : probml.github.io/pml-book/book1
❯ Part 2 : probml.github.io/pml-book/book2

#MIT #AI #MachineLearning #DeepLearning #ReinforcementLearning #FreeBooks

Join Best TG Channels https://xn--r1a.website/addlist/0f6vfFbEMdAwODBk

⭐️ Join Our WhatsApp Channel https://whatsapp.com/channel/0029VaC7Weq29753hpcggW2A
10