hatikurama2 Posted February 15, 2012 Posted February 15, 2012 Hi, i'm a newbie in machine learning looking for the best way to perform prediction for my biological data. am thinking of using ensemble methods like Random Forest. My issue is, can i ensemble Random Forest with other single classifier such as bayesian network or K-Nearest neighbor? If so, what is the best tool for this. Thanks
khaled Posted February 16, 2012 Posted February 16, 2012 (edited) You need to clarify some things: 1. What exactly is your biological data, and how they're represented in your model\system ? 2. What is the problem you are trying to solve, elaborate in essence of input and output. 3. "Random Forest", it's Random Walk 4. "With a single classifier such as Bayesian Network or K-Nearst Neighbors", statistical classifier function learn (train the model, update the model tables) based on input sample. see Wikipedia:Statistical Classification I've worked previously on Machine Learning using Markov Chains and Dynamic Programming, if you want to know about it. Edited February 16, 2012 by khaled
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