Skip to content

The inputs of various sensors for different wafers have been provided. In electronics, a wafer (also called a slice or substrate) is a thin slice of semiconductor used for the fabrication of integrated circuits. The goal is to build a machine learning model which predicts whether a wafer needs to be replaced or not(i.e., whether it is working or…

Notifications You must be signed in to change notification settings

abdul-ameer/Wafer_Sensors_Fault

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

What is Wafer sensors ??

The inputs of various sensors for different wafers have been provided. In electronics, a wafer (also called a slice or substrate) is a thin slice of semiconductor used for the fabrication of integrated circuits. The goal is to build a machine learning model which predicts whether a wafer needs to be replaced or not(i.e., whether it is working or not) based on the inputs from various sensors. There are two classes: +1 (working condition) and -1 (Not working to replace)

Architecture

The pipeline of a project below image

image

Demo

Screenshot_20210816_152230_2

📝 Description

  • In this project we have used KMEANS, RANDOM FOREST and XGBOOST for Fault Detection.

⏳ Dataset

🖥️ Installation Setup

1.Clone or download the repo.
2.Open command prompt in the downloaded folder.
3.Create a virtual environment

$ pip install virtualenv
$ virtualenv environment_name

Install dependencies :-

$ pip install -r requirements.txt

Run the application:

python main.py

📖 Please Go through LLD Documents for more info.

Contributors

  • ABDUL AMEER NABILLA

About

The inputs of various sensors for different wafers have been provided. In electronics, a wafer (also called a slice or substrate) is a thin slice of semiconductor used for the fabrication of integrated circuits. The goal is to build a machine learning model which predicts whether a wafer needs to be replaced or not(i.e., whether it is working or…

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published