Entering edit mode
8.3 years ago
spacegeek1212
▴
30
Hello all. I'm working on a research project in which I run a binary classifier on a library of small molecules. I'm working with Java-ML and the libsvm package to implement the SVM algorithm and necessary methods to get results. The project needs to be as original as possible, and my ultimate aim is to be able to call my binary classifier "novel." Here's my question: what would make a binary classifier novel?
I think it would be very surprising if you had algorithmic novelty, given all the techniques you mention are well established, and there is a massive literature on machine learning. On the other hand, if your classifier correctly predicted a useful class membership for the small molecules, for classes that have never been successfully predicted before, or predicted classes that formerly required more difficult-to-collect molecular features, and this was verified through application to an independent test set, you would have a novel classifier, even if not using a novel classification method.
You have been asking a bunch of similar questions. Some of us have provided very relevant answers, but however you are keep asking more questions without validation any of your previous questions. I would highly recommend you to spend some time to think through your problem, tie your questions together and ask a well-posed question.
The questions are similar so I can see how it's getting annoying. However, this is my last question. I'm a high school senior who has had no experience with support vector machines, bioinformatics, etc. so please excuse the redundancy. I can't delete posts, but I would. I don't have a mentor to ask really obvious questions to—this website is all I have. I'm gonna spend some time putting the pieces of the answers I've received together. Sorry for any inconvenience caused.