Hand Writing (Number) Classification AI hackathon

Algorithm | CV | Classification | Control | Accuracy

  • moneyIcon Prize : 참가시 최소 50 XP, 특별상 데이콘 후드
  • 2024.04.08 ~ 2024.04.29 23:59 + Google Calendar
  • 489 Users Completed

 

Keras 예제를 활용한 이미지 분류 모델 [ LB : 0.781 ]

2021.11.18 12:12 3,802 Views language

Keras Example을 활용한 간단한 이미지 분류 모델입니다.

데이터 증강 기법 변경 및 추가,  데이터셋 객체 생성 코드 변경,  hyperparameter 조절,  model 구조 변경 callback(EarlyStopping, LR scheduler ..etc) 추가
등을 통해 성능을 더 높일 수 있지 않을까 생각합니다.

Code