2025.07.17
출처
REP 1 : REP의 목적과 가이드라인
REP란? ROS Enhancement Proposal. 정보 제공 및 ROS에 대한 설명, 환경을 위한 새로운 기능 및...
ubuntu 필수 모듈
pip 2. tree 터미널에서 파일 및 디렉토리 목록을 가시성좋게 확인할 수 있음
ubuntu ros essential knowledge
1. in my com, ros's location is source /opt/ros/humble/setup.bash
7. 표현(Express)
전처리기 전처리기(전처리자)는 C부터 사용되었으며, 컴파일 전에 처리 되는 과정이다. 컴파일 과정 중 코...
Lecture 4 | Introduction to Neural Networks
Computational graph computational graph can express all of function. each graph's node means t...
Lecture 3 | Loss Functions and Optimization
how can we get the best weight? We need to quantify the weight. To see if it works fine or not. pe...
Lecture 2 | Image Classification
Image Classification : A core task in Computer Vision how do we work image classification task?...
왜 포인터를 사용하는가에 대하여
함수 호출시 메모리를 통으로 복사하면 느리다. 그렇기에 포인터를 통해 메모리의 위치를 직접적으로 보내...
Lecture 1 | Introduction to Convolutional Neural Networks for Visual Recognition
computer vision is really the study of visual data. history of cv overview of course where vision co...
6. 형변환
형변환(type conversion)은 캐스팅(casting) 이라고도 하며 자료 간에 명시적(explicit), 묵시적(implicit)...