A memo when executing the deep learning sample code created from scratch with Google Colaboratory
      
      
        
        
        
        
  Introduction  h1>
 This is the content of ** "Deep Learning from scratch-The theory and implementation of deep learning learned with Python" published by O'REILY ** when executing the sample code in the Google Colaboratory environment.
--Get sample data of books from GitHub
--About how to mount data (Introduction of connection method because it cannot be used just by uploading data to My Drive)
--About image display (Since the image was not displayed in Google Colaboratory even if the sample code was written, an alternative method was introduced)
  Chapter 3 Neural Network  h2>
 3.6.1 ** MNIST dataset **
 3.7.1 ** Neural network inference processing **
It will be a memo when you execute the above contents.
(P72〜P75)
  Data acquisition  h2>
 ** Get data from GitHub. **(download)
https://github.com/oreilly-japan/deep-learning-from-scratch
 Folder name = ** deep-learning-from-scratch-master **
  About uploading and mounting data  h2>
 1. Upload the folder in My Drive ** Google Drive **.
 2. Create a new Google Colaboratory.
 3. Mount the drive. (Make the data available in the notebook) 
--Click the icon to start the process. 
--Connect to Google Drive 
--When drive is displayed, connection is complete 
