본문 바로가기 메뉴 바로가기

Rosy's Artificial Intelligence Blog

프로필사진
  • 글쓰기
  • 관리
  • 태그
  • 방명록
  • RSS

Rosy's Artificial Intelligence Blog

검색하기 폼
  • 분류 전체보기 (324)
    • Rosy Park (0)
      • 비공개좌표 (0)
    • Programming (181)
      • FULL STACK (10)
      • DATABASE (12)
      • 자료구조 (14)
      • 서버와 네트워크 (14)
      • Cloud (30)
      • DevOps (2)
      • -------------------- (0)
      • JAVA&JAVASCRIPT비교 (4)
      • JAVA (6)
      • Android (24)
      • JAVASCRIPT (6)
      • React (16)
      • HTML+css (2)
      • python (25)
      • C# (7)
      • Git&Bash (5)
      • R (1)
      • 빅데이터하둡하이브 (0)
      • React-Next.js (1)
      • Node (2)
      • Spring (0)
    • 인공지능 (78)
      • 캐글 (6)
      • 블록체인 (10)
      • 머신러닝 (34)
      • 딥러닝 (17)
      • 자연어처리 (11)
    • Engineering (20)
      • 유한요소해석 (14)
      • signal (6)
    • 잡동사니공부 (35)
      • [Trends] (0)
      • 원서읽기 (7)
      • 기사읽기 (28)
      • 취미 (0)
    • 컴퓨터 (8)
      • 우분투 (0)
      • Computer (8)
  • 방명록

Programming (181)
python 문법 공부 - list

1. 기본 list 생성 1 2 x_data = [] y_data = [] cs 2. list to array 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 import numpy as np A = [100,200] B = [50,0] C = [350,100] expression_data = [A,B,C] array2d = np.array(expression_data) print(array2d) """ [[100 200] [ 50 0] [350 100]] """ array = np.array(A) print("A type", type(A)) #A type print(array2d.shape) #(3, 2) print(type(array2d)) # print(a..

Programming/python 2019. 9. 5. 15:54
이전 1 ··· 16 17 18 19 다음
이전 다음
공지사항
최근에 올라온 글
최근에 달린 댓글
Total
Today
Yesterday
링크
TAG
  • q
  • ㅡ
  • ㅂ
  • d
more
«   2025/10   »
일 월 화 수 목 금 토
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
글 보관함

Blog is powered by Tistory / Designed by Tistory

티스토리툴바