Amazon's most sought-after free learning programme for engineering students in India is back — and registrations are already open. The Amazon ML Summer School 2026 is the sixth edition of a programme that has, since 2021, trained thousands of students directly under Amazon's own Applied Scientists and ML experts.
If you're graduating in 2027 or 2028 and serious about a career in machine learning, data science, or AI, this is one opportunity you cannot afford to scroll past. The registration window closes on June 14, 2026 at 12:00 PM IST — and late registrations are not accepted.
This guide covers everything you need: eligibility criteria, the three-round selection process, the complete syllabus, how to write a winning SOP, what to expect in the selection test, and a focused preparation plan that actually works.
What Is the Amazon ML Summer School?
Amazon ML Summer School 2026 is an intensive machine learning programme designed for students enrolled in recognised institutes across India. The 2026 edition builds upon five previous successful iterations, establishing itself as one of the most trusted technology programmes for undergraduate and postgraduate scholars in India.
Students enrolled in the programme learn the fundamentals of machine learning as well as how to link those concepts to practical techniques such as supervised learning, deep neural networks, probabilistic graphical models, dimensionality reduction, unsupervised learning, and sequential models.
The programme is run entirely by Amazon's Machine Learning teams in India. Each module is followed by a three-hour live Q&A session with Amazon's senior applied scientists and ML scientists. All of this is completely free — no fees, no hidden costs, no "premium tier." Selected students interact directly with the scientists who build ML systems at Amazon scale.
"Initiatives such as the ML Summer School will help equip students with practical skills, and reduce the gap between the growing demand for ML roles across companies and the talent pool with applied ML skills." — Rajeev Rastogi, VP Machine Learning, Amazon India
Amazon ML Summer School 2026: Key Dates and Quick Facts
Detail | Information |
|---|---|
Edition | 6th (2026) |
Registration Deadline | June 14, 2026, 12:00 PM IST |
Registration Platform | Unstop |
Programme Mode | Online (Live sessions + Interactive Q&A) |
Eligible Graduation Years | 2027 or 2028 |
Programme Fee | Completely Free |
Approximate Seats | ~3,000 students selected |
Who Is Eligible for Amazon ML Summer School 2026?
Engineering students enrolled in Bachelor's, Master's, or PhD degrees from any recognised institute of India and expected to graduate in 2027 or 2028 are eligible to enrol in the Amazon ML Summer School.
In practical terms, this means:
Eligible streams: Computer Science, Data Science, Information Technology, Electronics, or any related quantitative field
Academic streams: students specialising in Computer Science, Data Science, Information Technology, Electronics, or related quantitative fields are the target cohort
Institution: Any recognised engineering institute in India — not limited to IITs or NITs; students from all colleges are eligible
Important: There is no minimum CGPA cutoff mentioned in the official eligibility criteria. Selection is merit-based through a structured three-round process, which means your resume, SOP, and test performance matter far more than your GPA.
The Three-Round Selection Process: Explained in Full
The selection process has three rounds: Resume submission, SOP submission (500 words), and a 60-minute Selection Test with MCQs and programming questions. Here's exactly what happens at each stage.
Round 1 — Resume Screening
Participants are required to submit their digital-friendly resumes as part of the registration process. Shortlisting will be conducted based on the resume, so please ensure your most relevant experience, technical skills, projects, and achievements are clearly highlighted.
What makes a strong resume for MLSS:
Relevant ML or data science projects (even college projects count)
Coding proficiency — show languages and tools (Python, NumPy, Pandas, Scikit-learn, TensorFlow)
Certifications from credible platforms (Coursera, NPTEL, Google, AWS)
Academic achievements or competitions (Kaggle rankings, hackathons, research papers)
Internships or research work, even if brief
Keep the resume to one page. Recruiters scan it in seconds — lead with what's most technical and most relevant.
Round 2 — Statement of Purpose (SOP)
All registered students who are shortlisted will be required to submit a Statement of Purpose in PDF format. The SOP should be within 500 words. The framework for SOP submission will be communicated to shortlisted participants at a later stage.
In 500 words, your SOP needs to convince Amazon's team that you're exactly the kind of motivated, ML-curious student this programme is designed for. Here's a proven structure that works within the 500-word limit:
Paragraph 1 — Your spark (80–100 words): What first got you interested in ML? A course, a project, a problem you encountered? Make it specific — "I got interested in ML" is generic; "debugging why my college project's recommendation engine produced completely random results led me down a 3-week rabbit hole into collaborative filtering" is not.
Paragraph 2 — What you've done so far (120–150 words): Your relevant projects, certifications, or research. Focus on 2–3 things done well rather than listing 10 things superficially. Mention the specific ML techniques or tools you've used.
Paragraph 3 — What you'll gain from MLSS (100–120 words): Connect your current knowledge gaps to what Amazon's scientists can specifically teach you. If you've done supervised learning on your own but want to go deeper on probabilistic graphical models and sequential models — say that. Show you've researched the curriculum.
Paragraph 4 — How you'll use it (80–100 words): Where is this taking you? ML research? AI engineering? Data science at a product company? Tie it to a concrete career direction. Programmes like MLSS want to invest in students who will actually go on to contribute to the ML ecosystem.
SOP Mistakes to Avoid:
Writing a generic statement that could apply to any programme
Listing accomplishments without connecting them to ML
Exceeding 500 words — Amazon specified the limit for a reason
Submitting in any format other than PDF
Round 3 — The 60-Minute Selection Test
This is the decisive round. The final filtering layer is a 60-minute selection test divided into two main parts: Part A consists of 20 Multiple Choice Questions covering foundational machine learning concepts, probability, statistics, and linear algebra. Part B consists of two complex programming questions to evaluate code optimisation and computational problem-solving abilities.
Part A: 20 MCQs (ML Concepts + Math)
You will be required to answer 20 MCQs on Machine Learning topics and some famous algorithms. Additionally, there will be questions related to basic mathematical concepts related to ML such as probability (very important), Linear Algebra, and Statistics.
Topics you will see in Part A:
Topic Area | What to Expect |
|---|---|
Probability | Bayes' theorem, conditional probability, distributions |
Statistics | Mean, variance, standard deviation, hypothesis testing |
Linear Algebra | Matrix operations, eigenvalues, dot products |
Supervised Learning | Linear regression, logistic regression, decision trees, SVM |
Unsupervised Learning | K-means clustering, PCA, dimensionality reduction |
Deep Learning Basics | Neural network architecture, activation functions, backpropagation |
Model Evaluation | Precision, recall, F1 score, confusion matrix, cross-validation |
Part B: 2 Programming Questions (DSA)
The second part consists of 2 DSA questions which you can code in any language. The difficulty ranges from Easy to Medium — but be prepared for the hardest. My suggestion is to brush up on your basic concepts like arrays, maps, binary search, sliding window, greedy, and questions related to intervals.
You can code in Python, Java, C++, or any major language. These are not ML coding questions — they are standard DSA problems that test algorithmic thinking and implementation skill.
The Amazon ML Summer School Syllabus: What You'll Learn If Selected
The programme comprises eight virtual modules over four weeks discussing topics like deep neural networks, supervised learning, probabilistic graphical models, and unsupervised learning.
Here's a breakdown of the core curriculum areas:
1. Supervised Learning
The foundational module. Covers regression, classification, loss functions, regularisation, bias-variance tradeoff, and evaluation metrics. Real-world Amazon applications in recommendation and demand forecasting are woven in.
2. Deep Neural Networks
Architecture of feedforward networks, activation functions (ReLU, sigmoid, softmax), backpropagation, gradient descent variants, batch normalisation, dropout, and convolutional neural networks (CNNs) for image-based tasks.
3. Probabilistic Graphical Models
Bayesian networks, Markov models, inference algorithms, and how uncertainty is modelled in ML systems. This is one of the more advanced modules and a significant differentiator from typical online courses.
4. Unsupervised Learning
K-means, DBSCAN, Gaussian Mixture Models, expectation-maximisation, and how unsupervised techniques are applied in customer segmentation and anomaly detection at Amazon.
5. Dimensionality Reduction
Principal Component Analysis (PCA), t-SNE, autoencoders — and when to use which technique for high-dimensional datasets.
6. Sequential Models
Recurrent Neural Networks (RNNs), LSTMs, GRUs, and their applications in time-series forecasting and natural language processing — directly relevant to Amazon's Alexa and product review systems.
Each module is delivered as a virtual classroom session by Amazon Applied Scientists, followed by a three-hour live Q&A. The programme stands out by delivering a distinctive educational journey that integrates theoretical principles with hands-on applications, accommodating students with varied ML backgrounds.
Benefits of Amazon ML Summer School 2026
Participating in Amazon ML Summer School 2026 offers several valuable benefits: a chance to secure a spot in the MLSS programme — the primary reward; exclusive Amazon SWAGs upon successful completion; an Official Acknowledgement Letter from the Amazon Team; and networking opportunities where top-performing scholars get to network with Amazon Scientists and industry experts.
Beyond the formal benefits, here's the real career value:
Resume signal: Being selected for Amazon MLSS is a verifiable, competitive credential that stands out on any tech resume in India — including for roles at Amazon, Google, Flipkart, and ML-first startups.
Foundational depth: The curriculum covers topics — especially probabilistic graphical models and sequential models — that most college curricula skip entirely. You'll have genuine conceptual depth, not just surface familiarity.
Amazon network: Outstanding participants often gain priority consideration for Amazon's ML roles. While not a guaranteed pathway, the exposure to Amazon's internal teams creates a warm track that a cold application cannot.
Peer cohort: Being among ~3,000 selected students from across India puts you in a network of ML-serious engineers — a community that carries forward into careers.
How to Prepare for the Amazon ML Summer School 2026 Selection Test
A 20-Day Preparation Plan
Days 1–5: Math Foundations
Probability: Bayes' theorem, distributions, conditional probability — use Khan Academy
Statistics: mean, variance, normal distribution, hypothesis testing
Linear Algebra: matrix multiplication, eigenvalues, dot products — 3Blue1Brown's "Essence of Linear Algebra" series on YouTube is exceptional
Days 6–10: Core ML Concepts
Supervised learning: linear regression, logistic regression, decision trees, SVMs
Unsupervised learning: K-means clustering, PCA
Model evaluation: precision, recall, F1, ROC-AUC, cross-validation
Use Google's ML Crash Course (free) as your primary resource
Days 11–15: Deep Learning Basics + Advanced Topics
Neural network architecture and backpropagation
CNNs, RNNs, LSTMs — even conceptual understanding helps for MCQs
Probabilistic models: Bayes classifier, Gaussian distributions
Days 16–20: DSA Coding Practice
Arrays, hashmaps, strings (most common in Easy–Medium DSA)
Binary search, sliding window, two-pointer patterns
Practice on LeetCode (aim for 15–20 Easy and 10 Medium problems in this phase)
Solve on the platform you plan to use in the test — Python is the most readable under time pressure
Key Resources:
Google ML Crash Course — free, concise, well-structured
LeetCode — DSA practice for Part B
Khan Academy — probability and statistics
Previous year MLSS MCQ question sets (available on GitHub — search "Amazon ML Summer School PYQs")
Frequently Asked Questions About Amazon ML Summer School 2026
What is the registration deadline for Amazon ML Summer School 2026?
The registration deadline is June 14, 2026 at 12:00 PM IST. Do not wait until the last day — platforms slow down near deadlines, and late registrations are not accepted under any circumstances.
Is Amazon ML Summer School 2026 free?
Yes, the programme is totally free of charge. There are no fees at any stage — registration, SOP submission, or the selection test.
How many students get selected for Amazon ML Summer School?
Based on the 4th edition data, the top 3,000 performers secure enrolment in the ML Summer School programme. This makes it highly competitive — but not impossible with focused preparation.
Do I need prior ML experience to apply for Amazon ML Summer School 2026?
You do not need to be an expert, but a foundational understanding of probability, statistics, and basic ML concepts is essential to clear the selection test. Students with exposure to Python and at least one introductory ML course are best positioned to succeed.
Can students from non-IIT colleges apply?
Absolutely. Engineering students enrolled in Bachelor's, Master's, or PhD degrees from any recognised institute of India are eligible — there is no college-tier restriction in the official criteria.
Is there a certificate for Amazon ML Summer School?
Yes, and it includes a recognised certificate on completion, along with an official acknowledgement letter from the Amazon team and exclusive Amazon swag for scholars who complete the programme.
Conclusion: This Is the Opportunity to Apply for Right Now
The Amazon ML Summer School 2026 is not just a certificate programme. It is a structured, Amazon-designed pathway into one of the most in-demand technical skill sets of the decade — taught by the very people who build ML systems that serve hundreds of millions of users daily.
The registration closes on June 14, 2026. You need a strong resume, a focused 500-word SOP, and 20 disciplined days of preparation to compete seriously.
Start today: update your resume, outline your SOP, and open LeetCode. The students who get selected won't be the ones who knew the most on day one — they'll be the ones who prepared the most deliberately between now and June 14.
Go register on Unstop now — and make those 20 days count.
