Pinned Repositories
ABCNN
CapsNet-pytorch
This repo aims to implement a "Dynamic Routing Between Capsules"
Deep-COOC.pytorch
Implementation of Deep-COOC pytorch version
DeepFashion-Tensorflow
Knowledge-Distillation-in-NN
Easy to follow KD, Learn How it works in pytorch implementation
MemN2N
pytorch-RetinaNet
This repo aims to implement a "Focal loss for Dense Object Detection"
RACNN-pytorch
This is a third party implementation of RA-CNN in pytorch.
RETAIN
implementation of: "RETAIN: Interpretable Predictive Model in Healthcare using Reverse Time Attention Mechanism"
SNIP-filter-level-pytorch
Evaluate sensitivity of channel/vector connection to decrease width/depth of network. Which will accelerate inference speed and reduce storage usage without any other module or support
jeong-tae's Repositories
jeong-tae/RACNN-pytorch
This is a third party implementation of RA-CNN in pytorch.
jeong-tae/DeepFashion-Tensorflow
jeong-tae/pytorch-RetinaNet
This repo aims to implement a "Focal loss for Dense Object Detection"
jeong-tae/SNIP-filter-level-pytorch
Evaluate sensitivity of channel/vector connection to decrease width/depth of network. Which will accelerate inference speed and reduce storage usage without any other module or support
jeong-tae/Knowledge-Distillation-in-NN
Easy to follow KD, Learn How it works in pytorch implementation
jeong-tae/ABCNN
jeong-tae/CapsNet-pytorch
This repo aims to implement a "Dynamic Routing Between Capsules"
jeong-tae/Deep-COOC.pytorch
Implementation of Deep-COOC pytorch version
jeong-tae/MemN2N
jeong-tae/RETAIN
implementation of: "RETAIN: Interpretable Predictive Model in Healthcare using Reverse Time Attention Mechanism"
jeong-tae/tensorflow_tutorial2
jeong-tae/tensorflow_tutorial3
jeong-tae/AVLtree
Assignment of data structure class. This is just practice for git and C++
jeong-tae/bash-handbook
:book: For those who wanna learn Bash
jeong-tae/cancer_segmentation
This repository aims to segment a cancer from CT images
jeong-tae/DCGAN-tensorflow
A tensorflow implementation of "Deep Convolutional Generative Adversarial Networks"
jeong-tae/DiscoGAN
Official implementation of "Learning to Discover Cross-Domain Relations with Generative Adversarial Networks"
jeong-tae/GRE-word-API
jeong-tae/hashmap
Assignment of data structure class. This is just practice for git and C
jeong-tae/improved-gan
code for the paper "Improved Techniques for Training GANs"
jeong-tae/markdown-it-merge-cells
A markdown-it plugin to merge adjacent cells with same content in tables
jeong-tae/MovieRating-TF
jeong-tae/myenvs
This used to make python virtual environments, especially for the pytorch and opencv
jeong-tae/pytorch-fcn
PyTorch Implementation of Fully Convolutional Networks.
jeong-tae/pytorch-yolo2
Convert https://pjreddie.com/darknet/yolo/ into pytorch
jeong-tae/SmartThingsPublic
SmartThings open-source DeviceTypeHandlers and SmartApps code
jeong-tae/tensorflow_tutorial1