Pinned Repositories
Action-Recognition-UCF-101
Action Recognition from Video DataSet using Recurrent Neural Networks (LSTM) using Pytorch
attention-augmented-conv
Implementation from the paper Attention Augmented Convolutional Networks in Tensorflow (https://arxiv.org/pdf/1904.09925v1.pdf)
BMM_attentional_CNN
A CNN with an attentional module that I built while attending the brains minds and machines summer course
CNN-face-recogonition
coursera-dl
Script for downloading Coursera.org videos and naming them.
cutout-random-erasing
Cutout / Random Erasing implementation, especially for ImageDataGenerator in Keras
deep-learning
This repository contains some deep learning projects
deep-learning-models
Keras code and weights files for popular deep learning models.
deepaugment
Discover augmentation strategies tailored for your dataset
devol
Genetic neural architecture search with Keras
Mohammadreza-Dz's Repositories
Mohammadreza-Dz/facenet
Face recognition using Tensorflow
Mohammadreza-Dz/tpu
Reference models and tools for Cloud TPUs.
Mohammadreza-Dz/softmax_alternatives
Code for "Exploring Alternatives to Softmax Function"
Mohammadreza-Dz/tensorflow
An Open Source Machine Learning Framework for Everyone
Mohammadreza-Dz/pyramid-super-resolution
Mohammadreza-Dz/ImageDataAugmentor
Custom image data generator for Keras supporting the use of modern augmentation modules
Mohammadreza-Dz/deep-learning-models
Keras code and weights files for popular deep learning models.
Mohammadreza-Dz/cutout-random-erasing
Cutout / Random Erasing implementation, especially for ImageDataGenerator in Keras
Mohammadreza-Dz/DropBlock-Keras-Implementation
Paper Reproduction: "DropBlock: A regularization method for convolutional networks"
Mohammadreza-Dz/devol
Genetic neural architecture search with Keras
Mohammadreza-Dz/keras-one-cycle
Implementation of One-Cycle Learning rate policy (adapted from Fast.ai lib)
Mohammadreza-Dz/Image-Contrast-Enhancement
Python implementation of "A New Image Contrast Enhancement Algorithm Using Exposure Fusion Framework", CAIP2017
Mohammadreza-Dz/deepaugment
Discover augmentation strategies tailored for your dataset
Mohammadreza-Dz/keras_mixnets
Keras Implementation of MixNets: Mixed Depthwise Convolutions
Mohammadreza-Dz/keras-attention-augmented-convs
Keras implementation of Attention Augmented Convolutional Neural Networks
Mohammadreza-Dz/Action-Recognition-UCF-101
Action Recognition from Video DataSet using Recurrent Neural Networks (LSTM) using Pytorch
Mohammadreza-Dz/mmai823_assign2
Corporate Bankruptcy Prediction
Mohammadreza-Dz/CNN-face-recogonition
Mohammadreza-Dz/fer
Facial Expression Recognition with a deep neural network as a PyPI package
Mohammadreza-Dz/face_recognition
The world's simplest facial recognition api for Python and the command line
Mohammadreza-Dz/Facial-Expression-Recognition-with-Keras
Deep learning based facial expression recognizer. Recognizes 6 expresions
Mohammadreza-Dz/HOGNumPy
Histogram of oriented gradients (HOG) Python implementation using NumPy.
Mohammadreza-Dz/facial-emotion-recognition-svm
Mohammadreza-Dz/attention-augmented-conv
Implementation from the paper Attention Augmented Convolutional Networks in Tensorflow (https://arxiv.org/pdf/1904.09925v1.pdf)
Mohammadreza-Dz/coursera-dl
Script for downloading Coursera.org videos and naming them.
Mohammadreza-Dz/BMM_attentional_CNN
A CNN with an attentional module that I built while attending the brains minds and machines summer course
Mohammadreza-Dz/Thesis-FER-based-on-LBP-CNN-on-SVM
Graduation thesis work
Mohammadreza-Dz/deep-learning
This repository contains some deep learning projects
Mohammadreza-Dz/fer2013
Facial Emotion Recognition on FER2013 Dataset Using a Convolutional Neural Network
Mohammadreza-Dz/MobileNetworks
Keras implementation of Mobile Networks