top of page

Hackers Realm Blog


Feature Selection using Recursive Feature Elimination | Machine Learning | Python
Recursive Feature Elimination (RFE) is a feature selection technique used to select the most relevant features from a given dataset
Hackers Realm
Jul 8, 20234 min read
414 views
0 comments


Feature Selection using Chi Square (Category) | Machine Learning | Python
Chi-square is a statistical method used to identify and select the most relevant features or variables from a dataset
Hackers Realm
Jun 21, 20235 min read
2,326 views
0 comments


Feature Selection using Correlation Matrix (Numerical) | Machine Learning | Python
The correlation matrix measures the linear relationship between pairs of features in a dataset. A correlation value ranges from -1 to 1.
Hackers Realm
Jun 21, 20233 min read
5,002 views
0 comments


Normalize data using Max Absolute & Min Max Scaling | Machine Learning | Python
Normalizing data is a common preprocessing step in machine learning. Commonly used normalization methods are Max Absolute and MinMax Scaling
Hackers Realm
Jun 21, 20236 min read
1,770 views
0 comments


Mastering Machine Learning with PySpark | Loan Prediction | Python
Master PySpark for machine learning! Explore loan prediction with Python, PySpark, and harness the power of big data. #PySpark #Python
Hackers Realm
Jun 4, 202312 min read
301 views
0 comments


Mastering OpenAI GPT-3 & 3.5 : A Comprehensive Guide to Overview, API, Examples and Fine Tuning
Unlock the potential of OpenAI GPT-3 & 3.5! This comprehensive guide covers overview, API, examples, and fine-tuning techniques. #OpenAI
Hackers Realm
Jun 1, 202314 min read
798 views
0 comments


Anime Face Generation using DCGAN | Keras Tensor flow | Deep Learning | Python
Create stunning anime faces with Python! Dive into Deep Convolutional GANs using Keras. Unleash your creativity in anime face generation.
Hackers Realm
May 29, 202314 min read
1,611 views
0 comments


Deep CNN Autoencoder for Image Compression & Denoising | Deep Learning | Python Tutorial
This tutorial explores Deep CNN Autoencoder for Image Compression & Denoising, enabling efficient and accurate image processing using python
Hackers Realm
May 23, 202311 min read
1,773 views
0 comments


Enhance Your Images with Super Resolution | OpenCV | Deep Learning | Project Tutorial | Python
Enhancing images with super resolution using OpenCV involves using advanced techniques to upscale low-resolution images .
Hackers Realm
May 20, 20237 min read
6,509 views
0 comments


Abstractive Text Summarization using Transformer Model | Deep Learning | Python | Project Tutorial
Abstractive text summarization is a natural language processing task that aims to generate a concise and coherent summary of a given data
Hackers Realm
May 20, 20237 min read
876 views
0 comments


Revive your Old Images and Videos with DeOldify | Deep Learning | Project Tutorial
Revive your old images and videos with colorization is a project to colorize old images and videos using DeOldify
Hackers Realm
May 9, 20234 min read
1,594 views
0 comments

Face Mask Detection using Python | Object Detection | Deep Learning Project Tutorial
Learn how to build a face mask detection system using Python, object detection and deep learning for an exciting project with brief tutorial
Hackers Realm
Apr 16, 20234 min read
131 views
0 comments

CartPole Balance using Python | OpenAI Gym | Reinforcement Learning Project Tutorial
The Cartpole balance problem is a classic inverted pendulum and objective is to balance pole on cart using reinforcement learning openai gym
Hackers Realm
Aug 25, 20226 min read
1,726 views
0 comments

IMDB Movies Recommendation Engine using Python | Machine Learning Project Tutorial
IMDB Movies Dataset is content based recommendation engine where we recommend movies based on plot, genre, directors, actor, year, etc.,
Hackers Realm
Aug 17, 202210 min read
619 views
0 comments

Object Detection in 5 Lines code | Detecto | Deep Learning Project Tutorial
Detecto is an object detection module which use Pytorch, used for detecting custom objects from datasets by the user using 5 lines of code.
Hackers Realm
Aug 16, 20223 min read
239 views
0 comments


Bike Sharing Demand Analysis using Python | Regression | Machine Learning Project Tutorial
Analyze bike sharing demand with Python! The tutorial explores regression techniques for predicting usage patterns. #BikeSharing #Regression
Hackers Realm
Jul 30, 20227 min read
3,948 views
0 comments


Traffic Forecast using Python | Time Series Analysis | FbProphet | Machine Learning Tutorial
Master traffic forecasting with Python! Explore time series analysis using FbProphet. Predict & optimize traffic patterns. #machinelearning
Hackers Realm
Jul 29, 20224 min read
3,695 views
0 comments

Deploy Machine Learning Model using Python Flask | Machine Learning Project Tutorial
Learn to deploy ML models using Python Flask! This tutorial guides you through building and deploying a machine learning project. #ml #flask
Hackers Realm
Jul 19, 20223 min read
1,852 views
0 comments

Face Detection using Python | OpenCV - Computer Vision | Machine Learning Project Tutorial
Master face detection with Python! Learn OpenCV, computer vision, and machine learning techniques in this tutorial. #FaceDetection #OpenCV
Hackers Realm
Jul 17, 20222 min read
230 views
0 comments

Convert Speech to Text using Python | Speech Recognition | Machine Learning Project Tutorial
Converting Speech to Text is a basic speech recognition process to convert an audio input to a text file using google speech recognition API
Hackers Realm
Jul 14, 20222 min read
1,421 views
0 comments
bottom of page