Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~580 People Reached
Favorite Forums
Favorite Tags
Member Avatar for yahoovokoyo

**Dear** I have the hyperspectral image --- how to preprocess data need time Traditional CNN cannot be applied to project directly --- it needs a lot of time to test (may be take 3 months) Need to do many experiments to get good result --- especially when compared to other …

0
189
Member Avatar for yahoovokoyo

**May I know how to correct the NameError: name 'xx' is not defined ?** import numpy as np import matplotlib.pyplot as plt from sklearn import svm, datasets # import some data to play with iris = datasets.load_iris() X = iris.data[:,[2,3]] y = iris.target def plotSVC(title): # create a mesh to …

Member Avatar for Reverend Jim
0
391