임베딩2 [Deep Learning] 개념 및 실습 [모음/정리] + 회고 https://doraemin.tistory.com/97 [PyTorch] Anaconda, PyTorch 설치 및 실행[실습] Anaconda 실습 환경 설정https://www.anaconda.com/download Download Anaconda Distribution | AnacondaDownload Anaconda's open-source Distribution today. Discover the easiest way to perform Python/R data science and machine learning on a singledoraemin.tistory.comhttps://doraemin.tistory.com/99 [CNN] [전이학습] 시작 및 실행[실습] CNN# 1. 라이브러리 호.. 2025. 1. 19. [NLP] 임베딩 # 1. 원-핫 인코딩 적용import pandas as pdclass2 = pd.read_csv("/content/class2.csv")print(class2)from sklearn import preprocessinglabel_encoder = preprocessing.LabelEncoder()train_x= label_encoder.fit_transform(class2['class2'])train_x# Unnamed: 0 id tissue class class2 x y r# 0 0 CID000 C CIRC N 535.0 475.0 192.0# 1 1 CID001 A CIRA .. 2025. 1. 18. 이전 1 다음