top of page

Hackers Realm Blog


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
2,021 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,041 views
0 comments


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
424 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
343 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
809 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,646 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,822 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,608 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
897 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,692 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,773 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
629 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
245 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,963 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,750 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,888 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
232 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,433 views
0 comments


Convert Text to Speech using Python | Speech Synthesis | TTS Tutorial
Transform text to speech with Python! Explore speech synthesis and learn how to convert written text into spoken words. #TextToSpeech #TTS
Hackers Realm
Jul 13, 20223 min read
2,297 views
0 comments
bottom of page