https://www.kaggle.com/alessiocorrado99/animals10 Animals-10 Animal pictures of 10 different categories taken from google images www.kaggle.com 10개의 클래스를 가진 동물 이미지를 분류하는 방법에 대해 정리한 글이다. 먼저 필요한 모듈들을 import 해준다. import numpy as np # linear algebra import pandas as pd # data processing, CSV file I/O (e.g. pd.read_csv) # Input data files are available in the read-only "../input/" directory # For exa..