hi Sir!!! in algorithms like random forest ANN we do not get equation like we get in linear regression such that we can put value of Xs and we can find value of of our target variable. Please help me know how we can predict value of target label by putting values of observation in random forest ANN.
@ZEISS_arivis2 жыл бұрын
Machine learning algorithms are highly nonlinear and may have 100s or 1000s of parameters. So just plugging in a few parameters is not a straightforward task. You may find this video to be useful: kzbin.info/www/bejne/oGPOl62Ph8SUmKs
@soomunchong73213 жыл бұрын
Is there a way to generate the decision trees in random forest in parallel? to take advantage of multi-core processing.
@AIinAgriculture3 жыл бұрын
Hello sir. I have a small doubt. While calculating individual accuracy of two class labels, I think there was mistake. I think we have to divide 70/71 and 40/43. Please clarify sir. Thank you
@Sirish05084 жыл бұрын
Hello!! I am a regular follower of yours. Please make a tutorial on principal component analysis. How can we incorporate it into one of the classifiers??