Giter Club home page Giter Club logo

Comments (3)

Heeseok-Jeong avatar Heeseok-Jeong commented on August 12, 2024 2

흠.. 3차원일때도 2차원일때처럼 그 축이 사라져서 2차원 행렬이 되지않을까요?!
x.shape => (4, 2, 3)
axis=0 : (2, 3)
axis=1 : (4, 3)
axis=2 : (4, 2)

from peer-session.

bsm8734 avatar bsm8734 commented on August 12, 2024 1

와 근데 펭귄님이 말씀하신대로 해당 축이 사라진다고 생각하니까 정말 편리하네요! ..🔥
답은 다른 종이에 살짝 적어놓고 내일 맞춰보겠습니다 : - )

from peer-session.

CoodingPenguin avatar CoodingPenguin commented on August 12, 2024 1

@Heeseok-Jeong @bsm8734 늦어서 죄송합니다..ㅠㅠ


히스님이 말씀하신대로 설정된 축이 없어지니 결과의 크기

  • axis=0 : (2, 3)
  • axis=1 : (4, 3)
  • axis=2 : (4, 2)

되는 게 맞습니다!

자세한 결과는 다음과 같습니다.

  • axis=0 : [[4, 8, 12], [16, 20, 24]]
  • axis=1 : [[5, 7, 9], [5, 7, 9], [5, 7, 9], [5, 7, 9]]
  • axis=2 : [[6, 15], [6, 15], [6, 15], [6, 15]]

가 됩니다!


도움이 되서 다행이네요😊

from peer-session.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.