Project - Working with Custom Loss Function

1 / 6

Importing the Modules

  • Let us start by importing the necessary modules.
INSTRUCTIONS
  • 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...