dfdx / VariationalAE.jl

Variational Autoencoder in Julia

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

VariationalAE

Build Status

Implementation of Variational Autoencoder using XGrad.jl.

Installation

Pkg.add("Distributions")
Pkg.add("GradDescent")
Pkg.add("MLDataUtils")
Pkg.add("StatsBase")
Pkg.add("Espresso"); Pkg.checkout("Espresso")
Pkg.clone("https://github.com/dfdx/XGrad.jl")
Pkg.clone("https://github.com/dfdx/VariationalAE.jl")

Examples

See examples/ directory.

About

Variational Autoencoder in Julia

License:Other


Languages

Language:Julia 100.0%