nlp 입문
단어 시퀀스에 확률을 할당하는 모델, 이전 단어들을 이용하여 다음 단어를 예측함 // BERT는 양쪽 단어들로부터 가운데 단어 예측통계를 이용한 방법과 인공신경망을 이용한 방법최근에는 인공신경망 방법이 더 성능 좋음2-1. 조건부 확률의 연쇄법칙문장의 확률: 각 단어들
linux 서버에 conda 가상환경에서 dlib 설치가상환경 생성 (dlib이 python 3.6에서 작동하므로 3.6으로 함)conda create -n env_name python=3.6가상환경 activateconda activate env_namecmake 설
Attention is all you need (이하 transformer) 리뷰
mm detection 소개 및 inference
Config
Custom dataset을 만들었으면 이제 config를 설정하고 학습을 시키면 됩니다.
config의 모델, backbone, scheduling등을 바꾸어 가며 학습해보는 방법
Mengde Xu and Zheng Zhang, ICCV 2021
SSL 논문 리뷰, survey 논문 소개
NIPS-2004-semi-supervised-learning-by-entropy-minimization-Paper
SPP Net, 2014
CSPNet , IEEE 2020
CRAFT, CVPR 2019
Character Region Attention For Text Spotting ,2020
Pytorch torch.nn.init 과 Tensorflow tf.keras.initializers 비교
SAT: self-adaptive training for fashion compatibility prediction, 2022
Context-Aware Visual Compatibility Prediction
tensorflow2 multi threading을 사용해서 효율적인 data pipeline을 구축하자!
Bridging the Gap Between Anchor-based and Anchor-free Detection via Adaptive Training Sample Selection, CVPR 2020
YOLOv6, YOLOv6 - v3.0 리뷰
ONNX란? (1) - 기본 설명과 원리, 한계점, PyTorch to ONNX 예시
DECOUPLING REPRESENTATION AND CLASSIFIER FOR LONG-TAILED RECOGNITION, ICLR 2020 리뷰
YOLO-World 논문 리뷰
LLaMA: Open and Efficient Foundation Language Models