Machine Learning with Python
68.3K subscribers
1.54K photos
135 videos
199 files
1.29K 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://t.iss.one/CodeProgrammer βœ…
Please open Telegram to view this post
VIEW IN TELEGRAM
❀8πŸ‘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
πŸš€ 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
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 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://t.iss.one/addlist/0f6vfFbEMdAwODBk

⭐️ Join Our WhatsApp Channel https://whatsapp.com/channel/0029VaC7Weq29753hpcggW2A
❀12πŸ‘Ž1
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://t.iss.one/addlist/0f6vfFbEMdAwODBk

⭐️ Join Our WhatsApp Channel https://whatsapp.com/channel/0029VaC7Weq29753hpcggW2A
❀5πŸ‘3
Interactive Explainer 🧠✨

The Anatomy of an LLM πŸ”
A visual walk through the machinery inside a large language model: from raw text, to tokens, to vectors, to attention, to the next token. βš™οΈπŸ§¬

πŸ”— Link: https://www.royvanrijn.com/anatomy-of-an-llm/

#LLM #AI #Tech #NeuralNetworks #MachineLearning #DeepLearning

✨ Join Best TG Channels https://t.iss.one/addlist/0f6vfFbEMdAwODBk

⭐️ Join Our WhatsApp Channel https://whatsapp.com/channel/0029VaC7Weq29753hpcggW2A
❀10
Forwarded from Data Analytics
Transformers & LLMs Cheatsheet.pdf
1.4 MB
The only LLM cheat sheet you'll ever need πŸš€

Covers the main concepts, architectures, and practical applications.

### Basics
- Tokens (tokenization, BPE)
- Embeddings (cosine similarity)
- Attention mechanism (Attention formula, Multi-Head Attention)

### Transformer architecture and its variants
- BERT (models with only an encoder)
- GPT (models with only a decoder)
- T5 (models with an encoder and a decoder)

### Large language models (LLMs)
- Prompting (context length, Chain-of-Thought)
- Pre-training (SFT, PEFT/LoRA)
- Preference tuning (Reward Model, Reinforcement Learning)
- Optimizations (Mixture of Experts, Distillation, Quantization)

### Applications
- LLM-as-a-Judge (LaaJ)
- RAG (Retrieval-Augmented Generation)
- Agents (ReAct)
- Reasoning models (Scaling)

✨ Join Best TG Channels https://t.iss.one/addlist/0f6vfFbEMdAwODBk

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

#LLM #AI #MachineLearning #DeepLearning #PromptEngineering #Tech
❀6πŸ‘1
This media is not supported in your browser
VIEW IN TELEGRAM
✍️ Pyneng β€” a large base for Python and network automation!

Detailed documentation and educational materials. The site contains lessons on Python syntax, working with files, functions, OOP, as well as separate sections on network technologies. The materials are presented with a large number of examples and practical tasks.

πŸ“Œ I'll leave a link: https://pyneng.readthedocs.io/en/latest/

#Python #NetworkAutomation #DevOps #Coding #Learning #Tech

✨ Join Best TG Channels https://t.iss.one/addlist/0f6vfFbEMdAwODBk

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

πŸš€ Level up your AI & Data Science skills with HelloEncyclo β€” a growing all-in-one platform featuring hands-on courses in LLMs, Deep Learning, MLOps, Data Engineering, and more.
βœ… 13 courses live + 40+ coming soon
🎯 One access, lifetime updates
πŸ”‘ Use code: PRESALE-BOOK-WAVE-2GFG
πŸ‘‰ https://helloencyclo.com/?ref=HUSSEINSHEIKHO
❀5πŸŽ‰1
Forwarded from Data Analytics
The ultimate guide to fine tuning.pdf
15.2 MB
πŸ”– The Big Book on Fine-Tuning LLMs

A free 115-page book dedicated to the retraining of large language models. πŸ“š

It's suitable for those who want to understand how to prepare datasets, configure training, and improve the quality of LLMs for their tasks. πŸš€

#LLM #FineTuning #AI #MachineLearning #DataScience #Tech

✨ Join Best TG Channels https://t.iss.one/addlist/0f6vfFbEMdAwODBk

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

πŸš€ Level up your AI & Data Science skills with HelloEncyclo β€” a growing all-in-one platform featuring hands-on courses in LLMs, Deep Learning, MLOps, Data Engineering, and more.
βœ… 13 courses live + 40+ coming soon
🎯 One access, lifetime updates
πŸ”‘ Use code: PRESALE-BOOK-WAVE-2GFG
πŸ‘‰ https://helloencyclo.com/?ref=HUSSEINSHEIKHO
❀5πŸŽ‰4
5 Fun Papers That Explain LLMs Clearly πŸ“šβœ¨

Want to understand LLMs better? Start with these five foundational papers that explain how they work. πŸ€–

