> AI Gravity :: 'matplotlib' 태그의 글 목록
본문으로 바로가기

AI Gravity

현재위치 :: HOME BLOG CATEGORY SEARCH ARCHIVE TAGS MEDIA LOCATION GUESTBOOK

네비게이션

  • 홈
  • 태그
관리자
  • 블로그 이미지
    AI Gravity

    링크추가
  • 글쓰기
  • 환경설정
  • 로그인
  • 로그아웃

matplotlib 검색 결과

해당 글 2건

MNSIT - CNN with Augmentation

# This Python 3 environment comes with many helpful analytics libraries installed # It is defined by the kaggle/python Docker image: https://github.com/kaggle/docker-python # For example, here's several helpful packages to load import numpy as np # linear algebra import pandas as pd # data processing, CSV file I/O (e.g. pd.read_csv) import matplotlib.pyplot as plt import seaborn as sns %matplotl..

Kaggle/CNN 2021. 11. 17. 11:42

Matplotlib

1. Extract data Code: import seaborn as sns#use seaborn lib import matplotlib.pyplot as plt#use matplotlib lib tips=sns.load_dataset("tips")#get "tips" dataset print(tips) print(type(tips)) Result: 2. Histogram Graph Code: histogram_plot=plt.figure()#make many graphs in one figure axes1=histogram_plot.add_subplot(1,2,1)#make 1st subplot in (1x2) axes1.hist(tips['total_bill'],bins=10)#set 'total_..

AI Library/Pandas 2021. 11. 14. 18:22
  • 이전
  • 1
  • 다음

사이드바

CATEGORY

  • 분류 전체보기 (26)
    • Programming Language (3)
      • C (0)
      • C++ (0)
      • C# (0)
      • Python (3)
      • Java (0)
    • AI Library (9)
      • Pandas (9)
      • Keras (0)
      • Numpy (0)
    • AI Framework (6)
      • Caffe (0)
      • Tensorflow (4)
      • PyTorch (2)
    • Kaggle (1)
      • CNN (1)
    • Math (3)
      • Activation Function (1)
      • Loss Function (1)
      • Concept (1)
      • Principle (0)
    • File Type (0)
      • CSV (0)
    • 잡생각 (1)
    • Paper (1)
    • Model (2)

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

VISITOR

오늘
어제
전체
  • 홈으로
  • 방명록
  • 로그인
  • 로그아웃
  • 맨위로
SKIN BY COPYCATZ COPYRIGHT AI Gravity, ALL RIGHT RESERVED.
AI Gravity
블로그 이미지 AI Gravity 님의 블로그
MENU
  • 홈
  • 태그
CATEGORY
  • 분류 전체보기 (26)
    • Programming Language (3)
      • C (0)
      • C++ (0)
      • C# (0)
      • Python (3)
      • Java (0)
    • AI Library (9)
      • Pandas (9)
      • Keras (0)
      • Numpy (0)
    • AI Framework (6)
      • Caffe (0)
      • Tensorflow (4)
      • PyTorch (2)
    • Kaggle (1)
      • CNN (1)
    • Math (3)
      • Activation Function (1)
      • Loss Function (1)
      • Concept (1)
      • Principle (0)
    • File Type (0)
      • CSV (0)
    • 잡생각 (1)
    • Paper (1)
    • Model (2)
VISITOR 오늘 / 전체
  • 글쓰기
  • 환경설정
  • 로그인
  • 로그아웃
  • 취소

검색

티스토리툴바