# Autoencoders in TensorFlow 2.0
Implementations of following Autoencoders;
- Vanilla Autoencoder (AE)
- Denoise Autoencoder
- Sparese Autoencoder (in progress)
- Contractive Autoencoder (in progress)
- Variational Autoencoder (VAE)
- Conditional Variational Autoencoder (CVAE)
- Beat Variational Autoencoder (beta-VAE) (in progress)
## How to run:
run ```python3 main.py --ae_type AE```
### Parameters that we can pass:
- ae_type: Type of autoencoder - AE, DAE, VAE, CVAE, BetaVAE
- latent_dim: Degree of latent dimension - 2, 3, etc.
- num_epochs: The number of training epochs - 100 etc.
- learn_rate: Learning rate during training - 1e-4
- batch_size: Batch size - 1000

实话直说
- 粉丝: 47
最新资源
- android机通讯录研发设计方案实现.doc
- 《计算机应用基础》项目化课堂教学改革探索与实施.docx
- 基于大数据的图书馆借阅量预测研究.docx
- 微课+PBL+互联网+三位一体在生物化学实验教学中应用.docx
- C语言及任务书学生信息管理.doc
- MATLAB-GUI滤波器设计方案软件设计方案.doc
- 使用 tensorflow eager execution 的机器学习全新教程
- 企业财务管理信息化建设分析.docx
- 试论网络开发西部农村.docx
- 机器人学习过程的详细记录情况
- 网络经济与企业管理小抄已排版.doc
- 计算机系统的可靠性运行技术.docx
- 互联网+时代高职秘书学专业教学改革初探.docx
- 通信工程监理现场管理的信息化系统的运用研究.docx
- 水厂自动化监控系统施工方案2016.7.27.doc
- 实验三-模拟操作系统的页面置换.doc
资源上传下载、课程学习等过程中有任何疑问或建议,欢迎提出宝贵意见哦~我们会及时处理!
点击此处反馈



评论2