https://github.com/drawcodeboy/cat_n_dog_classification
고양이와 개를 Binary Classification하는 첫 인공지능 프로젝트입니다.
https://github.com/drawcodeboy/cat_n_dog_classification
Last synced: 8 months ago
JSON representation
고양이와 개를 Binary Classification하는 첫 인공지능 프로젝트입니다.
- Host: GitHub
- URL: https://github.com/drawcodeboy/cat_n_dog_classification
- Owner: drawcodeboy
- Created: 2022-12-05T06:57:58.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-06-30T09:09:17.000Z (over 2 years ago)
- Last Synced: 2025-02-24T01:49:58.652Z (about 1 year ago)
- Language: Jupyter Notebook
- Size: 6.31 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 🐶🐱 Cat & Dog Binary Classification
:bulb: branch를 병합하다가 기존의 README가 삭제되어서 23.06.30에 재작성되었습니다.
* 고양이와 개를 Binary Classification하는 첫 인공지능 프로젝트입니다.
## 📌 Version 1
### 📄 [Version 1 Document](https://draw-code-boy.tistory.com/488)
📁 ver1_cat_n_dog
* AI를 처음 구현하는 것에 의의를 두고, 만든 프로젝트입니다.
## 📌 Version 2
### 📄 [Version 2 Document](https://draw-code-boy.tistory.com/506)
📁 ver2_cat_n_dog
1. ver2(1)_cat_n_dog_data_from_path.ipynb
2. ver2(2)_cat_n_dog_data_preprocessing.ipynb
3. ver2(3)_cat_n_dog_modeling_final.ipynb
* 디벨롭을 위해 더 다양한 기술들을 적용하여 업데이트를 진행했습니다.
+ L1, L2 Regularization
+ Dropout
+ Batch Normalization
+ Tensorflow Callback
## 📌 Version 2.1
### 📄 [Version 2.1 Document](https://draw-code-boy.tistory.com/523)
📁 ver2_1_cat_n_dog
* Batch Normalization에 대해 추가적인 공부를 진행하여 개선의 여지를 보았습니다.
* Batch Normalization, Image Augmentation using ImageDataGenerator으로 성능을 최종적으로 92.09%까지 올렸습니다.