Hello everyone!
My question is… I dont know exactly how to implement the models when I want to practice outside this environment.
Some tools used to perform the labs, for example:
from lab_utils_common import dlc, sigmoid
from lab_coffee_utils import load_coffee_data, plt_roast, plt_prob, plt_layer, plt_network, plt_output_unit
import logging
And many others are included into the programming environment but how to apply our knowledge in real-life projects without having to load the class resources (for example: lab_utils_common.py)
Hopefully I made myself clear, otherwise you can ask me as well and we can solve our questions together
Thanks!