ZuzooVn/machine-learning-for-software-engineers

ZuzooVn/machine-learning-for-software-engineers là dự án GitHub với 28.9k sao trong nhóm AI Tools. A complete daily plan for studying to become a machine learning engineer.
Tóm tắt dựng từ metadata GitHub của chính dự án — chưa có bài review TopGit. Trang sẽ tự động cập nhật khi bài review đầy đủ được xuất bản.
TopGit viết bài đầy đủ cho repo có nhiều sao nhất và được yêu cầu nhiều nhất. Trang này là snapshot trong thời gian chờ — xem README gốc ở tab READ ME.
Snapshot
Cộng tác viên hàng đầu
Xem cộng tác viên hàng đầu
Top-down learning path: Machine Learning for Software Engineers
Inspired by Coding Interview University.
Translations: Brazilian Portuguese | 中文版本 | Français | 臺灣華語版本
How I (Nam Vu) plan to become a machine learning engineer
What is it?
This is my multi-month study plan for going from mobile developer (self-taught, no CS degree) to machine learning engineer.
My main goal was to find an approach to studying Machine Learning that is mainly hands-on and abstracts most of the Math for the beginner. This approach is unconventional because it’s the top-down and results-first approach designed for software engineers.
Please, feel free to make any contributions you feel will make it better.
Table of Contents
- What is it?
- Why use it?
- How to use it
- Follow me
- Don't feel you aren't smart enough
- About Video Resources
- Prerequisite Knowledge
- The Daily Plan
- Motivation
- Machine learning overview
- Machine learning mastery
- Machine learning is fun
- Inky Machine Learning
- Machine Learning: An In-Depth Guide
- Stories and experiences
- Machine Learning Algorithms
- Beginner Books
- Practical Books
- Kaggle knowledge competitions
- Video Series
- MOOC
- Resources
- Becoming an Open Source Contributor
- Games
- Podcasts
- Communities
- Conferences
- Interview Questions
- My admired companies
Why use it?
I'm following this plan to prepare for my near-future job: Machine learning engineer. I've been building native mobile applications (Android/iOS/Blackberry) since 2011. I have a Software Engineering degree, not a Computer Science degree. I have an itty-bitty amount of basic knowledge about: Calculus, Linear Algebra, Discrete Mathematics, Probability & Statistics from university. Think about my interest in machine learning:
- Can I learn and get a job in Machine Learning without studying CS Master and PhD?
- "You can, but it is far more difficult than when I got into the field." Drac Smith
- How do I get a job in Machine Learning as a software programmer who self-studies Machine Learning, but never has a chance to use it at work?
- "I'm hiring machine learning experts for my team and your MOOC will not get you the job (there is better news below). In fact, many people with a master's in machine learning will not get the job because they (and most who have taken MOOCs) do not have a deep understanding that will help me solve my problems." Ross C. Taylor
- What skills are needed for machine learning jobs?
- "First, you need to have a decent CS/Math background. ML is an advanced topic so most textbooks assume that you have that background. Second, machine learning is a very general topic with many sub-specialties requiring unique skills. You may want to browse the curriculum of an MS program in Machine Learning to see the course, curriculum and textbook." Uri
- "Probability, distributed computing, and Statistics." Hydrangea
I find myself in times of trouble.
AFAIK, There are two sides to machine learning:
- Practical Machine Learning: This is about querying databases, cleaning data, writing scripts to transform data and gluing algorithm and libraries together and writing custom code to squeeze reliable answers from data to satisfy difficult and ill-defined questions. It’s the mess of reality.
- Theoretical Machine Learning: This is about math and abstraction and idealized scenarios and limits and beauty and informing what is possible. It is a whole lot neater and cleaner and removed from the mess of reality.
I think the best way for practice-focused methodology is something like 'practice — learning — practice', that means where students first come with some existing projects with problems and solutions (practice) to get familiar with traditional methods in the area and perhaps also with their methodology. After practicing with some elementary experiences, they can go into the books and study the underlying theory, which serves to guide their future advanced practice and will enhance their toolbox of solving practical problems. Studying theory also further improves their understanding on the elementary experiences, and will help them acquire advanced experiences more quickly.
It's a long plan. It's going to take me years. If you are familiar with a lot of this already it will take you a lot less time.
How to use it
Everything below is an outline, and you should tackle the items in order from top to bottom.
I'm using Github's special markdown flavor, including tasks lists to check progress.
- Create a new branch so you can check items like this, just put an x in the brackets: [x]
More about Github-flavored markdown
Follow me
I'm a Vietnamese Software Engineer who is really passionate and wants to work in the USA.
How much did I work during this plan? Roughly 4 hours/night after a long, hard day at work.
I'm on the journey.
- Twitter: @Nam Vu
![]() |
|---|
| USA as heck |
Don't feel you aren't smart enough
I get discouraged from books and courses that tell me as soon as I open them that multivariate calculus, inferential statistics and linear algebra are prerequisites. I still don’t know how to get started…
- What if I’m Not Good at Mathematics
- 5 Techniques To Understand Machine Learning Algorithms Without the Background in Mathematics
- How do I learn machine learning?
About Video Resources
Some videos are available only by enrolling in a Coursera or EdX class. It is free to do so, but sometimes the classes are no longer in session so you have to wait a couple of months, so you have no access. I'm going to be adding more videos from public sources and replacing the online course videos over time. I like using university lectures.
Prerequisite Knowledge
This short section consists of prerequisites/interesting info I wanted to learn before getting started on the daily plan.
- What is the difference between Data Analytics, Data Analysis, Data Mining, Data Science, Machine Learning, and Big Data?
- Learning How to Learn
- Don’t Break The Chain
- How to learn on your own
The Daily Plan
Each subject does not require a whole day to be able to understand it fully, and you can do multiple of these in a day.
Each day I take one subject from the list below, read it cover to cover, take notes, do the exercises and write an implementation in Python or R.
Motivation
- Dream
Machine learning overview
- A Visual Introduction to Machine Learning
- Gentle Guide to Machine Learning
- Introduction to Machine Learning for Developers
- Machine Learning basics for a newbie
- How do you explain Machine Learning and Data Mining to non Computer Science people?
- Machine Learning: Under the hood. Blog post explains the principles of machine learning in layman terms. Simple and clear
- What is machine learning, and how does it work?
- How to Become a Machine Learning Engineer?
[] Deep Learning - A Non-Technical Introduction[removed]
Machine learning mastery
- The Machine Learning Mastery Method
- Machine Learning for Programmers
- Applied Machine Learning with Machine Learning Mastery
- Python Machine Learning Mini-Course
- Machine Learning Algorithms Mini-Course
Machine learning is fun
- Machine Learning is Fun!
- Part 2: Using Machine Learning to generate Super Mario Maker levels
- Part 3: Deep Learning and Convolutional Neural Networks
- Part 4: Modern Face Recognition with Deep Learning
- Part 5: Language Translation with Deep Learning and the Magic of Sequences
- Part 6: How to do Speech Recognition with Deep Learning
- Part 7: Abusing Generative Adversarial Networks to Make 8-bit Pixel Art
- Part 8: How to Intentionally Trick Neural Networks
Inky Machine Learning
- Part 1: What is Machine Learning ?
- Part 2: Supervised Learning and Unsupervised Learning
Machine Learning: An In-Depth Guide
- Overview, goals, learning types, and algorithms
- Data selection, preparation, and modeling
- Model evaluation, validation, complexity, and improvement
- Model performance and error analysis
- Unsupervised learning, related fields, and machine learning in practice
Stories and experiences
- Machine Learning in a Week
- Machine Learning in a Year
- How I wrote my first Machine Learning program in 3 days
- Learning Path : Your mentor to become a machine learning expert
- You Too Can Become a Machine Learning Rock Star! No PhD
- How to become a Data Scientist in 6 months: A hacker’s approach to career planning
- Video
- Slide
- 5 Skills You Need to Become a Machine Learning Engineer
- Are you a self-taught machine learning engineer? If yes, how did you do it & how long did it take you?
- How can one become a good machine learning engineer?
- A Learning Sabbatical focused on Machine Learning
Machine Learning Algorithms
- 10 Machine Learning Algorithms Explained to an ‘Army Soldier’
- Top 10 data mining algorithms in plain English
- 10 Machine Learning Terms Explained in Simple English
- A Tour of Machine Learning Algorithms
- The 10 Algorithms Machine Learning Engineers Need to Know
- Comparing supervised learning algorithms
- Machine Learning Algorithms: A collection of minimal and clean implementations of machine learning algorithms
- KNN Algorithm in Machine Learning
Beginner Books
- Data Smart: Using Data Science to Transform Information into Insight 1st Edition
- Data Science for Business: What you need to know about data mining and data analytic-thinking
- Predictive Analytics: The Power to Predict Who Will Click, Buy, Lie, or Die
Practical Books
- Machine Learning for Hackers
- GitHub repository(R)
- GitHub repository(Python)
- Python Machine Learning
- GitHub repository
- Programming Collective Intelligence: Building Smart Web 2.0 Applications
- Machine Learning: An Algorithmic Perspective, Second Edition
- GitHub repository
- Resource repository
- Introduction to Machine Learning with Python: A Guide for Data Scientists
- GitHub repository
- Data Mining: Practical Machine Learning Tools and Techniques, Third Edition
- Teaching material
- Slides for Chapters 1-5 (zip)
- Slides for Chapters 6-8 (zip)
- Teaching material
- Machine Learning in Action
- GitHub repository
- Reactive Machine Learning Systems(MEAP)
- GitHub repository
- An Introduction to Statistical Learning
- GitHub repository(R)
- GitHub repository(Python)
- Videos
- Building Machine Learning Systems with Python
- GitHub repository
- Learning scikit-learn: Machine Learning in Python
- GitHub repository
- Probabilistic Programming & Bayesian Methods for Hackers
- Probabilistic Graphical Models: Principles and Techniques
- Machine Learning: Hands-On for Developers and Technical Professionals
- Machine Learning Hands-On for Developers and Technical Professionals review
- GitHub repository
- Learning from Data
- Online tutorials
- Reinforcement Learning: An Introduction (2nd Edition)
- GitHub repository
- Machine Learning with TensorFlow(MEAP)
- GitHub repository
- How Machine Learning Works (MEAP)
- GitHub repository
- Succeeding with AI
Kaggle knowledge competitions
- Kaggle Competitions: How and where to begin?
- How a Beginner Used Small Projects To Get Started in Machine Learning and Compete on Kaggle
- Master Kaggle By Competing Consistently
Video Series
- Machine Learning for Hackers
- Fresh Machine Learning
- Machine Learning Recipes with Josh Gordon
- Everything You Need to know about Machine Learning in 30 Minutes or Less
- A Friendly Introduction to Machine Learning
- Nuts and Bolts of Applying Deep Learning - Andrew Ng
- BigML Webinar
- Video
- Resources
- mathematicalmonk's Machine Learning tutorials
- Machine learning in Python with scikit-learn
- GitHub repository
- Blog
- My playlist – Top YouTube Videos on Machine Learning, Neural Network & Deep Learning
- 16 New Must Watch Tutorials, Courses on Machine Learning
- DeepLearning.TV
- Learning To See
- Neural networks class - Université de Sherbrooke
- 21 Deep Learning Videos, Tutorials & Courses on Youtube from 2016
- 30 Top Videos, Tutorials & Courses on Machine Learning & Artificial Intelligence from 2016
- Practical Deep Learning For Coders
- Practical Deep Learning For Coders Version 2 (PyTorch)
MOOC
- Coursera’s AI For Everyone
- edX's Introduction to Artificial Intelligence (AI)
- Udacity’s Intro to Machine Learning
- Udacity Intro to Machine Learning Review
- Udacity’s Supervised, Unsupervised & Reinforcement
- Machine Learning Foundations: A Case Study Approach
- Machine Learning & AI Foundations: Value Estimations
- Kaggle's Hands-On Data Science Education
- Microsoft Professional Program for Artificial Intelligence
- Coursera’s Machine Learning
- Video only
- Coursera Machine Learning review
- Coursera: Machine Learning Roadmap
- Machine Learning Distilled
- BigML training
- Coursera’s Neural Networks for Machine Learning
- Taught by Geoffrey Hinton, a pioneer in the field of neural networks
- Machine Learning - CS - Oxford University
- Creative Applications of Deep Learning with TensorFlow
- Intro to Descriptive Statistics
- Intro to Inferential Statistics
- 6.S094: Deep Learning for Self-Driving Cars
- 6.S191: Introduction to Deep Learning
- Coursera’s Deep Learning
Resources
- Absolute Beginning into Machine Learning
- Learn Machine Learning in a Single Month
- The Non-Technical Guide to Machine Learning & Artificial Intelligence
- Programming Community Curated Resources for learning Machine Learning
- Best practices rule book for Machine Learning engineering from Google
- Machine Learning for Software Engineers on Hacker News
- Machine Learning for Developers
- Machine Learning for Humans🤖👶
- Machine Learning Advice for Developers
- Machine Learning For Complete Beginners
- Getting Started with Machine Learning: For absolute beginners and fifth graders
- How to Learn Machine Learning: The Self-Starter Way
- Machine Learning Self-study Resources
- Level-Up Your Machine Learning
- An Honest Guide to Machine Learning
- Enough Machine Learning to Make Hacker News Readable Again
- Video
- Slide
- Dive into Machine Learning
- {Machine, Deep} Learning for software engineers
- Deep Learning For Beginners
- Foundations for deep learning
- Machine Learning Mindmap / Cheatsheet
- Machine Learning courses in Universities
- Stanford
- Machine Learning Summer Schools
- Oxford
- Cambridge
- Flipboard Topics
- Machine learning
- Deep learning
- Artificial Intelligence
- Medium Topics
- Machine learning
- Deep learning
- Artificial Intelligence
- Monthly top 10 articles
- Machine Learning
- Algorithms
- Comprehensive list of data science resources
- DigitalMind's Artificial Intelligence resources
- Awesome Machine Learning
- Awesome Graph Classification
- Awesome Community Detection
- CreativeAi's Machine Learning
- Roadmap of Machine Learning
- Machine Learning Online Courses
Games
- Halite: A.I. Coding Game
- Vindinium: A.I. Programming Challenge
- General Video Game AI Competition
- Angry Birds AI Competition
- The AI Games
- Fighting Game AI Competition
- CodeCup
- Student StarCraft AI Tournament
- AIIDE StarCraft AI Competition
- CIG StarCraft AI Competition
- CodinGame - AI Bot Games
Becoming an Open Source Contributor
- tensorflow/magenta: Magenta: Music and Art Generation with Machine Intelligence
- tensorflow/tensorflow: Computation using data flow graphs for scalable machine learning
- cmusatyalab/openface: Face recognition with deep neural networks.
- tensorflow/models/syntaxnet: Neural Models of Syntax.
Podcasts
-
Podcasts for Beginners:
- Talking Machines
- Linear Digressions
- Data Skeptic
- This Week in Machine Learning & AI
- Machine Learning Guide
-
Interviews with ML Practitioners, Researchers and Kagglers about their Joureny
- Chai Time Data Science, Audio, Writeups
- Machine Learning for Beginners - Interviews, Audio
-
"More" advanced podcasts
- Partially Derivative
- O’Reilly Data Show
- Not So Standard Deviation
-
Podcasts to think outside the box:
- Data Stories
Communities
-
Quora
- Machine Learning
- Statistics
- Data Mining
-
Reddit
- Machine Learning
- Computer Vision
- Natural Language
- Data Science
- Big Data
- Statistics
-
Data Tau
-
Deep Learning News
-
KDnuggets
Conferences
- Neural Information Processing Systems (NIPS)
- International Conference on Learning Representations (ICLR)
- Association for the Advancement of Artificial Intelligence (AAAI)
- IEEE Conference on Computational Intelligence and Games (CIG)
- IEEE International Conference on Machine Learning and Applications (ICMLA)
- International Conference on Machine Learning (ICML)
- International Joint Conferences on Artificial Intelligence (IJCAI)
- Association for Computational Linguistics (ACL)
Interview Questions
- How To Prepare For A Machine Learning Interview
- 40 Interview Questions asked at Startups in Machine Learning / Data Science
- 21 Must-Know Data Science Interview Questions and Answers
- Top 50 Machine learning Interview questions & Answers
- Machine Learning Engineer interview questions
- Popular Machine Learning Interview Questions
- What are some common Machine Learning interview questions?
- What are the best interview questions to evaluate a machine learning researcher?
- Collection of Machine Learning Interview Questions
- 121 Essential Machine Learning Questions & Answers
- Minimum Viable Study Plan for Machine Learning Interviews
My admired companies
- ELSA - Your virtual pronunciation coach
Repo liên quan
LLMs-from-scratch is Sebastian Raschka's GitHub companion to the Manning book Build a Large Language Model (From Scratch), ISBN 9781633437166. It walks through building, pretraining, and finetuning a GPT-style model in PyTorch across seven chapters and five appendices, plus a growing set of bonus notebooks covering newer open architectures.
TensorFlow is Google's open-source, end-to-end platform for machine learning, hosted at tensorflow/tensorflow under the Apache-2.0 license. It was originally built within Google Brain's Machine Intelligence team for ML and neural network research, and today it ships stable Python and C++ APIs alongside GPU, CPU-only, and Docker install paths. The README positions it as covering both research work and shipping ML-powered applications.
prompts.chat is the largest open-source prompt library for AI, formerly called Awesome ChatGPT Prompts. It hosts curated prompts in CSV and Markdown, available as a public website, Hugging Face dataset, or self-hosted instance. The project supports multiple LLM providers including ChatGPT, Claude, Gemini, Llama, and Mistral. Self-hosting uses a Next.js setup wizard that configures authentication via GitHub, Google, or Azure AD, with PostgreSQL as the recommended database. CLI access, an MCP server, and a Claude Code plugin extend its reach into developer workflows. The codebase is MIT-licensed while prompt data falls under CC0. Its 166k GitHub stars make it an AI resource on the platform with 166k GitHub stars, and it has been cited by Harvard, Columbia, and Forbes.
prompts.chat is an open-source library of prompts written for AI chat assistants, first released in December 2022 under the name Awesome ChatGPT Prompts. The GitHub project has since grown and now distributes prompts through a website, a CSV file, a Markdown file, and a Hugging Face dataset, alongside a self-hosting option, a CLI, an MCP server, and a Claude Code plugin.
Trả lời nhanh
Cùng nhóm AI Tools còn repo nào?
ZuzooVn/machine-learning-for-software-engineers thuộc nhóm AI Tools trên TopGit, cùng 5 topic GitHub. Trang Trending và Topics liệt kê các repo cùng số sao và cùng ngôn ngữ để so sánh.
Đọc thêm về ZuzooVn/machine-learning-for-software-engineers ở đâu?
Trang TopGit này là một snapshot — tab "Readme" hiển thị nguyên văn README của repo (đã bỏ link, giữ ảnh). Repo GitHub ở github.com/ZuzooVn/machine-learning-for-software-engineers là nguồn chính thức.
Vì sao ZuzooVn/machine-learning-for-software-engineers được xếp vào nhóm AI Tools?
TopGit xếp ZuzooVn/machine-learning-for-software-engineers vào nhóm AI Tools dựa trên GitHub topics và mô tả của repo (gắn thẻ: "artificial-intelligence", "deep-learning", "machine-learning"). Việc phân loại dựa trên metadata thật của repo, không phải đoán theo cảm tính biên tập.
ZuzooVn/machine-learning-for-software-engineers có bao nhiêu sao?
ZuzooVn/machine-learning-for-software-engineers có 28.9k sao GitHub — tải lại trang để xem số mới nhất, hoặc xem trực tiếp github.com/ZuzooVn/machine-learning-for-software-engineers. TopGit phản chiếu số sao của GitHub nhưng không cam kết đến từng phút.
ZuzooVn/machine-learning-for-software-engineers có những chủ đề gì?
GitHub topics của ZuzooVn/machine-learning-for-software-engineers: "artificial-intelligence", "deep-learning", "machine-learning", "machine-learning-algorithms", "software-engineer". TopGit xếp repo vào nhóm AI Tools.
ZuzooVn/machine-learning-for-software-engineers còn đang phát triển không?
Commit gần nhất trên ZuzooVn/machine-learning-for-software-engineers là 2.2 năm trước (theo timestamp GitHub). Repo có 6.2k fork — một chỉ báo về mức độ quan tâm của cộng đồng.
ZuzooVn/machine-learning-for-software-engineers viết bằng ngôn ngữ gì?
Dữ liệu TopGit chưa ghi nhận ngôn ngữ chính cho ZuzooVn/machine-learning-for-software-engineers. Xem danh sách file trên GitHub để biết chi tiết.
Đọc đầy đủ README ở tab phía trên.
machine-learning-for-software-engineers có đáng để bạn bỏ thời gian?
ChatGPT, Claude và Perplexity đều đọc được trang này. Hỏi thử xem họ nghĩ gì về machine-learning-for-software-engineers.
