python 라이브러리 설치:
# pip install numpy
다차원배열 , 행열, 연산..
선행대수(Linear Alagebra)
1차원 : axis 0 : vector
2차원 : axis 1 : matrix ( 행열 )
3차원 : axis 2 : tensor ( 3차원 이상 )
deeplearning 배우려고 pytorch tutorials 찾았더니,, numpy 부터 시작하네..
근데, 이게 뭐야~ ^^;;;
https://www.youtube.com/watch?v=LdoJAC26MIc
opentutorials.org/module/3653/22995