lmjohns3 / theanets

Neural network toolkit for Python
http://theanets.rtfd.org
MIT License
328 stars 73 forks source link

Add methods to the Autoencoder for encoding and decoding data #25

Closed lmjohns3 closed 10 years ago

lmjohns3 commented 10 years ago

Once an Autoencoder is trained, it's possible to encode a dataset using the model by calling feed_forward(x)[layer_index] ... however, this isn't as friendly as it ought to be.