Keras and tensor flow

I am aware of maths for ml, python and few of the libraries in python. i am unable to understand the code in C2_W1_Lab01_Neurons_and_Layers in which tensor flow and keras is used mostly.firstly i am unaware of the functions in the tensor flow like:

from tensorflow.keras.layers import Dense, Input
from tensorflow.keras import Sequential
from tensorflow.keras.losses import MeanSquaredError, BinaryCrossentropy
from tensorflow.keras.activations import sigmoid

what should i do now?

Which part of the code don’t you understand? If it’s already given, you can post it here! If its to be solved then you have to think about, perhaps if you post your doubts some mentor might push you further!

I also use chatgpt when I am in doubt about some piece of code, to help me understand it :slight_smile:

1 Like