nihit/TensorFlow101

#artificialintelligence 

I have recently been playing around with TensorFlow after being introduced to it during cs224d at Stanford last quarter. TensorFlow code hosted on Github includes some great tutorials and example models to help beginners get started, including an LeNet-5 like Convolutional Neural Network model to recognize handwritten digits. Have a suggestion to improve this code? Constructed this figure using Gavin Ding's Python script to illustrate CNN architectures, which is really neat and you should check it out! I modified this script slightly, and have included the modified script in this repo.