강의

멘토링

커뮤니티

Inflearn Community Q&A

zas6581's profile image
zas6581

asked

A Complete Guide to Deep Learning CNN - TensorFlow Keras Version

Implementing a Fashion MNIST Prediction Model with Dense Layers: Checking Image Data and Preprocessing

안녕하세요 교수님

Written on

·

227

0

'Dense Layer로 Fashion MNIST 예측 모델 구현하기 - 이미지 데이터 확인 및 사전 데이터 처리' 강의코드중 궁금한 내용이 있어 질문드립니다.

train_images[0, :, :] 코드를 사용하셨는데 train_images[0]이 아닌 이미지 인덱스에 전체 행과 열을 불러오는 부분을 추가하신 특별한 이유가 있을까요?

머신러닝딥러닝kerastensorflowkagglecnn

Answer 1

0

dooleyz3525님의 프로필 이미지
dooleyz3525
Instructor

안녕하십니까,

둘다 같기 때문에 특별히 다른 이유는 없습니다. 적다 보니까, 그렇게 한것 같습니다.

감사합니다.

zas6581's profile image
zas6581

asked

Ask a question