Deep learning topic

Deep learning is an AI function and a subset of machine learning, used for processing large amounts of complex data. Deep learning can automatically create algorithms based on data patterns.

List Deep learning repositories

GANimation

1.9k
Stars
411
Forks
Watchers

GANimation: Anatomically-aware Facial Animation from a Single Image (ECCV'18 Oral) [PyTorch]

meta-interpolation

78
Stars
13
Forks
Watchers

Source code for CVPR 2020 paper "Scene-Adaptive Video Frame Interpolation via Meta-Learning"

facial-expression-recognition-using-cnn

444
Stars
143
Forks
Watchers

Deep facial expressions recognition using Opencv and Tensorflow. Recognizing facial expressions from images or camera stream

self-supervised-relational-reasoning

141
Stars
24
Forks
Watchers

Official PyTorch implementation of the paper "Self-Supervised Relational Reasoning for Representation Learning", NeurIPS 2020 Spotlight.

tensorbag

26
Stars
13
Forks
Watchers

Collection of tensorflow notebooks tutorials for implementing some basic Deep Learning architectures.

DenseNet-Caffe

356
Stars
275
Forks
Watchers

DenseNet Caffe Models, converted from https://github.com/liuzhuang13/DenseNet

darkflow

6.1k
Stars
2.1k
Forks
Watchers

Translate darknet to tensorflow. Load trained weights, retrain/fine-tune using tensorflow, export constant graph def to mobile devices

essence

74
Stars
18
Forks
Watchers

AutoDiff DAG constructor, built on numpy and Cython. A Neural Turing Machine and DeepQ agent run on it. Clean code for educational purpose.