Machine Learning with Python
описание
Learn Machine Learning with hands-on Python tutorials, real-world code examples, and clear explanations for researchers and developers. Admin: @HusseinSheikho || @Hussein_Sheikho
68 168
подписчиков
Охват к подписчикам
4,2%
ERR
Реакции к просмотрам
0,16%
262 на 47 постов
Пересылки к просмотрам
0,67%
1 075
Постов в день
2,4
всего 269
Где отзываются чаще
доля реакций к просмотрам- 21 июл.без подписи0,42%
- 12 авг.DS FULL ARCHIVE 🗂 ✨ Join Best TG Channels https://t.me/addlist/0f6vfFbEMdAwODBk ⭐️ Join Our WhatsApp Channel https://whatsapp.com/channel/0029VaC7Weq29753hpcggW2A #DS #Archive #DataScience #Tech #News #Update0,39%
- 11 авг.🧿ANTHROPH\C Launches 13 Free AI Courses Anthropic Academy has announced 13 free AI courses. The courses cover the following topics: • Working with Claude • AI Fundamentals • AI Agents • Model Context Protocol (MCP) • Claude Code • Working with APIs • Enterprise AI • Google Cloud Vertex AI and Amazon Bedrock Integration 1. Claude 101 2. AI Fluency: Framework & Foundations 3. Introduction to Agent Skills 4. Building with the Claude API 5. Claude Code in Action 6. Introduction to Model Context Protocol (MCP) 7. MCP: Advanced Topics 8. AI Fluency for Students 9. AI Fluency for Educators 10. Teaching AI Fluency 11. AI Fluency for Small Businesses 12. Claude with Amazon Bedrock 13. Claude with Google Cloud Vertex AI The courses are designed for a wide audience, from beginners to developers, educators, students, and business owners.0,39%
- 3 авг.Attention Heatmap vs Token Pruning 🔍✂️ 🔗 More: https://www.overshoot.ai/blogs/an-introduction-to-token-pruning-for-vlms #AI #MachineLearning #TokenPruning #DeepLearning #TechNews #VLM ✨ Join Best TG Channels https://t.me/addlist/0f6vfFbEMdAwODBk ⭐️ Join Our WhatsApp Channel https://whatsapp.com/channel/0029VaC7Weq29753hpcggW2A0,39%
- 12 авг.Hey guys, Here are some best Telegram Channels for free education in 2026 👇👇 Free Courses with Certificate Web Development Free Resources Data Science & Machine Learning Programming Free Books Python Free Courses Ethical Hacking & Cyber Security English Speaking & Communication Stock Marketing & Investment Banking Coding Projects Jobs & Internship Opportunities Crack your coding Interviews Do react with ♥️ if you need more content like this ENJOY LEARNING 👍👍0,36%
- 4 авг.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.0,34%
- 25 июн.без подписи0,32%
- 7 авг.🔥 8 skills = 8 free certifications >>> AI (Microsoft) - https://learn.microsoft.com/en-us/training/paths/get-started-artificial-intelligence/ Deep learning (NVIDIA) - https://learn.nvidia.com/en-us/training/self-paced-courses Data science (IBM) - https://skillsbuild.org/students/course-catalog/data-science Data Analyst (Microsoft) - https://learn.microsoft.com/en-us/training/paths/data-analytics-microsoft/ Python (Microsoft) - https://learn.microsoft.com/en-us/shows/intro-to-python-development/ SQL (Infosys) - https://www.coursejoiner.com/freeonlinecourses/infosys-free-certification-course-9/ Java (Infosys) - https://www.coursejoiner.com/uncategorized/infosys-launched-free-java-certification-course/ Cloud computing (AWS) - https://explore.skillbuilder.aws/learn/course/134/aws-cloud-practitioner-essentials React - ❤️ for more posts like this 🚀0,31%
- 13 авг.CS189 self-study run: Convolutional Neural Networks 🧠📚 ✨ Join Best TG Channels https://t.me/addlist/0f6vfFbEMdAwODBk ⭐️ Join Our WhatsApp Channel https://whatsapp.com/channel/0029VaC7Weq29753hpcggW2A #CS189 #DeepLearning #CNN #SelfStudy #AI #MachineLearning0,31%
- 8 авг."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/0029VaC7Weq29753hpcggW2A0,30%
- 14 июл.без подписи0,29%
- 15 авг.Awesome Math is a comprehensive collection of math resources in a single repository. It includes materials from Khan Academy, MIT OpenCourseWare, lecture notes, textbooks, and other free resources covering various areas of mathematics. The project is active and quite popular, currently boasting over 16,000 stars on GitHub. https://github.com/rossant/awesome-math0,27%