Project - Training from Scratch vs Transfer Learning

2 / 8

Importing the Modules

  • Let us begin by importing the necessary modules.
INSTRUCTIONS
  • Import numpy as np.

    import << your code comes here >> as << your code comes here >>
    
  • Import tensorflow as tf.

    import << your code comes here >> as << your code comes here >>
    
  • Import keras from tensorflow.

    from << your code comes here >>  import << your code comes here >>
    
Get Hint See Answer


Note - Having trouble with the assessment engine? Follow the steps listed here

Loading comments...