Course2 _week1_Initialization

In the python there was written:

from init_utils import sigmoid, relu, etc

What is init_utils?

Hi @Lilit.Ghalachyan, init_utils is a module that contains the implementation of some utility functions used through the assignment. You can check it out going to the File menu and clicking Open…, which opens a view where you can access the init_utils.py file.

Thank you very much @kampamocha

Happy to help you @Lilit.Ghalachyan