Week 12: Attention and Transformer

Announcements

Friday

Attention and Transformer

  • Attention is all you need, that paper

  • Textbooks

  • Courses slides

  • Courses videos

Example Paper

No Class Next Week

  • Thanksgiving break

  • But you can prepare for your finals if you like

Recitation, Dataset

  • Iris

  • Diabetes

  • Fashion-MNIST

  • EEGEyeNet

Recitation, Algorithm

  • Single algorithms, LDA, SVM, KNN, and their variations etc.

  • Ensemble methods, Random Forest, Boosting, Voting, and their variations etc.

  • Deep learning, CNN, RNN, Attention (Transformer), and their variations etc.

Classification (Supervised Learning)

  • Linear Discriminant Analysis (LDA)

  • Support vector machine (SVM)

  • Nearest Neighbors

  • Decision Trees

  • Ensemble Methods (Random Forest, boosting, bagging, Voting)

Regression (Supervised Learning)

  • Linear Regression

  • Ridge Regression

  • Lasso Regression

Clustering (Unsupervised Learning)

  • Overview of clustering methods

  • K-means

  • Hierarchical clustering

  • DBSCAN