Human biomimicking
In this section, the difference between neuroscience research on the brain and deep learning research on the mind has led to TensorFlow and TensorBoard. With TensorFlow, our representation of image recognition in a mathematical graph data flow structure has become an extremely efficient model. TensorBoard provides a visual representation of what we are building.
TensorFlow represents how our mind recognizes images (and other elements). TensorBoard enables our minds to visualize that representation and improve it.
TensorFlow, an open source machine learning framework
TensorFlow relies on graph representations of data flow. The graph computes dependencies between operations.
When using Keras, as in Chapter 9, Getting Your Neurons to Work, the details of graphs and sessions do not appear. However, to compare our brain with deep learning, some details need to be examined using Google_Tensor_Classifier.py
, which classifies MNIST handwritten images and saves the summaries (information...