Build a GAN-Based Defect Generator for a Hardware Manufacturing Line
Overview
What this challenge is about.
Build a GAN-Based Defect Generator for a Hardware Manufacturing Line. Advanced challenge in code. Writing production code that solves real engineering proble...
The Brief
What you'll do, and what you'll demonstrate.
Use GAN-synthesized defect images to lift the classifier's precision while keeping recall above 0.98.
This is not a coding exercise. It is the work a software engineer does between a Jira ticket and a merged PR. That distinction matters to every hiring manager who has seen candidates solve LeetCode problems and none who have shipped production code under real constraints.
When you finish, you will have something most graduates do not: a real-world deliverable, verified by Ewance, that you can show to a hiring manager and say "I did this. Here is the proof."
Earning criteria — what you'll demonstrate
- Train class-conditional GANs on small imbalanced datasets
- Use synthetic data to address class imbalance defensibly
- Evaluate classifier improvements with per-class precision/recall
- Identify and document generative-model failure modes
Program Fit
Where this fits in your program.
Sharpens the same skills your degree expects you to demonstrate.
Deep Generative Models
Master · Generative Ai
Strong alignment
This challenge maps to Deep Generative Models at the Master level. It sharpens the same practical skills your coursework expects — but in a real industry context with actual constraints and deliverables.
Skills
Skills you'll demonstrate.
Each one shows up on your verified credential.
- Gans
Apply gans to solve real industry problems and demonstrate production-level capability.
- Class Conditional Generation
Apply class conditional generation to solve real industry problems and demonstrate production-level capability.
- Data Augmentation
Apply data augmentation to solve real industry problems and demonstrate production-level capability.
- Pytorch
Apply pytorch to solve real industry problems and demonstrate production-level capability.
- Imbalanced Classification
Apply imbalanced classification to solve real industry problems and demonstrate production-level capability.
- Evaluation
Apply evaluation to solve real industry problems and demonstrate production-level capability.
Careers
Career paths this challenge builds toward
Completing this challenge demonstrates skills that transfer directly to these roles:
Machine Learning Engineer
Shipping a GAN-augmented classifier improvement on a real manufacturing line is exactly the kind of high-stakes MLE work hardware companies hire for.
This challenge sharpens
- gans
- data-augmentation
- imbalanced-classification
Computer Vision Engineer
Class-conditional GANs on imbalanced visual defect data are common in CV engineer work at hardware manufacturers.
This challenge sharpens
- gans
- class-conditional-generation
- evaluation
ML Researcher
Documenting GAN failure modes with quality-engineering review is the kind of empirical honesty hiring committees look for in ML research.
This challenge sharpens
- gans
- class-conditional-generation
- evaluation