srp98 / Dimensionality-Reduction-with-AutoencoderLinks
Using Autoencoder for dimensionality reduction and feature extraction
☆15Updated 7 years ago
Alternatives and similar repositories for Dimensionality-Reduction-with-Autoencoder
Users that are interested in Dimensionality-Reduction-with-Autoencoder are comparing it to the libraries listed below
Sorting:
- Repository for the ablation study of "Long Short-Term Memory Fully Convolutional Networks for Time Series Classification"☆54Updated 6 years ago
- In this project, I will demonstrate how to combine Genetic Algorithm with Convolutional Neural Network☆42Updated 6 years ago
- A novel method for few shot learning☆52Updated 5 years ago
- Dealing with class imbalance problem in machine learning. Synthetic oversampling(SMOTE, ADASYN).☆39Updated 6 years ago
- Semi-Supervised Learning with Ladder Networks in Keras. Get 98% test accuracy on MNIST with just 100 labeled examples !☆100Updated 4 years ago
- Multi-class classification with focal loss for imbalanced datasets☆82Updated 5 years ago
- Deep Embedded Clustering with Data Augmentation (DEC-DA). Performance on MNIST (acc=0.985, nmi=0.960).☆55Updated 6 years ago
- tf.keras implementations of deep texture recognition & fine-grained image classification models☆29Updated 5 years ago
- Code for DOPING: Generative Data Augmentation for Unsupervised Anomaly Detection with GAN☆15Updated 6 years ago
- Source code for abnormal detection on MIT video surveillance dataset using Nonnegative Matrix Factorization☆11Updated 5 years ago
- Keras implementation of Global Context Attention blocks☆46Updated 6 years ago
- Metrics for measuring our multilabel model☆29Updated 6 years ago
- Sample code of B-CNN paper (https://arxiv.org/abs/1709.09890) written in Python3+.☆55Updated 3 years ago
- 6️⃣6️⃣6️⃣ Reproduce ICLR '18 under-reviewed paper "MULTI-TASK LEARNING ON MNIST IMAGE DATASETS"☆42Updated 7 years ago
- Autoencoders in Keras☆126Updated 7 years ago
- Applying a hierarchical Deep Learning to sensor stream data collected from smartphones and smartwatches to recognize the activity of user…☆33Updated 4 years ago
- ☆14Updated 7 years ago
- Image feature selection performed by using white and black box algorithms☆25Updated 3 years ago
- ☆61Updated 7 years ago
- Keras Implementation of adverserial autoencoder (AAE)☆56Updated 6 years ago
- This paper is continuously updated with deep anomaly detection methods and their applications☆104Updated 6 years ago
- ☆23Updated 7 years ago
- Implementation of Planar Graph Convolutional Networks in TensorFlow☆43Updated 8 years ago
- Tutorial on Automated Machine Learning at KDD 2020☆55Updated 4 years ago
- Semi-supervised strategies based on Deep Learning to extract structure from images and improve supervised classification tasks.☆10Updated 5 years ago
- Deep Convolutional Bidirectional LSTM for Complex Activity Recognition with Missing Data. Human Activity Recognition Challenge. Springer …☆23Updated 4 years ago
- In this project, I implemented several ensemble methods (including bagging, AdaBoost, SAMME, stacking, snapshot ensemble) for a normal CN…☆97Updated 6 years ago
- Implementation of Symmetric SNE and t-SNE in numpy and python