项目作者: tonandr

项目描述 :
Keras framework for unsupervised learning
高级语言: Python
项目地址: git://github.com/tonandr/keras_unsupervised.git
创建时间: 2019-05-24T12:30:47Z
项目社区:https://github.com/tonandr/keras_unsupervised

开源协议:BSD 3-Clause "New" or "Revised" License

下载


Keras Unsupervised

Keras framework based unsupervised learning framework

On Keras, to develop semi-supervised learning and unsupervised learning via backpropagation, Keras framework based unsupervised learning libraries are necessary. For this reason, I focus on developing EBM (Energy based model) unsupervised learning modules, and autoencoder and GAN (Generative Adversarial Networks) modules which are based on unsupervised learning via backpropagation, and Keras layers and Tensorflow and Tensorflow-probability backend interfaces for unsupervised learning, and relevant utils. As a symbolic computation backend, Tensorflow is only applied.

Tasks

  • [X] Plain RBM, DBN.
  • [X] GAN, Style-based GAN.

Tasks status

This project is closed with the final 1.1.3.dev1 version.