YOLO #2
·
Bootcamp_zerobase/YOLO & RNN
2025.03.19 Chapter 8. YOLO & Chapter 9. RNN52. YOLO - 배경53. YOLO - 배경54. YOLO - 학습법 YOLO 사용해 보기 YOLO TensorFlow : https://github.com/RahmadSadli/Deep-Learning/tree/master/YOLOv3_TF2 Deep-Learning/YOLOv3_TF2 at master · RahmadSadli/Deep-LearningMy Deep Learning Repo. Contribute to RahmadSadli/Deep-Learning development by creating an account on GitHub.github.com 이미 학습이 되어있는 weights는 (http:// https..
YOLO #1
·
Bootcamp_zerobase/YOLO & RNN
2025.03.11Chapter 8. YOLO & Chapter 9. RNN52. YOLO - 배경53. YOLO - 배경54. YOLO - 학습법   개념복습 Classification vs Clustering ■ 복습차원에서 다시 한 Classification(분류) 과 Clustering(군집)를 보면 군집화 (Clustering)의 큰 특징은 label(정답값)이 없고 데이터의 특성, 특징에 의해 스스로 클래스를 분류하는 것이다.    Classification vs Regression ■ 그러면, Classification과 Regression(회귀)의 차이를 보면, Regression(회귀)은 어떤 데이터에 대해 "대표"할만한 데이터를 만들고 연속적으로 예측하는 것.    Class(label..