back to Home Page

Topics in Modern Statistics

(0365.4044)

Lecturer Prof. Felix Abramovich ( felix@tauex.tau.ac.il)
Exercise grader Tomer Levy (tmrlvi@gmail.com)
Lecture Hours Thursday, 13-16; Multidisciplinary Research Building 315



Topics:

  • Nonparametric Regression
    • Univariate Nonparametric Regression
      • kernel estimation
      • local polynomial regression
      • smoothing splines
      • generalized Fourier series
        • polynomial series
        • Fourier series
        • wavelets
    • Multiple Nonparametric Regression
      • extensions of univariate methods, curse of dimensionality
      • structural constraints: additive models, backfitting algorithm, single index models, projection pursuit
      • neural networks, deep neural networks
  • Classification
    • misclassification error, Bayes classifier
    • empirical risk minimization, PAC-learnability, VC-dimension, fundamental theorem of statistical learning
    • plug-in classifiers: discriminant analysis, logistic regression, multinomial logistic regression
    • support vector classifiers, support vector machines (SVM)
    • k-nearest neighbour
    • neural networks, deep neural networks
    • classification trees (CART)
    • ensemble classifiers: bagging, boosting, random forests
  • Clustering (unsupervised learning)
    • combinatorial algorithms, K-means, K-medoids
    • convex clustering
    • hierarchical clustering: agglomerative and divisive methods
    • model-based clustering

Literature


Example files:


Homework

Homework exercises is an integral part of the course is homework's average grade is 10% of the final grade.

I strongly encourage you to submit homeworks using R Markdown. R Markdown produces .pdf, HTML, Word files and slides that may include text, R code, the corresponding code output, mathematical formulas etc. When you click the Knit button in RStudio a document will be generated that includes both content (text, formulas, etc.) as well as the output of any embedded R code (plots, tables etc.) within the document. For more details on using R Markdown see, for example, R Markdown reference guide or R Markdown: The Definitive Guide. Using RStudio install R packages markdown and knitr. Also, in order to include mathematics in your documents you need to install LaTex/MikTex on your computer.