I have a project in a university course that requires various Matlab features. My version of Matlab comes at my workplace, and it does not have some of the toolkits needed for the project. Is there any repository of such implementations anywhere? I could not find anything suitable when I googled.
As long as my question is general, I list the functions that I need and which they cannot find, since my question is also specific:
knnclassify - implementation of K-nearest neighborssvmclassify - implementation of vector support machinessvmtrain - part of the SVM implementationmapstd - normalizes the matrix to have an average value of 0 and a standard deviation of 1
The alternative I'm considering working in Python with Numpy and Pylab. Are there toolbars in Pylab equivalent to these Matlab features?
source share