SongDark / cnn_autoencoder_mnistLinks
CNN auto-encoder on mnist.
☆21Updated 3 years ago
Alternatives and similar repositories for cnn_autoencoder_mnist
Users that are interested in cnn_autoencoder_mnist are comparing it to the libraries listed below
Sorting:
- Implementation of the stacked denoising autoencoder in Tensorflow☆206Updated 7 years ago
 - Theano implementation of Cost-Sensitive Deep Neural Networks☆26Updated 7 years ago
 - The code of the AAAI-19 paper "AFS: An Attention-based mechanism for Supervised Feature Selection".☆46Updated 6 years ago
 - BLS Code☆127Updated 6 years ago
 - This is a repository for Multi-task learning with toy data in Pytorch and Tensorflow☆137Updated 7 years ago
 - In this repository, I will implement some machine learning algorithms in Python, and show how to use it in a notebook. I feel it interest…☆42Updated 6 years ago
 - AutoEncoder implements by keras. Including AE, DAE, DAE_CNN, VAE, VAE_CNN, CVAE, Sparse AE, Stacked DAE.☆41Updated 5 years ago
 - Learning and Recording☆34Updated 6 years ago
 - 个人练习,自编码器及其变形(理论+实践)☆339Updated 6 years ago
 - ☆54Updated 6 years ago
 - Autoencoders in PyTorch☆102Updated 6 years ago
 - Stacked Denoising AutoEncoder☆80Updated 5 years ago
 - Implementing sparse autoencoder for MNIST data classification using keras and tensorflow☆23Updated 7 years ago
 - 基于PyTorch使用迁移学习完成项目☆61Updated 7 years ago
 - Cost-Sensitive Learning / ReSampling / Weighting / Thresholding / BorderlineSMOTE / AdaCost / etc.☆109Updated 4 years ago
 - Dealing with class imbalance problem in machine learning. Synthetic oversampling(SMOTE, ADASYN).☆39Updated 3 weeks ago
 - This paper have been presented in the form of an oral presentation at the IJCNN-2019 conference. The title is "Transformation-gated LSTM…☆30Updated 5 years ago
 - Online Semi-supervised Learning + Online Heterogeneous Transfer Learning☆29Updated 10 years ago
 - PyTorch implementation of SDAE (Stacked Denoising AutoEncoder)☆127Updated 5 years ago
 - Time Series Classification Benchmark with LSTM, VGG, ResNet☆60Updated 7 years ago
 - 支持向量机(SVM)——分类预测,包括多分类问题,核函数调参,不平衡数据问题,特征降维,网格搜索,管道机制,学习曲线,混淆矩阵,AUC曲线等☆53Updated 8 years ago
 - 项目基于论文《Fuzzy c-Means Algorithms for Very Large Data》,使用Python语言实现FCM算法及其扩展算法,包括FCM、spFCM、oFCM、kFCM、reskFCM、spkFCM、okFCM。☆66Updated 6 years ago
 - Stacked denoising convolutional autoencoder written in Pytorch for some experiments.☆135Updated 2 years ago
 - pytorch >>> 快速搭建自己的模型!☆125Updated 3 years ago
 - RBM/DBN implementation with tensorflow attempt project☆80Updated 9 years ago
 - attention-based LSTM/Dense implemented by Keras☆300Updated 7 years ago
 - This is the implementation of 'Sparse Representation based Open-set Recognition (T-PAMI)☆23Updated 8 years ago
 - This repository has implementation and tutorial for Deep Belief Network☆101Updated 6 years ago
 - Implementation of AdaBoost algorithm in Python☆180Updated 9 years ago
 - In this project, I implemented several ensemble methods (including bagging, AdaBoost, SAMME, stacking, snapshot ensemble) for a normal CN…