Bayesien classifier

The simplest solutions are the most powerful, and Naive Bayes is a good example. Despite the great advances in machine learning in recent years, it has proven to be not only simple but also fast,...
Home » Archives for 2017
September 18, 2017 Emna Amor
The simplest solutions are the most powerful, and Naive Bayes is a good example. Despite the great advances in machine learning in recent years, it has proven to be not only simple but also fast,...
August 05, 2017 Emna Amor
LDA (linear discriminant analysis) Linear Discriminant Analysis (LDA) is most commonly used as dimensionality reduction technique in the pre-processing step for pattern-classification and machine learning...
July 27, 2017 Emna Amor
Can computers understand humans? NLP is a very important branch of Machine Learning and therefore of artificial intelligence. The NLP is the ability of a program to understand human language. Let's...
July 27, 2017 Emna Amor
Information Extraction An important approach to text mining involves the use of natural-language information extraction. Information extraction (IE) distills structured data or knowledge from...
July 27, 2017 Emna Amor
Today we're going to learn a great machine learning technique called document classification. We will use different classifiers such as Naive Bayes, SVM and KNN. Introduction...