본문 바로가기

STUDY/AI

Cat-dog 인식 모델 학습(1)

AI 학습을 위해 가장 먼저 한 프로젝트는

고양이와 개 사진을 분류하는 CNN 모델을 구축하는 것이다.

 

데이터 및 기본 코드는 kaggle (https://www.kaggle.com/tongpython/cat-and-dog/data) 활용하였다.

 

사용 환경 

언어: 파이썬

프레임워크: 케라스

구동환경: 구글 colab

 

1차 분류하는 코드 및 모델 저장, 로드하는 코드까지 완성

깃허브 공유: https://github.com/wogh551/cat_dog_recognize.git

 

wogh551/cat_dog_recognize

Ai code. Contribute to wogh551/cat_dog_recognize development by creating an account on GitHub.

github.com

질문은 댓글로 :)

'STUDY > AI' 카테고리의 다른 글

자연어 처리 프로세스  (0) 2024.10.31
딥러닝 AI 학습 (이미지)  (0) 2024.09.25