Feeds
提问
matlab array to numpy array
I want to convert the matlab array of dimension 60000x784 to numpy array to use in python. Is there anyway I can do that?
9 years 前 | 1 个回答 | 0
1
个回答提问
One Hot Matrix to Integer
I have a matrix of 60,000x10 which is encoded as One Hot, I want to convert this matrix to 60,000x1. e.g. conveert [0 0 1 0 0 0 ...
9 years 前 | 1 个回答 | 0
