jadhavhninad / Sparse_autoencoderLinks
Implementing sparse autoencoder for MNIST data classification using keras and tensorflow
☆23Updated 7 years ago
Alternatives and similar repositories for Sparse_autoencoder
Users that are interested in Sparse_autoencoder are comparing it to the libraries listed below
Sorting:
- Implementation of the stacked denoising autoencoder in Tensorflow☆206Updated 7 years ago
- CBAM(Convolutional Block Attention Module) implementation on TensowFlow2.0☆74Updated 5 years ago
- A deep one-class classification based method for the task of high-dimensional anomaly detection for large-scale applications.☆10Updated 8 years ago
- AutoEncoder implements by keras. Including AE, DAE, DAE_CNN, VAE, VAE_CNN, CVAE, Sparse AE, Stacked DAE.☆41Updated 5 years ago
- Theano implementation of Cost-Sensitive Deep Neural Networks☆26Updated 7 years ago
- 卷积神经网络提取特征并用于SVM//www.cnblogs.com/chuxiuhong/p/6132814.html☆15Updated 7 years ago
- A convolutional autoencoder for feature extraction, with an SVM for image classification.☆10Updated 6 years ago
- 用 MATLAB 实现深度学习网络中的 stacked auto-encoder:使用AE variant(de-noising / sparse / contractive AE)进行预训练,用BP算法进行微调☆44Updated 9 years ago
- Pseudo-Label: Semi-Supervised Learning on CIFAR-10 in Keras☆37Updated 7 years ago
- Bagging, boosting and random forests in Matlab☆25Updated 10 years ago
- Tensorflow deep learning based domain adaptation model implementations with experiment of estimate MNIST by SVHN data (SVHN -> MNIST): DA…☆26Updated 6 years ago
- Data augmentation using Conditional Generative Adversarial Networks (cGAN)☆19Updated 2 years ago
- Medical Imaging, Denoising Autoencoder, Sparse Denoising Autoencoder (SDAE) End-to-end and Layer Wise Pretraining☆48Updated 6 years ago
- Stacked Denoising AutoEncoder☆80Updated 6 years ago
- nirmalsenthilnathan / Open-Set-Domain-Adaptation-for-Hyperspectral-Image-Classification-Using-Generative-Adversarial-NetwoThe Noval approach for dealing with hyperspectral images with the help of openset domain adaptatin and generative adversarial network.☆38Updated 5 years ago
- Unsupervised Spatial-Spectral Feature Learning by 3-Dimensional Convolutional Autoencoder for Hyperspectral Classification☆93Updated 4 years ago
- locally linear embedding algorithm code write by matlab☆33Updated 9 years ago
- Semi-supervised Regression GAN☆39Updated 5 years ago
- Tensorflow implementation of "Deep sparse representation-based classification"☆45Updated 6 years ago
- ☆54Updated 6 years ago
- Autoencoders in PyTorch☆102Updated 6 years ago
- Online Semi-supervised Learning + Online Heterogeneous Transfer Learning☆30Updated 10 years ago
- Experimenting with RBMs using scikit-learn on MNIST and simulating a DBN using Keras.☆34Updated 8 years ago
- 基于PyTorch使用迁移学习完成项目☆61Updated 7 years ago
- Python implementation of SimpleMKL algorithm for multi-kernel SVM learning☆11Updated 8 years ago
- A Keras framework for Adversarial Domain Adaptation☆34Updated 5 years ago
- Autoencoders - a deep neural network was used for feature extraction followed by clustering of the "Cancer" dataset using k-means techni…☆13Updated 7 years ago
- Dealing with class imbalance problem in machine learning. Synthetic oversampling(SMOTE, ADASYN).