Giter VIP home page Giter VIP logo

keras-autoencoder's Introduction

Keras Autoencoder

A collection of different autoencoder types in Keras. It is inspired by this blog post.

Installation

Python is easiest to use with a virtual environment. All packages are sandboxed in a local folder so that they do not interfere nor pollute the global installation:

virtualenv --system-site-packages venv

Whenever you now want to use this package, type

source venv/bin/activate

in every terminal that wants to make use of it. Theano needs a newer pip version, so we upgrade it first:

pip install --upgrade pip

To install the dependencies, use pip:

pip install -r requirements.txt

If you want to use tensorflow as the backend, you have to install it as described in the tensorflow install guide. Then, change the backend for Keras like described here. Now everything is ready for use!

Usage

One can change the type of autoencoder in main.py.

python main.py

I currently use it for an university project relating robots, that is why this dataset is in there. Feel free to use your own!

keras-autoencoder's People

Contributors

jcklie avatar rentier avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.