728x90 반응형 Summary6 [DL] Tensor 다루기 - PyTorch 중심 https://dsaint31.tistory.com/891 [ML] Tensor: Scalar, Vector, Matrix.Tensor 종류1. Scalar (0차원 tensor)하나의 숫자로 표현되는 가장 기본적인 형태.크기(magnitude)만을 가지며 방향은 없음.예시: 온도(25°C), 나이(20), 가격(1000원)# 파이썬/NumPy에서의 표현scalar = 5.02. Vector (dsaint31.tistory.comhttps://dsaint31.tistory.com/456 [Programming] Primitive Data Type : C, C++, NumPy, TorchPrimitive Data Type이(Unboxed type)란?C, C++, NumPy, PyTorch, TensorF.. 2025. 3. 7. [summary] vscode vscode 소개 (visual studio 와 비교)https://ds31x.blogspot.com/2023/07/env-visual-studio-code-and-visual-studio.html?view=classic [Env] Visual Studio Code and Visual StudioVisual Studio Code (vscode)는 Visual Studio와 달리, code editor임을 강조하고 있다. Visual Studio는 전형적인 Integrated Development Environment로 MFC, .NET 등의 ...ds31x.blogspot.com vscode 설치2023.12.15 - [개발환경] - [vscode] How to install vscode: macOS, .. 2025. 1. 17. [Summary] NumPy(Numerical Python) 파이썬 생태계에서 과학적 계산의 기본이 되는 라이브러리 NumPy는 파이썬에서 과학 계산과 수치 연산을 효율적으로 처리하기 위한 라이브러리 n-dimensional array(다차원 배열)인 ndarray 객체를 중심으로 고성능 수치 계산을 지원벡터화 연산을 통해 루프 없이 대량의 데이터를 빠르게 처리할 수 있음.또한, 선형대수, 통계 등 다양한 수학적 기능을 제공하여 데이터 분석, 머신러닝, 시뮬레이션 등에서 필수적인 도구로 사용됨.openCV, Sickit-image에서도 기본 데이터 타입으로 NumPy의 ndarray를 사용함.https://numpy.org/ NumPy -Use the interactive shell to try NumPy in the browsernumpy.orghttps://d.. 2024. 9. 12. [Summary] Package Manager package란 여러 구성요소를 하나로 묶은 것을 가르킨다.os에서는package는 흔히 설치되는 software를 가르키며이들의 경우 여러 의존성이 있을 수 있기 때문에여러 packages가 묶여서 설치되는 경우 일반적이라관리하는 프로그램인 package manager가 존재하는게 흔하다.programming에서 사용되는 package manager에서의package는 library의 의미로 확대되어 사용되는 경우가 보다 많다. 프로그램에서의 package 개념은 아래를 참고할 것.더보기https://ds31x.tistory.com/198 [Python] Module, Package and Library (+ Framework)필요한 개념 및 용어 정리Library and Frameworkhttps:/.. 2024. 9. 8. [Python] Terminal, WSL, Conda, and VSCode Terminal and Console (+ Shell)https://dsaint31.me/mkdocs_site/OS/console_terminal_shell_kernel/ BME228Console, Terminal, and Shell Console: 컴퓨터(주로 서버)에 command를 작성하여 입력하고 그 결과를 확인할 수 있는 (물리적) 입출력 장치. Terminal과 비슷한 의미를 가지고 있으나 보다 물리적인 측면이 강조dsaint31.meWindows Subsystem Linux (WSL)https://dsaint31.tistory.com/423 [CE] Introduction of WSLWindows Subsystem for Linux : Linux용 Windows 하위 시스템. Windows .. 2023. 12. 15. [vscode] How to install vscode: macOS, Linux, Windows How to install vscodemacOS, Linux, 그리고 Windows에서의 vscode 설치에 대한 방법을 다룸.MacOShomebrew를 이용하여 설치하는 것이 가장 편한 방법임.brew install --cask visual-studio-codeReferencehttps://formulae.brew.sh/cask/visual-studio-code visual-studio-codeHomebrew’s package indexformulae.brew.sh2023.12.15 - [Mac] - [Homebrew] 사용법 요약본 [Homebrew] 사용법 요약본brew --version brew의 버전을 출력함. brew update brew를 최신버전으로 업데이트. brew upgrade bre.. 2023. 12. 15. 이전 1 다음 728x90 반응형