Gopro. 더보기 폴더 파일명 문자열 찾기, 포함여부 확인 os.listdir('폴더경로') ii = [i for i in os.listdir('폴더경로') if '찾고자 하는 문자열' in i] print(ii) 더보기 Understanding Loss Functions for Classification 0. MOTIVATION Until now, I'm still overwhelmed by the wide variety of options available for each hyperparameter of the model. What are the loss functions? Which activation function to use for the last layer? How to select a loss function for a binary vs. multi-class classification? I realize that those questions will keep coming if I don't establish a solid understanding of each option. Hence, I.. 더보기 이전 1 2 3 4 ··· 34 다음