Logic Through the Lens of Neural Networks

from blog cprimozic.net Blog, | ↗ original
Recently, I was experimenting with building small neural networks for sequence-to-sequence use cases. My goal was to create a visualization of how the inner state of a RNN changes as it processes inputs - similar to the browser-based neural network visualization I built previously. I was inspired to explore this area after reading a very...