Channel Avatar

Hackers Realm @UCX7-Wi9ioslA9691INtFO5Q@youtube.com

25K subscribers - no pronouns :c

Welcome to Hackers Realm, your ultimate destination for lear


54:50
Image Segmentation Tutorial | UNet | Oxford Pet Data | Keras Tensorflow
37:36
Speech Emotion Recognition [99.6% Accuracy] | Wav2Vec2 Transformers | Python
43:14
Complete RAG Tutorial to chat with PDF Documents | Llama Index
25:35
Motion Detection Tutorial using OpenCV | Python
38:14
Real time Driver Drowsiness Detection System | OpenCV | Python
19:53
Creating a ChatGPT-style Chatbot with Streamlit & LLMs | Step-by-Step Guide
55:34
Custom Object Detection Tutorial using YOLOv8 | Python
22:17
How to Fine Tune Llama 3.1 LLM (or) any LLM in Colab | PEFT | Unsloth
12:48
How to run Llama 3.1 (or) any LLM in Google Colab | Unsloth
11:49
How to use LM Studio to run any LLM in Local Machine | GUI | Windows
12:45
How to use Ollama to run any LLM in Local Machine | Windows
45:05
Toxic Comment Classification | Multi Label | NLP | Python
42:27
Air Passenger Data Analysis | Time Series Forecasting | SARIMAX | Python
12:59
Extract Embedding Features from Audio Data | Wav2Vec2 | Python
15:39
How to Deploy a Trained ML Model in Cloud | GCP
11:16
How to Deploy a Trained Model using Docker
12:24
How to Create a Python Package with Pytest
16:24
Early Stopping & Checkpoint Implementation | Keras Tensorflow | Python
09:29
How to use Pipeline Module for Model Development | Python
13:21
L1 & L2 Regularization Techniques | Lasso Ridge | Python
10:18
Sampling Techniques (Random & Stratified) | Python
14:43
Data Augmentation for Text | NLP | Python
58:58
Mastering Machine Learning with PySpark | Loan Prediction | Python
15:38
Revive Your Old Images and Videos with Colorization using DeOldify and Python Deep Learning
01:24:34
Mastering OpenAI GPT-3 & 3.5: A Comprehensive Guide to Overview, API, Examples, and Fine Tuning
15:44
Enhance Your Images with Super Resolution using OpenCV and Python Deep Learning
17:35
How to install OpenCV with CUDA GPU in windows 10 | Python
01:24:47
Anime Face Generation using DCGAN | Keras Tensorflow | Deep Learning | Python
13:28
234 - Play with words | Dynamic Programming | Hackerrank Solution | Python
17:00
233 - The Longest Common Subsequence | Dynamic Programming | Hackerrank Solution | Python
08:02
232 - Bricks Game | Dynamic Programming | Hackerrank Solution | Python
12:18
231 - Knapsack | Dynamic Programming | Hackerrank Solution | Python
12:57
230 - Red John is Back | Dynamic Programming | Hackerrank Solution | Python
07:50
229 - Madragora Forest | Dynamic Programming | Hackerrank Solution | Python
05:53
228 - Stock Maximize | Dynamic Programming | Hackerrank Solution | Python
10:37
227 - The Maximum Subarray | Dynamic Programming | Hackerrank Solution | Python
19:55
226 - Abbreviation | Dynamic Programming | Hackerrank Solution | Python
03:26
225 - Fibonacci Modified | Dynamic Programming | Hackerrank Solution | Python
08:31
224 - Sam and substrings | Dynamic Programming | Hackerrank Solution | Python
12:48
223 - Sherlock and Cost | Dynamic Programming | Hackerrank Solution | Python
09:46
222 - The Coin Change Problem | Dynamic Programming | Hackerrank Solution | Python
07:38
Learning Rate Scheduler Implementation | Keras Tensorflow | Python
12:50
Transfer Learning using Pretrained Model | Mnist | Keras Tensorflow | Python
14:36
Data Augmentation for Image Data | Keras Tensorflow | Python
09:19
Extract Features from Audio File | MFCC | Python
15:41
Extract Features from Image using Pretrained Model | Python
14:01
Word Embedding - GloVe | Feature Extraction | NLP | Python
06:30
Word2Vec | Feature Extraction | NLP | Python
08:23
Term Frequency - Inverse Document Frequency (TF-IDF) | Feature Extraction | NLP | Python
09:22
Bag of Words (BOW) | Feature Extraction | NLP | Python
47:07
Text Preprocessing in NLP | Python
05:08
Part of Speech Tagging (POS) | NLP | Python
06:36
Lemmatization | NLP | Python
06:19
Stemming | Extract Root Words | NLP | Python
06:34
Tokenization | NLP | Python
18:36
How to Handle Large Dataset (Pandas CSV) | Python
16:14
Dimensionality Reduction using PCA vs LDA vs t-SNE vs UMAP | Python
18:00
Ensemble Techniques in Machine Learning | Python
15:59
How to handle Imbalanced Classes in Dataset | Python
10:52
Repeated Stratified KFold Cross Validation | Python