Pinned Repositories
100-days-of-code
algorithms
coursework
Classes I attended from 2019 to 2021
cpd-chatbot
Learn Transformer model (Attention is all you need, Google Brain, 2017) from implementation code written by @hyunwoongko in 2021.
deep-learning-a-z
dl-with-big-data
flutter-development
learn-python-the-hard-way
machine-learning-a-z
nlp-a-z
Dadajon's Repositories
Dadajon/cpd-chatbot
Learn Transformer model (Attention is all you need, Google Brain, 2017) from implementation code written by @hyunwoongko in 2021.
Dadajon/100-days-of-code
Dadajon/dl-with-big-data
Dadajon/flutter-development
Dadajon/learn-python-the-hard-way
Dadajon/machine-learning-a-z
Dadajon/nlp-a-z
Dadajon/coursework
Classes I attended from 2019 to 2021
Dadajon/cs329s-ml-deployment-tutorial
Code and files to go along with CS329s machine learning model deployment tutorial.
Dadajon/deep-learning-a-z
Dadajon/CutMix-PyTorch
Official Pytorch implementation of CutMix regularizer
Dadajon/Dadajon
Dadajon/dash-image-annotation
Dadajon/embedding
한국어 임베딩 (Sentence Embeddings Using Korean Corpora)
Dadajon/External-Attention-pytorch
🍀 Pytorch implementation of various Attention Mechanisms, MLP, Re-parameter, Convolution, which is helpful to further understand papers.⭐⭐⭐
Dadajon/fastai-v3
Dadajon/hands-on-ml2
Dadajon/imgdupes
Finding and deleting near-duplicate images based on perceptual hash.
Dadajon/json-schema-validator
Dadajon/kochat
Opensource Korean chatbot framework
Dadajon/kss
Korean sentence splitter
Dadajon/lingua-chat
Dadajon/paper-implementations
Dadajon/paper-reviews
Dadajon/Phosphor_PL_ML
Tutorial of ML model
Dadajon/pytorch-image-models
PyTorch image models, scripts, pretrained weights -- ResNet, ResNeXT, EfficientNet, EfficientNetV2, NFNet, Vision Transformer, MixNet, MobileNet-V3/V2, RegNet, DPN, CSPNet, and more
Dadajon/SATRN
Official Tensorflow Implementation of SATRN (CVPR Workshop WTDDLE 2020)
Dadajon/skin-cancer-diagnosis
Dadajon/Thermimage
R Package for working with radiometric thermal image files and data
Dadajon/vit-pytorch
Implementation of Vision Transformer, a simple way to achieve SOTA in vision classification with only a single transformer encoder, in Pytorch