sherjilozair / char-rnn-tensorflow

Multi-layer Recurrent Neural Networks (LSTM, RNN) for character-level language models in Python using Tensorflow
MIT License
2.64k stars 959 forks source link

Output activations of individual neurons of a given layer of a trained model. #105

Open tlhumphrey2 opened 7 years ago

tlhumphrey2 commented 7 years ago

I want to see what the activations are for individual neurons of a given layer for a given input character.

Any suggestions?