Building a Simple Guessing Game for Docker and AWS EKS
https://medium.com/@oneboredarchitect/building-a-simple-guessing-game-for-docker-and-aws-eks-a96b780c47d0
https://medium.com/@oneboredarchitect/building-a-simple-guessing-game-for-docker-and-aws-eks-a96b780c47d0
Medium
Building a Simple Guessing Game for Docker and AWS EKS
Let’s build and deploy a simple guessing game where users try to guess a random number between 1 and 100. We’ll use Docker for…
How to Detect Head Turn with Face Landmarks
https://peter-jp-xie.medium.com/how-to-detect-head-turn-with-face-landmarks-539120c67076
https://peter-jp-xie.medium.com/how-to-detect-head-turn-with-face-landmarks-539120c67076
Medium
How to Detect Head Turn with Face Landmarks
TLDR: When turned left, the right chin is bigger than the left one, and vice versa. Use the distance between the right / left chin top and…
Predictions Using sklearn: Regression for Car Mileage and Diamond Price
https://medium.com/@ebojacky/predictions-using-sklearn-regression-for-car-mileage-and-diamond-price-558e6c1daefa
https://medium.com/@ebojacky/predictions-using-sklearn-regression-for-car-mileage-and-diamond-price-558e6c1daefa
Medium
Predictions Using sklearn: Regression for Car Mileage and Diamond Price
In the rapidly evolving field of data science and machine learning, predictive modeling plays a crucial role in extracting valuable…
Demystifying Apache Spark Architecture: A Comprehensive Guide
https://medium.com/@ebojacky/demystifying-apache-spark-architecture-a-comprehensive-guide-065ff86b83a0
https://medium.com/@ebojacky/demystifying-apache-spark-architecture-a-comprehensive-guide-065ff86b83a0
Medium
Demystifying Apache Spark Architecture: A Comprehensive Guide
Introduction
LeetCode Pattern: 19 Tips & Strategies for Solving Binary Search Problems (Including 10 Classic…
https://baotramduong.medium.com/leetcode-pattern-19-tips-strategies-for-solving-binary-search-problems-including-10-classic-ed15280a2298
https://baotramduong.medium.com/leetcode-pattern-19-tips-strategies-for-solving-binary-search-problems-including-10-classic-ed15280a2298
Medium
LeetCode Pattern: 19 Tips & Strategies for Solving Binary Search Problems (Including 10 Classic…
Binary search is a commonly used algorithm for solving various problems on LeetCode. It’s a powerful and efficient technique that exploits…
How to Filter Values in Pandas- Basic to Advanced Methods
https://medium.com/@debopamdeycse19/how-to-filter-values-in-pandas-basic-to-advanced-methods-25b753ad74e5
https://medium.com/@debopamdeycse19/how-to-filter-values-in-pandas-basic-to-advanced-methods-25b753ad74e5
Medium
How to Filter Values in Pandas- Basic to Advanced Methods
Pandas is a powerful library that provides efficient data analysis tools in Python. One of the key capabilities of pandas is its ability to…
LeetCode Pattern: 19 Tips & Strategies for Solving Bit Manipulation Problems (Including 10 Classic…
https://baotramduong.medium.com/leetcode-pattern-19-tips-strategies-for-solving-bit-manipulation-problems-including-10-classic-fb9f8ee800b3
https://baotramduong.medium.com/leetcode-pattern-19-tips-strategies-for-solving-bit-manipulation-problems-including-10-classic-fb9f8ee800b3
Medium
LeetCode Pattern: 19 Tips & Strategies for Solving Bit Manipulation Problems (Including 10 Classic Problems & Solutions)
Bit manipulation involves operations on individual bits within a binary representation of numbers.
Python Most Important Interview Questions
https://medium.com/@bbonus00/python-most-important-interview-questions-4f71783a17a1
https://medium.com/@bbonus00/python-most-important-interview-questions-4f71783a17a1
Medium
Python Most Important Interview Questions
Question 2: Identify the month with the highest total sales for Company Y using their monthly sales data. Question 3: Find the maximum and minimum stock price for Company Z on any given day in the…
Evaluating a Classification Model: A Technical Deep Dive
https://medium.com/@ebojacky/evaluating-a-classification-model-a-technical-deep-dive-7523e5fa526d
https://medium.com/@ebojacky/evaluating-a-classification-model-a-technical-deep-dive-7523e5fa526d
Medium
Evaluating a Classification Model: A Technical Deep Dive
Introduction
Evaluating a Regression Model: A Technical Deep Dive
https://medium.com/@ebojacky/evaluating-a-regression-model-a-technical-deep-dive-4ea75ddc12b0
https://medium.com/@ebojacky/evaluating-a-regression-model-a-technical-deep-dive-4ea75ddc12b0
Medium
Evaluating a Regression Model: A Technical Deep Dive
Introduction
Predictions Using sklearn: Customer Clustering with KMeans to Boost Business Strategy
https://medium.com/@ebojacky/predictions-using-sklearn-customer-clustering-with-kmeans-to-boost-business-strategy-2c65cf5732d0
https://medium.com/@ebojacky/predictions-using-sklearn-customer-clustering-with-kmeans-to-boost-business-strategy-2c65cf5732d0
Medium
Predictions Using sklearn: Customer Clustering with KMeans to Boost Business Strategy
In the ever-evolving landscape of business analytics, unsupervised machine learning techniques have become indispensable for extracting…
Predictions Using sklearn: Classification of Flowers and Cancer Example
https://medium.com/@ebojacky/precise-predictions-classification-using-sklearn-463087f2ba06
https://medium.com/@ebojacky/precise-predictions-classification-using-sklearn-463087f2ba06
Medium
Predictions Using sklearn: Classification of Flowers and Cancer Example
Machine learning’s classification capabilities empower systems to categorize and predict outcomes based on input data. In this article…
Optimizing Data Processing in Python: Best Practices for Data Scientists
https://medium.com/@pythonfundamentals/optimizing-data-processing-in-python-best-practices-for-data-scientists-0218b29f1076
https://medium.com/@pythonfundamentals/optimizing-data-processing-in-python-best-practices-for-data-scientists-0218b29f1076
Medium
Optimizing Data Processing in Python: Best Practices for Data Scientists
Data processing is at the heart of every data scientist’s workflow, and optimizing these processes is essential for efficient analysis…
Deploying Machine Learning Models with Python: A Practical Guide
https://medium.com/@pythonfundamentals/deploying-machine-learning-models-with-python-a-practical-guide-341f990e03d9
https://medium.com/@pythonfundamentals/deploying-machine-learning-models-with-python-a-practical-guide-341f990e03d9
Medium
Deploying Machine Learning Models with Python: A Practical Guide
Building a machine learning model is a significant achievement, but deploying it into a production environment is where the real impact is…
how to implement linear search in python
https://medium.com/@gayashangamage/how-to-implement-linear-search-in-python-5dacf32e55b9
https://medium.com/@gayashangamage/how-to-implement-linear-search-in-python-5dacf32e55b9
Medium
how to implement linear search in python
what is linear searc ?h
Digital Image Processing | Histogram Calculation, Equalization and Normalization
https://vrnsky.medium.com/digital-image-processing-histogram-calculation-equalization-and-normalization-ad09b0bba5b1
https://vrnsky.medium.com/digital-image-processing-histogram-calculation-equalization-and-normalization-ad09b0bba5b1
Medium
Digital Image Processing | Histogram Calculation, Equalization and Normalization
This article continues the basics of the digital image processing series. In this article, I will talk about histogram calculation and…
- Learning Python in a nutshell
https://medium.com/@jeswanthbondaimu/learning-python-in-a-nutshell-cf204cbef581
https://medium.com/@jeswanthbondaimu/learning-python-in-a-nutshell-cf204cbef581
Medium
- Learning Python in a nutshell
Introduction: