Machine Learning with Python
68.2K subscribers
1.51K photos
133 videos
197 files
1.25K 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
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.me/addlist/0f6vfFbEMdAwODBk

โญ๏ธ Join Our WhatsApp Channel https://whatsapp.com/channel/0029VaC7Weq29753hpcggW2A
โค4๐Ÿ‘1
This media is not supported in your browser
VIEW IN TELEGRAM
Generative Adversarial Network (GAN) by hand โœ๏ธ ~ 9 steps walkthrough below

The Gen in GenAI came from this landmark paper by Ian Goodfellow et al., 12 years ago.

The paper showed that a neural network can not only classify but also turn upside down to generate realistic looking images.

The secret? We pit two of them against each other: a Generator turns noise into fake data, and a Discriminator learns to tell fake from real, pushing the Generator to keep doing better.

One runs upside down, the other right way up.

I drew and calculated one entirely by hand.

Goal: generate realistic 4D data out of 2D noise, filling in every cell yourself.

= 1. Given =

Four noise vectors in 2D, and four real data vectors in 4D.

= 2. Generator, first layer =

Let us multiply the noise by weights and biases to get new features.

= 3. ReLU =

We apply the activation, and -1 and -2 are crossed out and set to 0.

= 4. Generator, second layer =

Let us multiply again. ReLU applies here too, but every value is already positive, so nothing changes. What comes out is the fake data F, made by a two-layer generator out of nothing but noise.

= 5. Discriminator, first layer =

We feed it both, the four fakes and the four real vectors, through the same weights. It never learns which is which from the layout, only from the numbers.

= 6. Discriminator, second layer =

Let us reduce each data vector to a single feature Z. Eight vectors in, eight numbers out.

= 7. Sigmoid =

We turn each Z into a probability Y. A 1 means the discriminator is certain the data is real, a 0 means certain it is fake.

= 8. Training the Discriminator =

Let us take the gradients as Y minus YD, where YD is what the discriminator should have said: 0 for the four fakes, 1 for the four real. Why so simple? Because pairing sigmoid with binary cross entropy loss makes the math collapse to exactly this subtraction. Its loss uses both halves of the page.

= 9. Training the Generator =

We do it again, as Y minus YG, and YG is [1, 1, 1, 1]: the generator wants the discriminator to call every fake real. Same predictions, different target, opposite goal. Its loss uses only the fakes.

The outputs:
Fake data F = [1, 2, 3, 1], [1, 1, 2, 1], [2, 2, 4, 2], [1, 0, 1, 1]
Predictions on fakes = [.7, .5, .9, .3]
Predictions on real = [.7, .9, .9, 1]
Discriminator gradients = [.7, .5, .9, .3] and [-.3, -.1, -.1, 0]
Generator gradients = [-.3, -.5, -.1, -.7]

The takeaway: the adversarial part is one subtraction done twice. The same eight predictions, scored against two opposite targets, send one set of gradients back through the blue weights and another back through the green ones.
โค10
Forwarded from Udemy Free Coupons
Python And Flask Framework Complete Course

Python-Powered Proficiency: Depth Introduction To Python Programming And Python Web Framework Flask.โ€ฆ

๐Ÿท Category: it-and-software
๐ŸŒ Language: English (US)
๐Ÿ‘ฅ Students: 292,248 students
โญ๏ธ Rating: 4.5/5.0 (2,187 reviews)
๐Ÿƒโ€โ™‚๏ธ Enrollments Left: N/A
โณ Expires In: N/A
๐Ÿ’ฐ Price: $34.79 โŸน FREE
๐Ÿ†” Coupon: 25BBPMXNVD35

โšก Opens instantly โ€” your free link unlocks on its own in seconds, no ad required.

๐Ÿ’Ž By: https://t.me/Udemy26
#Python #DataScience #Automation #FreeCourse #Udemy #OnlineLearning
โค2
๐Ÿ”– 5 Free Courses on AI Agents

1. https://huggingface.co/learn/agents-course โ€” AI Agents Course ๐Ÿค—

2. https://deeplearning.ai/courses/ai-agents-in-langgraph โ€” AI Agents in LangGraph ๐Ÿง 

3. https://deeplearning.ai/short-courses/multi-ai-agent-systems-with-crewai/ โ€” Multi AI Agent Systems with CrewAI ๐Ÿค–

4. https://microsoft.github.io/AI-For-Beginners/agentic-ai/ โ€” AI Agents for Beginners ๐Ÿš€

5. https://deeplearning.ai/courses/building-code-agents-with-hugging-face-smolagents โ€” Building Code Agents with Hugging Face smolagents ๐Ÿ’ป

If you want to learn about Agentic AI, save this collection. ๐Ÿ’พ

#AI #ArtificialIntelligence #MachineLearning #TechNews #FreeCourses #LearnAI

โœจ Join Best TG Channels https://t.me/addlist/0f6vfFbEMdAwODBk

โญ๏ธ Join Our WhatsApp Channel https://whatsapp.com/channel/0029VaC7Weq29753hpcggW2A
โค3
๐Ÿšจ SURPRISE ALERT! ๐Ÿšจ

Stop paying full price on Udemy. Seriously. ๐Ÿ’ธ

I built a bot that hunts down 100% FREE Udemy coupons 24/7 โ€” while you sleep, eat, or scroll. ๐ŸŽฏ

