AI현지님의 블로그

  • 홈
  • 태그
  • 방명록

그래프 예제 1

python plot practice

# Line plotimport matplotlib.pyplot as pltx = [1, 2, 3, 4, 5]y = [10, 20, 25, 30, 40]plt.plot(x, y, marker='o', linestyle='-', color='b', label="데이터")plt.xlabel("X 축")plt.ylabel("Y 축")plt.title("기본 선 그래프")plt.legend()plt.grid(True)plt.show()# Histogramimport numpy as npimport matplotlib.pyplot as pltdata = np.random.randn(100) # 정규 분포를 따르는 1000개의 난수 생성plt.hist(data, bins=30, color='skyblue', ed..

Python 2025.02.23
이전
1
다음
더보기
프로필사진

AI현지님의 블로그

AI 개발자가 되기 위한 배움과정을 적은 블로그입니다.

  • 분류 전체보기 (123) N
    • R분석 (8)
    • Python (17)
    • MIT 18.06 Linear Algebra (8)
    • Server (45)
      • Java (20)
      • Servlet (9)
      • X.com (4)
      • Node.js (7)
      • String Boot (4)
    • AI (17) N
      • DL (11) N
      • ML (6)
    • Web (0)
      • JS (7)
      • HTML + CSS (22)

Tag

Confusion Matrix, R분석, error rate, classification, 파이토치, Python, maxpool, 알렉스넷, CUDA, dataset, conv, 분류, 논리 회귀, DataLoader, ILSVRC, mit linear algebra, softmax, AlexNet, cnn, seaborn,

최근글과 인기글

  • 최근글
  • 인기글

최근댓글

공지사항

페이스북 트위터 플러그인

  • Facebook
  • Twitter

Archives

Calendar

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

티스토리툴바