본문 바로가기

NIRVANA

검색하기
NIRVANA
프로필사진 녜잉

  • 분류 전체보기 (222)
    • Coding test(Python3) (178)
      • Programmers (115)
      • 스터디 (47)
      • BaeckJoon (14)
    • Unity (1)
    • Kubernetes (1)
    • DataEngineering (17)
    • Project (4)
      • 챗봇 만들기 (1)
    • AI (13)
      • 컴퓨터 비전과 딥러닝 (1)
      • LangChain (4)
    • 회고 (7)
Guestbook
Notice
Recent Posts
Recent Comments
Link
«   2025/06   »
일 월 화 수 목 금 토
1 2 3 4 5 6 7
8 9 10 11 12 13 14
15 16 17 18 19 20 21
22 23 24 25 26 27 28
29 30
Tags
more
Archives
Today
Total
관리 메뉴
  • 글쓰기
  • 방명록
  • RSS
  • 관리

목록AI/컴퓨터 비전과 딥러닝 (1)

NIRVANA

[7장 1 ~ 3절] 딥러닝 비전

*파이썬 버전이 여러개 깔려 있는데 이중 matplotlib이 도대체 어디에 설치되어 있는지를 모르겠어서..그냥 코랩에서 했다..^~^ import tensorflow as tf import tensorflow.keras.datasets as ds import matplotlib.pyplot as plt (x_train, y_train), (x_test, y_test) = ds.mnist.load_data() print(x_train.shape, y_train.shape, x_test.shape, y_test.shape) x의 데이터 형태를 보면 각각 28x28맵이 60,000장 10,000만장 쌓여있는 3차원 구조임을 알 수 있다. plt.figure(figsize=(24, 3)) plt.suptitl..

AI/컴퓨터 비전과 딥러닝 2023. 7. 17. 22:54
이전 Prev 1 Next 다음

Blog is powered by kakao / Designed by Tistory

티스토리툴바