Large language models (LLMs) can feel complicated at first. There are transformers, attention layers, scaling laws, pretraining, instruction tuning, human feedback, retrieval, and many other ideas around them. 🧠 But the best way to understand large language models is not to start with a huge textbook. A better way is to read a few important papers that each explain one major part of the system. πŸ“„ This article is part of a fun series where we learn by exploring core ideas, practical projects, and the research papers behind modern technology. πŸ”¬ In this article, we will go through five papers that explain how LLMs work. So, let's get started. πŸš€

More: https://www.kdnuggets.com/5-fun-papers-that-explain-llms-clearly

#LLM #AI #MachineLearning #DeepLearning #DataScience #Tech

✨ Join Best TG Channels https://t.iss.one/addlist/0f6vfFbEMdAwODBk

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

πŸš€ Level up your AI & Data Science skills with HelloEncyclo β€” a growing all-in-one platform featuring hands-on courses in LLMs, Deep Learning, MLOps, Data Engineering, and more.
βœ… 13 courses live + 40+ coming soon
🎯 One access, lifetime updates
πŸ”‘ Use code: PRESALE-BOOK-WAVE-2GFG
πŸ‘‰ https://helloencyclo.com/?ref=HUSSEINSHEIKHO
❀4
10 GitHub repositories that are worth checking out for an AI engineer πŸ€–

1. Hands-On AI Engineering πŸ› οΈ

A collection of AI applications and agent systems with practical use cases of LLM.

πŸ‘‰ https://github.com/Sumanth077/Hands-On-AI-Engineering

2. Hands-On Large Language Models πŸ“˜

Full code from the book Hands-On Large Language Models: from basics to fine-tuning.

πŸ‘‰ https://github.com/HandsOnLLM/Hands-On-Large-Language-Models

3. AI Agents for Beginners πŸŽ“

A free course from Microsoft with 11 lessons on creating AI agents.

πŸ‘‰ https://github.com/microsoft/ai-agents-for-beginners

4. GenAI Agents πŸ€–

A large collection of tutorials and implementations of agent systems.

πŸ‘‰ https://github.com/NirDiamant/GenAI_Agents

5. Made With ML πŸš€

About the development, deployment, and support of production-ready ML systems.

πŸ‘‰ https://github.com/GokuMohandas/Made-With-ML

6. Learn Harness Engineering βš™οΈ

A practical course on Harness Engineering for AI agents.

πŸ‘‰ https://github.com/walkinglabs/learn-harness-engineering

7. AutoResearch πŸ”¬

Autonomous cycles of ML experiments from Andrej Karpathy.

πŸ‘‰ https://github.com/karpathy/autoresearch

8. Designing Machine Learning Systems πŸ“š

Notes and materials from Chip Huyen's book.

πŸ‘‰ https://github.com/chiphuyen/dmls-book

9. Awesome LLM Inference ⚑

A collection of materials on LLM inference: Flash Attention, KV Cache, quantization, and more.

πŸ‘‰ https://github.com/xlite-dev/Awesome-LLM-Inference

10. LLM Course πŸ—ΊοΈ

A practical course on LLM with a roadmap and Colab notebooks.

πŸ‘‰ https://github.com/mlabonne/llm-course

#AI #MachineLearning #LLM #DataScience #Tech #GitHub

✨ Join Best TG Channels https://t.iss.one/addlist/0f6vfFbEMdAwODBk

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

πŸš€ Level up your AI & Data Science skills with HelloEncyclo β€” a growing all-in-one platform featuring hands-on courses in LLMs, Deep Learning, MLOps, Data Engineering, and more.
βœ… 13 courses live + 40+ coming soon
🎯 One access, lifetime updates
πŸ”‘ Use code: PRESALE-BOOK-WAVE-2GFG
πŸ‘‰ https://helloencyclo.com/?ref=HUSSEINSHEIKHO
❀9πŸ‘2
Forwarded from Udemy Free
Python Programming for Beginners: Learn Python from Scratch

Python Programming for Beginners: Learn Python from Scratch (Master Data Analysis, Step-by-Step with Practice Exercises)…

🏷 Category: development
🌍 Language: English (US)
πŸ‘₯ Students: 38,796 students
⭐️ Rating: 4.3/5.0 (964 reviews)
πŸƒβ€β™‚οΈ Enrollments Left: 9
⏳ Expires In: 0D:4H:4M
πŸ’° Price: $9.59 ⟹ FREE
πŸ†” Coupon: 02E367A95E4BACD13ECE

⚠️ Watch 2 short ads to unlock your free access.

πŸ’Ž By: https://t.iss.one/Udemy26
#Programming #Coding #Development #Tech #Python #DataScience
❀2πŸ‘1
This media is not supported in your browser
VIEW IN TELEGRAM
My new hobby: searching for beautiful projects on GitHub and being inspired by their design. πŸš€βœ¨

https://www.gitsearchai.com/ πŸ”—

#GitHub #OpenSource #Tech #Programming #Design #Inspiration

✨ Join Best TG Channels https://t.iss.one/addlist/0f6vfFbEMdAwODBk

⭐️ Join Our WhatsApp Channel https://whatsapp.com/channel/0029VaC7Weq29753hpcggW2A
❀3πŸ”₯1
πŸ”– Comprehensive Practical Course on Reinforcement Learning

