All Projects → dhruvramani → C2ae Multilabel Classification

dhruvramani / C2ae Multilabel Classification

Tensorflow implementation for the paper 'Learning Deep Latent Spaces for Multi-Label Classfications' in AAAI 2017

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to C2ae Multilabel Classification

Top 10 Computer Vision Papers 2020
A list of the top 10 computer vision papers in 2020 with video demos, articles, code and paper reference.
Stars: ✭ 132 (+46.67%)
Mutual labels:  paper, deep-neural-networks
Action Recognition Visual Attention
Action recognition using soft attention based deep recurrent neural networks
Stars: ✭ 350 (+288.89%)
Mutual labels:  paper, deep-neural-networks
Best ai paper 2020
A curated list of the latest breakthroughs in AI by release date with a clear video explanation, link to a more in-depth article, and code
Stars: ✭ 2,140 (+2277.78%)
Mutual labels:  paper, deep-neural-networks
Deep Embedded Memory Networks
https://arxiv.org/abs/1707.00836
Stars: ✭ 19 (-78.89%)
Mutual labels:  paper, deep-neural-networks
Awesome Gans And Deepfakes
A curated list of GAN & Deepfake papers and repositories.
Stars: ✭ 224 (+148.89%)
Mutual labels:  paper, deep-neural-networks
Awesome System For Machine Learning
A curated list of research in machine learning system. I also summarize some papers if I think they are really interesting.
Stars: ✭ 1,185 (+1216.67%)
Mutual labels:  paper, deep-neural-networks
Delora
Self-supervised Deep LiDAR Odometry for Robotic Applications
Stars: ✭ 81 (-10%)
Mutual labels:  paper
Breast Cancer Classification
Breast Cancer Classification using CNN and transfer learning
Stars: ✭ 86 (-4.44%)
Mutual labels:  deep-neural-networks
Torch Encoding Layer
Deep Texture Encoding Network
Stars: ✭ 80 (-11.11%)
Mutual labels:  deep-neural-networks
Deepdenoiser
Deep learning based denoiser for Cycles, Blender's physically-based production renderer.
Stars: ✭ 80 (-11.11%)
Mutual labels:  deep-neural-networks
Snapaper
📰 Past Papers Sharing Platform Based On Vue.js & GCE Guide | CAIE 试卷分享与下载平台
Stars: ✭ 90 (+0%)
Mutual labels:  paper
Deepicf
TensorFlow Implementation of Deep Item-based Collaborative Filtering Model for Top-N Recommendation
Stars: ✭ 86 (-4.44%)
Mutual labels:  deep-neural-networks
Cfsrcnn
Coarse-to-Fine CNN for Image Super-Resolution (IEEE Transactions on Multimedia,2020)
Stars: ✭ 84 (-6.67%)
Mutual labels:  deep-neural-networks
Adn
ADN: Artifact Disentanglement Network for Unsupervised Metal Artifact Reduction
Stars: ✭ 81 (-10%)
Mutual labels:  deep-neural-networks
Bit Rnn
Quantize weights and activations in Recurrent Neural Networks.
Stars: ✭ 86 (-4.44%)
Mutual labels:  paper
Flops Counter.pytorch
Flops counter for convolutional networks in pytorch framework
Stars: ✭ 1,223 (+1258.89%)
Mutual labels:  deep-neural-networks
Facial Expression Recognition
💡My Solution to Facial Emotion Recognization in Kaggle competition
Stars: ✭ 88 (-2.22%)
Mutual labels:  deep-neural-networks
Recursive Cnns
Implementation of my paper "Real-time Document Localization in Natural Images by Recursive Application of a CNN."
Stars: ✭ 80 (-11.11%)
Mutual labels:  paper
X Ray Classification
X-ray Images (Chest images) analysis and anomaly detection using Transfer learning with inception v2
Stars: ✭ 83 (-7.78%)
Mutual labels:  deep-neural-networks
Niftynet
[unmaintained] An open-source convolutional neural networks platform for research in medical image analysis and image-guided therapy
Stars: ✭ 1,276 (+1317.78%)
Mutual labels:  deep-neural-networks

C2AE

This is the Tensorflow implementation for the paper 'Learning Deep Latent Spaces for Multi-Label Classfications' published in AAAI 2017.

Installation

The model was built and tested using Python 3! Install the following dependencies :

pip3 install liac-arff 

Tensorflow

Running

This code supports the .arff data format, however if you wish to use any other data format, convert it into numpy arrays and dump it to the data/dataset_name with the name format as mentioned in data/README.md and modify model/src/parser.py.

cd ./model/src
python3 __main__.py

Logs

All the logs are saved in ./model/stdout and you can visualize the loss using tensorboard by pointing it to ./model/results/tensorboard.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].