Forwarded from Machine Learning with Python
I’m Eng. Hussein Sheikho
Promote your ad across all our listed channels for only $45!
Your ad will be published for 20 days across all our channels,
plus it will be pinned for 7 days
Want your tech channel to grow fast?
You can add your channel to our promo folder for just $20/month —
average growth rate 2000+ subscribers/month
Our Share folder (our channels)
https://t.me/addlist/8_rRW2scgfRhOTc0
Please open Telegram to view this post
VIEW IN TELEGRAM
Telegram
ENG. Hussein Sheikho
Experience in Deep Learning and Computer Vision + Python Project
👎1
City2Graph is a new Python library that transforms geospatial data, such as buildings, streets, and public transportation routes, into heterogeneous graphs.
It connects GeoPandas with PyTorch Geometric, allowing this type of urban data to be directly used in graph-based machine learning.
https://github.com/c2g-dev/city2graph
It connects GeoPandas with PyTorch Geometric, allowing this type of urban data to be directly used in graph-based machine learning.
https://github.com/c2g-dev/city2graph
👍1
If you want to not just run pre-built models, but understand how they work "under the hood," the Beyond-NanoGPT repository is what you need. This project, created by a CS graduate student at Stanford University, serves as a bridge between simple examples like nanoGPT and complex implementations, offering dozens of implementations of modern deep learning methods.
Everything is written from scratch in PyTorch, with detailed comments – perfect for those who are tired of abstract papers and ruthless production code. Each line of code is written in a way that makes it clear how to use it in practice.
Stuck at the level of reading endless tutorials and want to move forward? This repository is a great step. It won't make you an expert in a week, but it will give you the tools to understand modern papers and start your own experiments. And yes, there's no fancy web interface or ready-made SaaS solutions here – just code, comments, and your curiosity. As it should be in research.
Getting started is very simple: clone the repository, install the dependencies, and you can start diving into the code. Architectures? There's a Vision Transformer for image classification, a Diffusion Transformer for generation, ResNet, and even an MLP-Mixer. Each script is a separate experiment.
For example, to train DiT on the CIFAR-10 dataset, you just need to run
train_dit.py
. Everything is designed for a single GPU, so you can practice even without access to powerful clusters. And if you want to understand the mechanisms of attention, separate notebooks will show you how Grouped-Query, linear, sparse, or cross-attention work – with visualizations and explanations.
The project isn't just about architectures; there are also practical techniques. Want to speed up the inference of a language model? Take a look at the implementation of KV-caching or speculative decoding – methods that are actively used in LLM infrastructure.
Interested in RL? The reinforcement learning section includes classics like DQN and PPO for Cartpole, and plans include a neural network for chess with MCTS. Moreover, the code not only works but also explains the nuances: why a baseline is important in REINFORCE, how to avoid gradient explosion in transformers, or what makes RoPE embeddings better than standard ones.
Some sections (Flash Attention, RLHF) are still under development. But the plans are ambitious: the author promises everything from weight quantization to distributed RL.
Please open Telegram to view this post
VIEW IN TELEGRAM
Please open Telegram to view this post
VIEW IN TELEGRAM
❤4👍2
Personal AI assistant in 5 minutes
No code. No card. Free 😳
Works in Telegram, WhatsApp, or Discord — just send it tasks by voice or text. It gets things done, not just tells you how to do them.
✅ Create your personal AI assistant here →
getamplify.team
No code. No card. Free 😳
Works in Telegram, WhatsApp, or Discord — just send it tasks by voice or text. It gets things done, not just tells you how to do them.
• reads and sends emails
• creates and edits Google Sheets
• uploads files to Google Drive
• works in Notion
• sends reminders
• generates PDFs, images, and videos
• actually makes life and work easier
✅ Create your personal AI assistant here →
getamplify.team
❤4
Personal AI assistant in 5 minutes
No code. No card. Free 😳
Works in Telegram, WhatsApp, or Discord — just send it tasks by voice or text. It gets things done, not just tells you how to do them.
✅ Create your personal AI assistant here →
getamplify.team
No code. No card. Free 😳
Works in Telegram, WhatsApp, or Discord — just send it tasks by voice or text. It gets things done, not just tells you how to do them.
• reads and sends emails
• creates and edits Google Sheets
• uploads files to Google Drive
• works in Notion
• sends reminders
• generates PDFs, images, and videos
• actually makes life and work easier
✅ Create your personal AI assistant here →
getamplify.team
❤3🔥1
📚 "Mathematical Methods in Data Science with Python" by Sebastian Roche.
🔗 https://mmids-textbook.github.io
#Python #DataScience #MachineLearning #Mathematics #Programming #Learning
✨ Join Best TG Channels https://t.me/addlist/0f6vfFbEMdAwODBk
⭐️ Join Our WhatsApp Channel https://whatsapp.com/channel/0029VaC7Weq29753hpcggW2A
🔗 https://mmids-textbook.github.io
#Python #DataScience #MachineLearning #Mathematics #Programming #Learning
✨ Join Best TG Channels https://t.me/addlist/0f6vfFbEMdAwODBk
⭐️ Join Our WhatsApp Channel https://whatsapp.com/channel/0029VaC7Weq29753hpcggW2A
❤3
The best programming and artificial intelligence channels on Telegram:
https://t.me/addlist/8_rRW2scgfRhOTc0
Bot to get the latest free courses:
https://t.me/UdemySybot?start=ref_channel
For assistance and research and programming projects:
t.me/Husseinsheikho
https://t.me/addlist/8_rRW2scgfRhOTc0
Bot to get the latest free courses:
https://t.me/UdemySybot?start=ref_channel
For assistance and research and programming projects:
t.me/Husseinsheikho
Telegram
Data science
You’ve been invited to add the folder “Data science”, which includes 15 chats.
❤3
Forwarded from Machine Learning with Python
🚨 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.me/addlist/0f6vfFbEMdAwODBk
⭐️ Join Our WhatsApp Channel https://whatsapp.com/channel/0029VaC7Weq29753hpcggW2A
📚 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.me/addlist/0f6vfFbEMdAwODBk
⭐️ Join Our WhatsApp Channel https://whatsapp.com/channel/0029VaC7Weq29753hpcggW2A
❤5