예름의 개발 TIL

예름의 개발 TIL

  • 분류 전체보기 (112) N
    • Artificial Intelligence (63) N
      • 모두를 위한 딥러닝 (PyTorch) (13)
      • Computer Vision (10)
      • CS231n (Stanford) (17)
      • CS236 (Stanford) (19)
      • LG Aimers 7기 (1) N
    • Project Log (31)
      • 학부 졸업프로젝트 (31)
    • Mobile Programming (5)
    • AWS (3)
    • Node.js (1)
    • Distributed System (0)
    • Paper (4)
      • Robotics (1)
      • Ubiquitous AI (1)
      • How to read (1)
      • Human-centric Ubiquitous In.. (1)
      • Trustworthy AI (0)
    • Etc (5)
  • 홈
  • 태그
  • 방명록
RSS 피드
로그인
로그아웃 글쓰기 관리

예름의 개발 TIL

컨텐츠 검색

태그

stanford cs236 필기본 Learning rate django 프로젝트 구조 졸업프로젝트 gradient descent firebase 딥러닝 cost 계산 라즈베리파이 cs236: deep generative models 파이토치 Tensor Manipulation stanford cs231n 필기본 모두를 위한 딥러닝 시즌2 docker aws IoT core docker container pytorch aws lambda cs231n: deep learning for computer vision openAI API Key

최근글

댓글

공지사항

아카이브

Binary Cross Entropy(1)

  • [PyTorch] Logistic Regression 실습 : 모두를 위한 딥러닝 시즌2

    Logistic Regression 이론 요약Logistic Regression 구현 코드라이브러리 import & 시드값 고정# Library importimport torchimport torch.nn as nnimport torch.nn.functional as Fimport torch.optim as optim# To ensure experiment reproducibilitytorch.manual_seed(1) 데이터 정의# Data definitionx_data = [[1, 2], [2, 3], [3, 1], [4, 3], [5, 3], [6, 2]]y_data = [[0], [0], [0], [1], [1], [1]]x_train = torch.FloatTensor(x_data) # (6,..

    2024.09.05
이전
1
다음
티스토리
© 2018 TISTORY. All rights reserved.

티스토리툴바