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

AI Platform / Web

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

AI Platform / Web

검색하기 폼
  • 분류 전체보기 (374)
    • 알고리즘 (56)
      • 알고리즘 종류 (20)
      • 백준 (1)
      • sw (30)
    • Web (206)
      • HTML (10)
      • CSS (6)
      • Bootstrap (2)
      • Django (63)
      • JAVASCRIPT (22)
      • typescript (2)
      • Vue.js (10)
      • SQL (2)
      • git (2)
      • 프로젝트구현 (21)
      • React (42)
      • php (2)
      • nodejs (3)
      • nextjs (12)
    • Database (0)
      • MongoDB (0)
    • 빅데이터 (8)
    • 인공지능(Artificial Intelligenc.. (64)
      • python (23)
      • 자연어 처리(natural language pro.. (16)
      • Linear algebra (1)
      • Algorithm (2)
      • Tensorflow (8)
      • speech recongnition (0)
      • 머신러닝 (4)
      • 딥러닝(Deep Learning) (2)
      • CNN (4)
      • RNN (1)
    • 데이터분석 (9)
    • Platform (12)
      • spring boot (9)
    • 라즈베리파이 (5)
    • github (1)
    • 오픈소스 (1)
  • 방명록

broadcasting (1)
Numpy 2. 배열의 연산

모든 연산 함수는 np모듈에 포함되어 있다. 산술 연산(Arithmetic Operations) # arange로 1부터 10 미만의 범위에서 1씩 증가하는 배열 생성 # 배열의 shape을 (3, 3)으로 지정 a = np.arange(1, 10).reshape(3, 3) [[1 2 3] [4 5 6] [7 8 9]] # arange로 9부터 0까지 범위에서 1씩 감소하는 배열 생성 # 배열의 shape을 (3, 3)으로 지정 b = np.arange(9, 0, -1).reshape(3, 3) [[9 8 7] [6 5 4] [3 2 1]] # 빼기 a - b array([[-8, -6, -4], [-2, 0, 2], [ 4, 6, 8]]) np.subtract(a, b) array([[-8, -6, -..

카테고리 없음 2020. 9. 16. 01:11
이전 1 다음
이전 다음
공지사항
최근에 올라온 글
최근에 달린 댓글
Total
Today
Yesterday
링크
TAG
  • Queue
  • UserCreationForm
  • Python
  • 자료구조
  • nodejs
  • logout
  • 자연어처리
  • useHistory 안됨
  • react autoFocus
  • mongoDB
  • TensorFlow
  • react
  • typescript
  • Vue
  • next.config.js
  • DFS
  • useState
  • 클라우데라
  • read_csv
  • django
  • Deque
  • JavaScript
  • vuejs
  • pandas
  • NextJS
  • Express
  • nextjs autoFocus
  • BFS
  • error:0308010C:digital envelope routines::unsupported
  • login
more
«   2025/07   »
일 월 화 수 목 금 토
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

티스토리툴바