About Decision Trees * All samples will start from the root. * At each node, one feature will split the samples.
Category Archives: Machine Learning
Understanding SVM(1)
About advanced machine learning:
Logistic Regression: a quick introduction
Logistic Regression is very popular in Machine Learning, used to give predictions on something. (It is not the exact probabilities, but general values. )
Sampling Methods
This post contains very basic knowledge of few sampling methods. As I am going to implement a java version of Gibbs Sampling, I went through some materials on the internet, and kept a learning journal here. Will learn more about Gibbs Sampling in few days, and I will focus on how it involves with GraphContinue reading “Sampling Methods”
