반응형 KNN1 [6주차 - Day5] k-Nearest Neighbor classifier 실습 1. 데이터셋 다운로드(Colab) # This mounts your Google Drive to the Colab VM. from google.colab import drive drive.mount('/content/drive') # Enter the foldername in your Drive where you have saved the unzipped # assignment folder, e.g. 'cs231n/assignments/assignment1/' FOLDERNAME = 'cs231n/assignments/assignment1/' assert FOLDERNAME is not None, "[!] Enter the foldername" # Now that we've mounted your Dr.. 2023. 6. 20. 이전 1 다음 반응형