Skip to content

tpbarron/CaffeAutoencoderViz

Repository files navigation

CaffeAutoencoderViz

These scripts can be used to view what the hidden nodes of a network trained on text data have learned. The scripts take a caffe model as parameters

python tsne_viz.py structure.prototxt model.caffemodel corpus.lex

python tsne_viz.py structure.prototxt model.caffemodel corpus.lex [dopca [perplexity]]

They load the trained caffemodel and give the user options to visualize various parts of the network.

About

A tool to visualize the learned features of stacked autoencoders trained on natural language data with Caffe

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages