You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
18_WDI_CNN/readme.md

42 lines
1.2 KiB
Markdown

2 years ago
# 지능화 캡스톤 프로젝트 #1 - WDI-CNN
### *Wafer Map 데이터를 9종류의 Class로 분류하는 CNN 모델 만들기*
2 years ago
-----
### 논문
반도체 제조공정의 불균형 데이터셋에 대한 웨이퍼 불량 식별을 위한 심층 컨볼루션 신경망
* 번역본
https://gitea.pinblog.codes/attachments/9b2424f7-7e7d-4ad1-a368-86a523d67504
* 원본
https://gitea.pinblog.codes/attachments/9a31bb80-bc0a-4d5a-83b1-4ef0557456ad
2 years ago
-----
2 years ago
### Dataset
[Kaggle - WDI Data](https://www.kaggle.com/qingyi/wm811k-wafer-map/code)
-----
### 수행방법
* 위 논문을 참고하여 CNN 모델을 구현하고,
WDI Dataset을 학습하여 9개의 클래스로 분류한다.
(Center, Donut, Edge-Loc, Edge-Ring, Loc, Near-full, none, Random, Scratch)
2 years ago
https://gitea.pinblog.codes/CBNU/03_WDI_CNN/releases/tag/info
-----
2 years ago
### 평가방법
* 모델의 성능지표(Precision, Recall, Accuracy, F1-Score)를 혼동행렬(Confusion Metrix)로 구현한다.
-----
### 테스트 결과
[1차 테스트](https://gitea.pinblog.codes/CBNU/03_WDI_CNN/wiki/1%EC%B0%A8-%ED%85%8C%EC%8A%A4%ED%8A%B8_%EC%9B%90%EB%B3%B8-%EB%8D%B0%EC%9D%B4%ED%84%B0-%ED%95%99%EC%8A%B5)