SMOTE, Synthetic Minority Over-sampling Technique (discussions) | AISC Foundational

Published on ● Video Link: https://www.youtube.com/watch?v=wBnpY-3Wc-Y



Category:
Discussion
Duration: 28:28
872 views
8


Toronto Deep Learning Series, 26 November 2018

Paper: https://arxiv.org/pdf/1106.1813.pdf

Speaker: Jason Grunhut (Telus Digital)

Host: Telus Digital
Date: Nov 26th, 2018

SMOTE: Synthetic Minority Over-sampling Technique

An approach to the construction of classifiers from imbalanced datasets is described. A dataset is imbalanced if the classification categories are not approximately equally represented. Often real-world data sets are predominately composed of ``normal'' examples with only a small percentage of ``abnormal'' or ``interesting'' examples. It is also the case that the cost of misclassifying an abnormal (interesting) example as a normal example is often much higher than the cost of the reverse error. Under-sampling of the majority (normal) class has been proposed as a good means of increasing the sensitivity of a classifier to the minority class. This paper shows that a combination of our method of over-sampling the minority (abnormal) class and under-sampling the majority (normal) class can achieve better classifier performance (in ROC space) than only under-sampling the majority class. This paper also shows that a combination of our method of over-sampling the minority class and under-sampling the majority class can achieve better classifier performance (in ROC space) than varying the loss ratios in Ripper or class priors in Naive Bayes. Our method of over-sampling the minority class involves creating synthetic minority class examples. Experiments are performed using C4.5, Ripper and a Naive Bayes classifier. The method is evaluated using the area under the Receiver Operating Characteristic curve (AUC) and the ROC convex hull strategy.




Other Videos By LLMs Explained - Aggregate Intellect - AI.SCIENCE


2019-01-09Extracting Biologically Relevant Latent Space from Cancer Transcriptomes \w VAEs(discussions) I AISC
2019-01-09Extracting Biologically Relevant Latent Space from Cancer Transcriptomes \w VAEs (algorithm) | AISC
2019-01-09[original backprop paper] Learning representations by back-propagating errors (part1) | AISC
2019-01-09[original backprop paper] Learning representations by back-propagating errors (part2) | AISC
2018-12-17Automated Deep Learning: Joint Neural Architecture and Hyperparameter Search (discussions) | AISC
2018-12-17Automated Deep Learning: Joint Neural Architecture and Hyperparameter Search (algorithm) | AISC
2018-12-10Automated Vulnerability Detection in Source Code Using Deep Learning (discussions) | AISC
2018-12-10Automated Vulnerability Detection in Source Code Using Deep Learning (algorithm) | AISC
2018-12-06[DQN] Human-level control through deep reinforcement learning (discussions) | AISC Foundational
2018-12-06Deep Q-Learning paper explained: Human-level control through deep reinforcement learning (algorithm)
2018-12-03SMOTE, Synthetic Minority Over-sampling Technique (discussions) | AISC Foundational
2018-12-03TDLS - Classics: SMOTE, Synthetic Minority Over-sampling Technique (algorithm)
2018-11-30Visualizing Data using t-SNE (algorithm) | AISC Foundational
2018-11-30Visualizing Data using t-SNE (discussions) | AISC Foundational
2018-11-28[BERT] Pretranied Deep Bidirectional Transformers for Language Understanding (discussions) | TDLS
2018-11-28[BERT] Pretranied Deep Bidirectional Transformers for Language Understanding (algorithm) | TDLS
2018-11-28Neural Image Caption Generation with Visual Attention (algorithm) | AISC
2018-11-28Neural Image Caption Generation with Visual Attention (discussion) | AISC
2018-11-17PGGAN | Progressive Growing of GANs for Improved Quality, Stability, and Variation (part 2) | AISC
2018-11-17PGGAN | Progressive Growing of GANs for Improved Quality, Stability, and Variation (part 1) | AISC
2018-11-16(Original Paper) Latent Dirichlet Allocation (discussions) | AISC Foundational



Tags:
smote
smote algorithm
over sampling
oversampling
anomaly detection