Skip to content

Latest commit

 

History

History
13 lines (12 loc) · 1.2 KB

README.md

File metadata and controls

13 lines (12 loc) · 1.2 KB

Wafers scratch detection

This notebook focuses on detecting the location of scratches on wafers, rather than simply predicting whether a scratch exists or not. The goal is to predict the precise location of the scratch pixels on the wafer.

visitors

It is a proposed solution for an assignment published by National Instruments: NI Scratch detection assignment

While the resulting F1 score may not be optimal, the notebook contains well-designed tabular features created through image processing techniques.
Additionally, the notebook demonstrates how to fine-tune a LightGBM algorithm with an extremely imbalanced dataset, and concludes by implementing an ensemble of LightGBM models to avoid overfitting.
In the end i conclude and suggest more ways to expand and improve my suggested solution

Example I Example II