/tensorflow-beginner-visualization

Visualize weights in tensorflow beginner tutorial

Primary LanguagePython

Visualize tensorflow beginner tutorial weights

weights_to_png()

weights-for-0 weights-for-1 weights-for-2 weights-for-3 weights-for-4 weights-for-5 weights-for-6 weights-for-7 weights-for-8 weights-for-9

Done as an exercise, so let me know of better ways :)!

  • Visualize the value of the weights generated by trainining the neural net.

  • Usage of functioal programming's partial functions.