Visualizing Neuron Weights During Training
I have a deep interest in knowing exactly how a neural network works. Not only do I want to know the theory, I want to know– in practice– what’s happening to the neuron’s weights as the network is being trained.
With TensorFlow, it took a lot of work and investigation to finally get to a point where I had something that visualized weights being trained.
It seemed that TensorFlow was putting roadblocks at every possible path to getting the valuees of the changing weights.