Supervised Learning

preview_player
Показать описание
"(1) Paradigms of supervised learning
(2) Binary classification
(3) Multiclass classification
(4) Regression"
Рекомендации по теме
Комментарии
Автор

Man Arun sir's teaching, ability to explain stuff, and even the variety of shirts he wears are all top-notch.

saranshsaini
Автор

In the lecture, X is shown as a matrix with n elements as columns, and d features as rows.
However in most practical situations, the dataset will be n rows x d columns.

If you try to implement the algorithm in code (using numpy), please swap "X_Transpose" shown in the lecture with "X"

MiMoMa-cr