top of page

Hackers Realm Blog


Scraping Data using Selenium | Web Scraping | Python
Unleash the power of Selenium for web scraping in Python! Learn effective techniques to extract valuable data. #WebScraping #Selenium
Hackers Realm
Oct 13, 20234 min read
98 views
0 comments


Scraping IMDB Top Movies using Beautiful Soup | Web Scraping Tutorial | Python
Beautiful Soup is a powerful tool that simplifies the process of web scraping by allowing users to parse and navigate HTML and XML document
Hackers Realm
Sep 6, 20236 min read
469 views
0 comments


Python GUI Chat Application | Python
Create a Python GUI Chat App! Learn tkinter for GUI & socket programming for server-client interface. Build interactive chat apps in Python.
Hackers Realm
Aug 21, 202310 min read
1,475 views
0 comments


How to Create a Chatbot Application using Python | Chatterbot
The objective is to build a chatbot application with chatterbot using python. The chatbot can work in retrieval based and generative based.
Hackers Realm
Aug 21, 20235 min read
156 views
0 comments


Learning Rate Scheduler | Keras Tensorflow | Python
A learning rate scheduler is a method used in deep learning to try and adjust the learning rate of a model over time to get best performance
Hackers Realm
Aug 21, 20235 min read
185 views
0 comments


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,229 views
0 comments


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
235 views
0 comments


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,073 views
0 comments


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,381 views
0 comments


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
740 views
0 comments


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,629 views
0 comments


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
938 views
0 comments


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
303 views
0 comments


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
491 views
0 comments


Dimensionality Reduction using PCA vs LDA vs t-SNE vs UMAP | Machine Learning | Python
Explore Dimensionality Reduction: PCA vs LDA vs t-SNE vs UMAP in Python. Compare techniques to transform high-dimensional data.
Hackers Realm
Jul 24, 20238 min read
2,052 views
0 comments


Ensemble Techniques in Machine Learning | Python
Boost model performance with Ensemble Techniques in Python. Explore bagging, boosting, & stacking to create powerful machine learning models
Hackers Realm
Jul 24, 202310 min read
113 views
0 comments


Handle Imbalanced classes in Dataset | Machine Learning | Python
Handling imbalanced classes involves applying techniques such as resampling, class weighting, and algorithm selection to mitigate the bias.
Hackers Realm
Jul 17, 20238 min read
210 views
0 comments


How to Fill Missing Values in Dataset | Machine Learning | Python
Filling missing values in a dataset is an essential step in data preprocessing to ensure the accuracy and reliability of your analysis.
Hackers Realm
Jul 17, 202311 min read
394 views
0 comments


Detect and Remove Outliers in the Data | Machine Learning | Python
Detecting and removing outliers is an important step in data analysis and can help improve the accuracy of statistical models.
Hackers Realm
Jul 11, 20239 min read
1,941 views
0 comments


Target/Mean Encoding for Categorical Attributes | Machine Learning | Python
Mean encoding, also known as target encoding, is a technique used to encode categorical attributes in machine learning models
Hackers Realm
Jul 8, 20234 min read
1,014 views
0 comments
bottom of page