top of page

Hackers Realm Blog


Transfer Learning using Pretrained Model | MNIST | Keras Tensorflow | Python
Transfer learning allows models to harness the insights gained from one task and apply them to new, distinct tasks.
Hackers Realm
Aug 21, 20239 min read
2,204
0


Data Augmentation for Image Data | Keras Tensorflow | Python
Data augmentation is a fundamental technique to enhance the diversity and quality of the training data by applying various transformations
Hackers Realm
Aug 21, 20237 min read
233
0


Extract Features from Audio File | MFCC | Deep Learning | Python
MFCC stands for Mel-Frequency Cepstral Coefficients.It is a widely used feature extraction technique in the field of audio signal processing
Hackers Realm
Aug 20, 20235 min read
4,024
0


Extract Features from Image using Pretrained Model | Deep Learning | Python
Extracting features from images using a pre-trained model is common technique in transfer learning which saves time and improve performance.
Hackers Realm
Aug 20, 20235 min read
3,341
0


Text Preprocessing Techniques in NLP | Complete Tutorial | Python
Text preprocessing involves cleaning and transforming raw text data into a format that is more suitable for analysis and machine learning
Hackers Realm
Aug 20, 202315 min read
712
0


Word Embedding using GloVe | Feature Extraction | NLP | Python
Explore GloVe word embedding for NLP in Python. Learn feature extraction, transforming words into vector representations. #GloVe #Python
Hackers Realm
Aug 7, 20238 min read
3,545
0


Feature Extraction using Word2Vec | NLP | Python
Word2Vec is a NLP technique for learning word embeddings which are dense numerical representations of words in a continuous vector space
Hackers Realm
Aug 7, 20234 min read
915
0


Feature Extraction using Term Frequency - Inverse Document Frequency (TF-IDF) | NLP | Python
TF-IDF is a numerical representation often used in NLP and information retrieval to evaluate the importance of a word in a document
Hackers Realm
Jul 31, 20235 min read
290
0


Feature Extraction of Text Data using Bag of Words | NLP | Python
A bag-of-words is a representation of text that describes the occurrence of words within a document.
Hackers Realm
Jul 31, 20234 min read
486
0
bottom of page