¡Hola, Mundo!

  • 홈
  • 태그
  • 방명록

axis 3

numpy-axis, expand_dims

axis=0 It will act on all the ROWS in each column, means along "indexes". It's a row-wise operation. axis=1 It will act on all the COLUMNS in each row, means along "columns". It's a column-wise operation.a = np.array([[1, 2]])b = np.array([[5, 6]])row_wise=np.concatenate((a, b), axis=0)column_wise=np.concatenate((a, b), axis=1)print(row_wise)print(column_wise)>>>[[1 2] [5 6]] [[1 2 5 6]]- multi ..

Analyze Data/Python Libraries 2023.05.24

histogram, linear, axis, map

Let's decorate the histogram such as convert the chart, apply the text, axis so on following previous post(2020/12/30 - [d3.js] - histogram layout, parseInt). CSV file "name","age" "maria",17 "maria",6 "maria",5 "maria",8 "maria",4 "maria",6 "maria",7 "maria",3 "maria",19 "maria",17 "maria",6 "maria",5 "maria",8 "maria",4 "maria",6 "maria",7 "maria",3 "maria",19 "maria",17 "maria",6 "maria",5 "m..

d3.js 2020.12.31

axis, ticks

Following the previous post(2020/12/28 - [d3.js] - scale), let's applied axis, ticks. Result

d3.js 2020.12.28
이전
1
다음
더보기
  • 분류 전체보기 (352)
    • Autonomous Vehicle (55)
      • Theory (14)
      • Sensors (11)
      • Video Geometry (24)
    • Deep Learning (20)
      • PyTorch (10)
      • Tensorflow (8)
      • CNN (7)
      • Object Detection (16)
    • Machine Learning (18)
    • Reinforcement Learning (4)
    • Analyze Data (29)
      • Python (2)
      • Python Libraries (20)
      • Measure of similarity (7)
    • KAFKA (6)
    • d3.js (20)
    • Environment (9)
      • Anaconda (4)
      • VisualStudioCode (3)
      • Jupyter (2)
    • JavaScript (10)
    • C# (6)
    • Linux (15)
      • terminal (9)
      • Nvidia (3)
    • Docker (17)
    • Git (7)
    • Concept (8)
      • Network (3)
    • Elastic Stack (6)
      • Elasticsearch (5)
      • Logstash (1)
    • Basic Python (49)
      • FastAPI (3)
      • Data Structure (1)
      • Workbook (5)
    • DataBase (11)
      • MYSQL (6)
      • MariaDB (1)
    • Math (20)
    • About me (1)

Tag

forward propagation, classmethod, docker-compose, global variable, Step Function, yield from, Regular Expression, zeros, abstractmethod, nvidia-smi, 3D Rotation Matrix, d3js, axis, Sigmoid function, batch size, textdistance, kafka, Filter, randn, selectall,

최근글과 인기글

  • 최근글
  • 인기글

최근댓글

공지사항

페이스북 트위터 플러그인

  • Facebook
  • Twitter

Archives

Calendar

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

Copyright © Kakao Corp. All rights reserved.

티스토리툴바