예름의 개발 TIL

예름의 개발 TIL

  • 분류 전체보기 (111)
    • Artificial Intelligence (62)
      • 모두를 위한 딥러닝 (PyTorch) (13)
      • Computer Vision (10)
      • CS231n (Stanford) (17)
      • CS236 (Stanford) (19)
      • LG Aimers 7기 (0)
    • 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

컨텐츠 검색

태그

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

최근글

댓글

공지사항

아카이브

pytorch logistic regression(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.

티스토리툴바