Pinned Repositories
AlgorithmPractice
Align-to-Distill
Official implementation of "Align-to-Distill: Trainable Attention Alignment for Knowledge Distillation in Neural Machine Translation" (LREC-COLING 2024)
Cornell-CS5670
cs231n
cs231n coding assignments
deep_learning_from_scratch_3_study
딥러닝 프레임워크 만들어보기
encoder_to_classifier
fairseq
Facebook AI Research Sequence-to-Sequence Toolkit written in Python.
gpnn
Code for ECCV2018 - Learning Human-Object Interactions by Graph Parsing Neural Networks.
heegonjin.github.io
Leetcode
리트코드 스터디
HeegonJin's Repositories
HeegonJin/Leetcode
리트코드 스터디
HeegonJin/AlgorithmPractice
HeegonJin/Align-to-Distill
Official implementation of "Align-to-Distill: Trainable Attention Alignment for Knowledge Distillation in Neural Machine Translation" (LREC-COLING 2024)
HeegonJin/Cornell-CS5670
HeegonJin/cs231n
cs231n coding assignments
HeegonJin/deep_learning_from_scratch_3_study
딥러닝 프레임워크 만들어보기
HeegonJin/encoder_to_classifier
HeegonJin/fairseq
Facebook AI Research Sequence-to-Sequence Toolkit written in Python.
HeegonJin/gpnn
Code for ECCV2018 - Learning Human-Object Interactions by Graph Parsing Neural Networks.
HeegonJin/heegonjin.github.io
HeegonJin/kakr-4th-competition
Kaggle 성인 인구조사 소득 예측 대회 Top 4%, 5th of 162 (solo)
HeegonJin/Texture_Segmentation
HeegonJin/image_masking
HeegonJin/json_parsing
HeegonJin/knn_vectorization
HeegonJin/lec_MachineLearning
홍병우 교수님의 머신러닝 수업 관련
HeegonJin/linear_classifier
svm_loss, softmax_loss implementation
HeegonJin/pytorch-lightning
The lightweight PyTorch wrapper for high-performance AI research. Scale your models, not the boilerplate.
HeegonJin/Pytorch-Lightning-practice
MNIST classification
HeegonJin/relationnet
HeegonJin/ssd_face_mask_detection
using ssd model for face mask detection
HeegonJin/SSDAugmentation
HeegonJin/vit-pytorch
Implementation of Vision Transformer, a simple way to achieve SOTA in vision classification with only a single transformer encoder, in Pytorch
HeegonJin/vqa-project
Code for our paper: Learning Conditioned Graph Structures for Interpretable Visual Question Answering
HeegonJin/yolov1
yolov1 re-implementation