Re: DLS Course1 Week4 Exercise4
I am trying to figure out the meaning of linear_cache in the “linear_activation_forward” function. Is it W and b?
[Moderator edit: solution code removed as per honor code.]
Re: DLS Course1 Week4 Exercise4
I am trying to figure out the meaning of linear_cache in the “linear_activation_forward” function. Is it W and b?
[Moderator edit: solution code removed as per honor code.]
Hello Dulitha,
Please go through this link.
Thank you. I got the answer. I was trying to calculate Z and linear_chase again using equations. I didn’t realize I could use the previously defined “linear_forward” function. Thank you again for your quick reply.