Study
2018년 4월 9일 월요일
[numpy] one hot encoding
import numpy as np
x = [ 3 , 4 , 1]
x = np.asarray( x )
eye = np.eye(5)
print(eye)
x = x.reshape(-1)
print(x)
res = eye[x]
print(res)
댓글 없음:
댓글 쓰기
최근 게시물
이전 게시물
홈
피드 구독하기:
댓글 (Atom)
댓글 없음:
댓글 쓰기