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

GANWarping

172
Stars
8
Forks
Watchers

Rewriting Geometric Rules of a GAN: Warp a GAN model to customized, out-of-domain shapes.

allennlp_tutorial

86
Stars
18
Forks
Watchers

Tutorial on how to use AllenNLP for sequence modeling (including hierarchical LSTMs and CRF decoding)

LambdaNet

378
Stars
37
Forks
Watchers

Purely functional artificial neural network library implemented in Haskell.

attention-viz

28
Stars
7
Forks
Watchers

Lightweight visualization tool for neural attention mechanisms

dnn.cool

49
Stars
2
Forks
Watchers

A framework for multi-task learning, where you may precondition tasks and compose them into bigger tasks. Conditional objectives and per-task evaluations and interpretations.

clip_playground

141
Stars
11
Forks
Watchers

An ever-growing playground of notebooks showcasing CLIP's impressive zero-shot capabilities

form2fit

81
Stars
23
Forks
Watchers

[ICRA 2020] Train generalizable policies for kit assembly with self-supervised dense correspondence learning.

ggcnn

472
Stars
140
Forks
Watchers

Generative Grasping CNN from "Closing the Loop for Robotic Grasping: A Real-time, Generative Grasp Synthesis Approach" (RSS 2018)

mvp_grasp

197
Stars
45
Forks
Watchers

Multi-Viewpoint Picking (ICRA 2019)

reinforcement-learning-algorithms

649
Stars
104
Forks
Watchers

This repository contains most of pytorch implementation based classic deep reinforcement learning algorithms, including - DQN, DDQN, Dueling Network, DDPG, SAC, A2C, PPO, TRPO. (More algorithms are st...