예름의 개발 TIL

예름의 개발 TIL

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

예름의 개발 TIL

컨텐츠 검색

태그

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

최근글

댓글

공지사항

아카이브

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.

티스토리툴바