Created
          July 18, 2019 17:22 
        
      - 
      
- 
        Save filipwodnicki/77cd3f467fdbb1acec6ae909df370568 to your computer and use it in GitHub Desktop. 
    Keras cheatsheet
  
        
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | import keras | |
| # Integer to categorical | |
| keras.utils.to_categorical(4, num_classes=5, dtype='int') | 
  
    Sign up for free
    to join this conversation on GitHub.
    Already have an account?
    Sign in to comment