Here's the magic:

๐Ÿ“š Mini App catalog โ€” every active free coupon in one place
๐Ÿ”” Auto-push โ€” new courses land straight in your chat
๐Ÿ“ข Live channel โ€” never miss a deal

Why it matters?
Most people pay $200+ for courses you can grab for $0 โ€” if you know where to look. Now you have a bot that does the looking for you. โšก

๐ŸŽ“ Try it now: https://t.me/UdemySybot?start=ref_channel

Your future self (and your wallet) will thank you. ๐Ÿ’œ
โค4
๐Ÿค– AI & Machine Learning

Machine Learning Engineer
๐Ÿข develop
๐Ÿ“ Munich, Bavaria, Germany ยท ๐ŸŒ Remote
๐Ÿ•’ 14 hours ago

Tap below to view the full posting and apply directly on LinkedIn.

๐Ÿ’Ž Curated by: https://t.me/Jobs204
โค1
Forwarded from Machine Learning
"Introduction to Machine Learning" is another free textbook on machine learning, approximately 600 pages long, which emphasizes a deep mathematical understanding of the subject. ๐Ÿ“š๐Ÿงฎ

The book begins with the mathematical foundations necessary for further study: linear algebra, mathematical analysis, probability theory, matrix analysis, and optimization methods. It then covers the main supervised learning algorithms: linear and logistic regression, the k-nearest neighbors method, decision trees, random forests, boosting, and neural networks. ๐Ÿค–๐Ÿ“ˆ

A significant portion of the book is dedicated to probabilistic and generative models. It discusses Monte Carlo methods, graphical models, Bayesian networks, variational methods, normalizing flows, variational autoencoders (VAEs), and generative adversarial networks (GANs). ๐ŸŽฒ๐Ÿง 

The final chapters discuss clustering, principal component analysis (PCA), learning on manifolds, and theoretical estimates of a model's ability to generalize. ๐Ÿ”๐Ÿ“Š

In my opinion, this is an excellent resource for those who want to gain a broad understanding of machine learning and understand the mathematics underlying the key methods, rather than treating them as "black boxes." ๐Ÿ’กโœจ

https://arxiv.org/pdf/2409.02668

#MachineLearning #DeepLearning #AI #Mathematics #DataScience #NeuralNetworks

โœจ Join Best TG Channels https://t.me/addlist/0f6vfFbEMdAwODBk

โญ๏ธ Join Our WhatsApp Channel https://whatsapp.com/channel/0029VaC7Weq29753hpcggW2A
โค4๐Ÿ”ฅ2
๐Ÿ”– A comprehensive collection of resources on MLOps

We've found a useful collection for those who want to go beyond just training models and delve into their deployment and operation.

This repository contains the best materials on deploying, monitoring, automating ML pipelines, CI/CD, and other practices that are essential for production systems.

โ›“ Link to GitHub
https://github.com/visenger/awesome-mlops
โค6
Machine Learning with Python pinned ยซ๐Ÿšจ SURPRISE ALERT! ๐Ÿšจ Stop paying full price on Udemy. Seriously. ๐Ÿ’ธ I built a bot that hunts down 100% FREE Udemy coupons 24/7 โ€” while you sleep, eat, or scroll. ๐ŸŽฏ Here's the magic: ๐Ÿ“š Mini App catalog โ€” every active free coupon in one place ๐Ÿ”” Auto-push โ€”โ€ฆยป
This media is not supported in your browser
VIEW IN TELEGRAM
โšก Discover ALEXATOR

Original electronic music created to inspire, motivate and energize.

๐ŸŒ alexator.com
Listen & download for free.

๐Ÿ“ฒ t.me/alexator_music
Follow for new music & updates.

โ–ถ๏ธ NEW MUSIC VIDEO
ALEXATOR โ€” GENESIS (001)
https://youtu.be/OR2yplPn1AU
โค5๐Ÿ‘1
๐Ÿ”ฅ Land Your Dream Job โ€“ Free Interview Prep Resources Inside!

๐ŸŒˆStruggling with tough interview questions? Nervous about technical grilling? You're not alone.

We've just released a bunch of 100% free interview prep kits for 2026 โ€“ covering common Q&As, behavioral questions, technical deep-dives, and role-specific tips for #Cisco, #AWS, #PMP, #AI, #Python, #Excel, and #Cybersecurity.

๐Ÿ’ฅNo signup traps, no hidden fees โ€“ just click and download.

๐ŸŽฏ Interview Question Bank โ†’ https://bit.ly/4xzKG0o
๐Ÿ“˜ Free Cert Eโ€‘Book โ†’ https://bit.ly/4zffDZp
๐Ÿชœ Free Online Course โ†’ https://bit.ly/3TPLkbl
โ˜๏ธ Free AI Materials โ†’ https://bit.ly/4q7T7gR
๐Ÿ“Š Cloud Study Guide โ†’ https://bit.ly/4wbsjgV

Tag a friend who's also job-hunting โ€“ Ace together! ๐Ÿ’ช

๐ŸŒ Join the community: https://chat.whatsapp.com/FQOG04r9xSiIa2ElhaNUJU
๐ŸŒJoin SPOTO telegram Group: https://t.me/spotoITstudygroup
๐Ÿ“ฒ Need personalized help? โ†’ https://wa.link/1zrbdh
โค1