효과는 굉장했다!

  • 홈
  • 방명록

딥러닝/Tensorflow 1

[Deep Learning / Tensorflow] Model Layer 분석 및 파라미터 계산 실습

실습 코드 import tensorflow as tf from tensorflow import keras from keras import layers def get_sequential_model(input_shape): model = keras.Sequential( [ # Input layers.Input(input_shape), # 1st Conv block layers.Conv2D(64, 3, strides=1, activation='relu', padding='same'), layers.Conv2D(64, 3, strides=1, activation='relu', padding='same'), layers.MaxPool2D(), # 이미지 사이즈 반으로 축소 layers.BatchNormalizat..

딥러닝/Tensorflow 2024.03.12
이전
1
다음
더보기
프로필사진

스스로를 자극하기 위한 공간

  • 분류 전체보기 (219)
    • 논문 (10)
    • 딥러닝 (4)
      • Pytorch (1)
      • Tensorflow (1)
    • ROS (2)
    • Linux (2)
    • 코딩테스트 대비 (200)
      • 프로그래머스 (1)
      • Softeer (24)
      • BOJ (127)
      • 단계별 코딩 테스트 준비(27일 과정) (48)
    • 자료구조 (1)

Tag

python, 선형리스트, linear list,

최근글과 인기글

  • 최근글
  • 인기글

최근댓글

공지사항

페이스북 트위터 플러그인

  • Facebook
  • Twitter

Archives

Calendar

«   2025/05   »
일 월 화 수 목 금 토
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 31

방문자수Total

  • Today :
  • Yesterday :

Copyright © Kakao Corp. All rights reserved.

티스토리툴바