medguy Posted April 9, 2012 Posted April 9, 2012 I would like to implement the support vector machine-recursive feature elimination algorithm to a biomedical dataset. I am a beginner in machine learning, and would like to know how I can implement this algorithm. I currently have a proteomics dataset comparing two cell lines (WM and 1205) that have been analyzed in triplicate. I was hoping to apply the support vector machine with recursive feature elimination to classify on the basis of cell line. Is this algorithm appropriate for data of this type, or are more samples (I only have 3 per cell line) necessary for accurate classification? What would be the appropriate method to train the SVM? I was thinking that I would determine the distribution of the data, and generate a simulated dataset on which to train the SVM. Does the training set need labels (e.g. {1, -1})? Any help would be greatly appreciated.
Xittenn Posted April 9, 2012 Posted April 9, 2012 Karatzoglou, Alexandros, David Meyer, and Kurt Hornik. "Support Vector Machines in R." Journal of Statistical Software 15.9 (2006): 1 - 26. JSTASOFT. Web. 09 Apr. 2012. http://www.jstatsoft.org/v15/i09
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now