Business StatisticsAssociation Rule Learning Association Rule Learning is generally used to analyze the “market-basket” for retailers. Traditionally, this simply looks at whether a person has purchased an item or…
Business StatisticsApriori Algorithm Apriori Algorithm is an influential algorithm for mining frequent itemsets for boolean association rules. It uses a “bottom up” approach, where frequent subsets are extended…
ComputerSelf Organizing Map Self Organizing Map is one of the most popular neural network models. It belongs to the category of competitive learning networks. It is based on…
ComputerInformation Bottleneck Method This article describe about Information Bottleneck Method, which is a technique in information theory for finding the best tradeoff between accuracy and complexity. Optimal temporal…
Business StatisticsExpectation Maximization Algorithm Expectation Maximization Algorithm is a natural generalization of maximum likelihood estimation to the incomplete data case. It is used to find maximum likelihood parameters of a…
Business StatisticsHidden Markov Model This article talks about Hidden Markov Model, which are especially known for their application in temporal pattern recognition such as speech, handwriting, gesture recognition, part-of-speech…
ComputerDecision Tree Learning Decision Tree Learning is one of the most successful techniques for supervised classification learning. It is one of the most widely used and practical methods…
ComputerAbout Perceptron Perceptron is intended to be a machine, rather than a program, and while its first implementation was in software for the IBM 704, it is…
Business StatisticsNaive Bayes Classifier Naive Bayes classifiers are highly scalable, requiring a number of parameters linear in the number of variables in a learning problem. Naive Bayes Classifier technique…
Business StatisticsMultinomial Logistic Regression Multinomial Logistic Regression is used to describe data and to explain the relationship between one dependent nominal variable and one or more continuous-level independent variables.…
Business StatisticsLogistic Regression Logistic Regression is used to describe data and to explain the relationship between one dependent binary variable and one or more metric independent variables.It measures…
Business StatisticsLinear Discriminant Analysis This article talks about Linear Discriminant Analysis (LDA), which is most commonly used as dimensionality reduction technique in the pre-processing step for pattern-classification and machine…