Machine Learning Syllabus


MACHINE LEARNING


UNIT -I: The ingredients of machine learning, Tasks: the problems that can be solved with machine learning, Models: the output of machine learning, Features, the workhorses of machine learning. Binary classification and related tasks: Classification, Scoring and ranking, Class probability estimation

UNIT-II: Beyond binary classification: Handling more than two classes, Regression, Unsupervised and descriptive learning. Concept learning: The hypothesis space, Paths through the hypothesis space, Beyond conjunctive concepts

UNIT- III: Tree models: Decision trees, Ranking and probability estimation trees, Tree learning as variance reduction. Rule models: Learning ordered rule lists, Learning unordered rule sets, Descriptive rule learning, First-order rule learning

UNIT-IV: Linear models: The least-squares method, The perceptron: a heuristic learning algorithm for linear classifiers, Support vector machines, obtaining probabilities from linear classifiers, Going beyond linearity with kernel methods. Distance Based Models: Introduction,
Neighbours and exemplars, Nearest Neighbours classification, Distance-Based Clustering, Hierarchical Clustering.

UNIT- V: Probabilistic models: The normal distribution and it's geometric interpretations,
Probabilistic models for categorical data, Discriminative learning by optimising conditional
likelihoodProbabilistic models with hidden variables.Features: Kinds of feature, Feature transformations, Feature construction and selection. Model ensembles: Bagging and random forests, Boosting

UNIT- VI: Dimensionality Reduction: Principal Component Analysis (PCA), Implementation and demonstration. Artificial Neural Networks: Introduction, Neural network representation, appropriate problems for neural network learning, Multilayer networks and the back propagation algorithm.

TEXTBOOKS:

REFERENCE BOOKS:

Comments

Post a Comment

Popular posts from this blog

Tree pruning useful in decision tree induction