In this repository, you can find the implementations of Deep Reinforcement Learning (DRL) algorithms and also implementations of deep learning models for Computer Vision and Natural Language Processing.
Currently, I have implemented the following networks used in Computer Vision tasks:
- AlexNet
- DenseNet
- Inception
- MobileNet
- ResNeXt
- ResNet
- SE-ResNeXt
- SE-ResNet
- ShuffleNet
- SqueezeNet
- VGG
- Xception
- ZFNet
-
Dueling Network Architectures for Deep Reinforcement Learning
-
High-Dimensional Continuous Control Using Generalized Advantage Estimation
-
Soft Actor-Critic: Off-Policy Maximum Entropy Deep Reinforcement Learning with a Stochastic Actor
-
Addressing Function Approximation Error in Actor-Critic Methods
-
MobileNets: Efficient Convolutional Neural Networks for Mobile Vision Applications
-
Aggregated Residual Transformations for Deep Neural Networks
-
ShuffleNet: An Extremely Efficient Convolutional Neural Network for Mobile Devices
-
SqueezeNet: AlexNet-level accuracy with 50x fewer parameters and <0.5MB model size
-
Very Deep Convolutional Networks for Large-Scale Image Recognition
-
Xception: Deep Learning with Depthwise Separable Convolutions