We've found a repository that will help you learn Reinforcement Learning, from basic concepts to advanced algorithms.

The author supports the theory with practical examples using TensorFlow, making the material ideal for self-study.

⛓️ Link to GitHub
https://github.com/MorvanZhou/Reinforcement-learning-with-tensorflow

#ReinforcementLearning #TensorFlow #MachineLearning #DeepLearning #AI #Tech

✨ Join Best TG Channels https://t.iss.one/addlist/0f6vfFbEMdAwODBk

⭐️ Join Our WhatsApp Channel https://whatsapp.com/channel/0029VaC7Weq29753hpcggW2A
❀7πŸ”₯1
Media is too big
VIEW IN TELEGRAM
Google just released a free 2-hour course on full Graph engineering: 1 prompt β†’ 100 agents β†’ loops β†’ graphs from 0% to 100%: πŸ€–βš™οΈ

10% β†’ 17:44 - build your first agent πŸš€
30% β†’ 39:30 - Loop engineering: iterate, check, break πŸ”
60% β†’ 1:12:38 - Graph engineering πŸ•ΈοΈ
75% β†’ 1:34:26 - agents that throttle themselves ⚑
100% β†’ 1:55:05 - full graph for multi-agentic systems πŸ—οΈ

everyone builds one agent and calls it done - this is the full system where agents wire themselves into a graph.

watch the course, build the graph - then read the full architecture below ↓

More: https://telegra.ph/Graph-Engineering-build-1000-agent-loops-in-one-window-from-one-prompt-full-5-step-course-08-02

#GraphEngineering #AI #Agents #Graphs #Tech #Coding

✨ Join Best TG Channels https://t.iss.one/addlist/0f6vfFbEMdAwODBk

⭐️ Join Our WhatsApp Channel https://whatsapp.com/channel/0029VaC7Weq29753hpcggW2A
❀6πŸ‘1
DS FULL ARCHIVE.pdf
37.1 MB
DS FULL ARCHIVE πŸ—‚

✨ Join Best TG Channels https://t.iss.one/addlist/0f6vfFbEMdAwODBk

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

#DS #Archive #DataScience #Tech #News #Update
πŸ‘6πŸ”₯4❀2
🚨 Cambridge has just released a real bombshell this time.

πŸ“š A whole collection of classic textbooks on AI and machine learning is now available for free in PDF format.

If you want to really understand machine learning and don't want to waste money on overpriced courses, these ten books will be enough to build a very solid foundation.

From simple to complex.

1️⃣ Understanding Machine Learning

One of the best books for beginners. It covers the basic theoretical algorithms of machine learning.

πŸ”— https://cs.huji.ac.il/~shais/UnderstandingMachineLearning/understanding-machine-learning-theory-algorithms.pdf

2️⃣ Mathematical Foundations of Machine Learning

If you're not very confident in your math skills, I would start here.

πŸ”— https://mml-book.github.io/book/mml-book.pdf

3️⃣ Mathematical Analysis of Machine Learning Algorithms

A more in-depth look at the mathematical principles of machine learning algorithms.

πŸ”— https://tongzhang-ml.org/lt-book/lt-book.pdf

4️⃣ Theoretical Principles of Deep Learning

The theoretical foundations of deep learning and an understanding of why it all works.

πŸ”— https://arxiv.org/pdf/2106.10165

5️⃣ Neural Networks and Learning Machines

A systematic analysis of neural networks and the principles of their training.

πŸ”— https://arxiv.org/pdf/1901.05639

6️⃣ Graph Deep Learning

A good starting point for those who want to understand graph neural networks.

πŸ”— https://yaoma24.github.io/dlg_book/dlg_book.pdf

7️⃣ Machine Learning: A Probabilistic Perspective

It allows you to look at machine learning from a probabilistic and algorithmic perspective.

πŸ”— https://people.csail.mit.edu/moitra/docs/bookexv2.pdf

8️⃣ Probability Theory: Theory and Examples

Fundamental theory of probability. Very useful if you want to understand machine learning beyond the level of using ready-made libraries.

πŸ”— https://sites.math.duke.edu/~rtd/PTE/PTE5_011119.pdf

9️⃣ Fundamentals of Applied Probability

More focus on the practical application of probability theory.

πŸ”— https://sites.math.duke.edu/~rtd/EP4A/EP4A_April2021.pdf

πŸ”Ÿ Advanced Data Analysis

An advanced level for those who want to seriously improve their data analysis skills.

πŸ”— https://stat.cmu.edu/~cshalizi/ADAfaEPoV/ADAfaEPoV.pdf

#AI #MachineLearning #FreeBooks #DataScience #DeepLearning #Tech

✨ Join Best TG Channels https://t.iss.one/addlist/0f6vfFbEMdAwODBk

⭐️ Join Our WhatsApp Channel https://whatsapp.com/channel/0029VaC7Weq29753hpcggW2A
❀8πŸ‘6