Transfer Learning using Pretrained Model | MNIST | Keras Tensorflow | Python
Hackers Realm Blog
Data Augmentation for Image Data | Keras Tensorflow | Python
Extract Features from Audio File | MFCC | Deep Learning | Python
Extract Features from Image using Pretrained Model | Deep Learning | Python
Text Preprocessing Techniques in NLP | Complete Tutorial | Python
Word Embedding using GloVe | Feature Extraction | NLP | Python
Feature Extraction using Word2Vec | NLP | Python
Feature Extraction using Term Frequency - Inverse Document Frequency (TF-IDF) | NLP | Python
Feature Extraction of Text Data using Bag of Words | NLP | Python
Dimensionality Reduction using PCA vs LDA vs t-SNE vs UMAP | Machine Learning | Python
Ensemble Techniques in Machine Learning | Python
Handle Imbalanced classes in Dataset | Machine Learning | Python
How to Fill Missing Values in Dataset | Machine Learning | Python
Detect and Remove Outliers in the Data | Machine Learning | Python
Target/Mean Encoding for Categorical Attributes | Machine Learning | Python
Feature Selection using Recursive Feature Elimination | Machine Learning | Python
Feature Selection using Chi Square (Category) | Machine Learning | Python
Feature Selection using Correlation Matrix (Numerical) | Machine Learning | Python
Normalize data using Max Absolute & Min Max Scaling | Machine Learning | Python
Mastering Machine Learning with PySpark | Loan Prediction | Python