Skip to content

Geeky Codes

Programming, AI, Machine Learning & Software Development Tutorials

  • Home
  • Python
  • Machine Learning
  • Data Science
  • Interview Questions
  • Data Structures and Algorithms
  • Interview
  • Machine Learning From Scratch
Recent Articles
Longest Consecutive Sequence in Python: O(n) Hash Set Solution Explained
PyTorch CNN Shape Mismatch Error: Fixing “mat1 and mat2 shapes cannot be multiplied
SQL Banner Counting Common Members Across Months in SQL
SQL Webp How to Join a Parameterized View in SAP HANA (And Fix the “Parameterized View with Unused Parameter” Error)
Inverting a Character Frequency Map in Python
Data Structures and AlgorithmsHacker Rank SolutionsPython

Beautiful Days at the Movies | Hackerrank Solutions

July 2, 2025July 2, 2025

Lily likes to play games with integers. She has created a new game where she determines the difference between a…

What is Stochastic Gradient Descent?
Data ScienceDeep LearningMachine LearningNLP

What is Stochastic Gradient Descent?

Geeky CodesJuly 2, 2025July 2, 2025

Stochastic Gradient Descent (SGD) is an optimization algorithm commonly used in machine learning for training models, particularly in large-scale and…

How to Extract Code from a Screenshot with 100% Accuracy?
Image ProcessingMachine Learning

How to Extract Code from a Screenshot with 100% Accuracy?

Geeky CodesJuly 2, 2025

Did you like an image containing code & take its screenshot? Now you want to copy the code from that…

Data ScienceMachine LearningPandasPython

Quintile Analysis: Bringing it all togetherand making decisions

July 2, 2025July 2, 2025

Introduction Quintile analysis is a statistical method used to divide a data set into five equal parts, each representing 20%…

SQL | The BETWEEN Operator
SQL

SQL | The BETWEEN Operator

July 2, 2025

BETWEEN Operator Example The “Persons” table: Now we want to select the persons with a last name alphabetically between “Hansen”…

SQL | The IN Operator
SQL

SQL | The IN Operator

Geeky CodesJuly 2, 2025

The IN operator allows you to specify multiple values in a WHERE clause. SQL IN Syntax: IN Operator Example The…

Getting Started With Pandas | Part 1
Data ScienceMachine LearningPandasPython

Getting Started With Pandas | Part 1

July 2, 2025July 2, 2025

Installation or Setup Detailed instructions on getting pandas set up or installed can be found here in the official documentation.…

Data ScienceMachine Learning

Selecting the Number of Clusters

Geeky CodesJuly 2, 2025July 2, 2025

With K-Means, you could use the inertia or the silhouette score to select the appropriate number of clusters, but with…

SQL

SQL | The INSERT INTO AND UPDATE Statement

kpaguitalJuly 2, 2025

The second form specifies both the column names and the values to be inserted: SQL INSERT INTO Example We have…

Tokenization in NLP
Data ScienceMachine LearningNLP

Tokenization in NLP

Geeky CodesJuly 2, 2025July 2, 2025

Word Level Tokenzation Splitting text into individual words “the quick brown fox” -> [“the”,”quick”,”brown”,”fox”] BUT Character Level Tokenization Splitting text…

Data ScienceMachine LearningPandasPython

Appending to DataFrame | Pandas

July 2, 2025

Appending a new row to DataFrame import pandas as pd df = pd.DataFrame(columns = [‘A’, ‘B’, ‘C’]) Appending a row…

What is Exploratory Data Analysis (EDA)?
Data ScienceMachine LearningPython

What is Exploratory Data Analysis (EDA)?

Geeky CodesJuly 2, 2025July 2, 2025

Exploratory Data Analysis (EDA) is an essential step in any data science project. It involves investigating and analyzing datasets to…

Anomaly Detection using Gaussian Mixtures
Data ScienceMachine LearningUnsupervised Learning

Anomaly Detection using Gaussian Mixtures

July 2, 2025July 2, 2025

Introduction Anomaly detection (also called outlier detection) is the task of detecting instances that deviate strongly from the norm. These…

Deep LearningMachine LearningNeural Networks

A Journey From Biological to Artificial Neurons

July 2, 2025July 2, 2025

Surprisingly, ANNs have been around for quite a while: they were first introduced back in 1943 by the neurophysiologist Warren…

Data ScienceMachine Learning

Bayesian Gaussian Mixture Models

July 2, 2025

Rather than manually searching for the optimal number of clusters, it is possible to use instead the BayesianGaussianMixture class which…

SQL | Alias Operator
SQL

SQL | Alias Operator

Geeky CodesJuly 2, 2025

SQL Alias Syntax for Columns: Also read Alias Example Assume we have a table called “Persons” and another table called…

SQL | The LIKE Operator
SQL

SQL | The LIKE Operator

Geeky CodesJuly 2, 2025July 2, 2025

SELECT column_name(s) FROM table_name WHERE column_name LIKE pattern LIKE Operator Example The “Persons” table: Now we want to select the…

Data ScienceMachine LearningUnsupervised Learning

Understanding DBSCAN Clustering Algorithm: Implementation in Python

July 2, 2025July 2, 2025

Before we move on to Gaussian mixture models, let’s take a look at DBSCAN, another popular clustering algorithm that illustrates…

Data ScienceMachine LearningUnsupervised Learning

Using Clustering for Semi-Supervised Learning

July 2, 2025July 2, 2025

Another use case for clustering is in semi-supervised learning, when we have plenty of unlabeled instances and very few labeled…

Data ScienceMachine LearningPythonUnsupervised Learning

Using clustering for image segmentation

Geeky CodesJuly 2, 2025July 2, 2025

Image segmentation is the task of partitioning an image into multiple segments. In semantic segmentation, all pixels that are part…

Posts navigation

Older posts
Newer posts

Total Visitors

  • 49,585 hits
  • Longest Consecutive Sequence in Python: O(n) Hash Set Solution Explained
  • PyTorch CNN Shape Mismatch Error: Fixing “mat1 and mat2 shapes cannot be multiplied
  • Counting Common Members Across Months in SQL
  • How to Join a Parameterized View in SAP HANA (And Fix the “Parameterized View with Unused Parameter” Error)
  • Inverting a Character Frequency Map in Python

Top Posts & Pages

  • Longest Consecutive Sequence in Python: O(n) Hash Set Solution Explained
  • PyTorch CNN Shape Mismatch Error: Fixing "mat1 and mat2 shapes cannot be multiplied
  • Counting Common Members Across Months in SQL
  • How to Join a Parameterized View in SAP HANA (And Fix the "Parameterized View with Unused Parameter" Error)
  • Terms and Conditions
  • Inverting a Character Frequency Map in Python
  • Ace Your Databricks Data Engineer Exam: 10 Essential Practice Questions Explained Part 6
  • Ace Your Databricks Data Engineer Exam: 10 Essential Practice Questions Explained Part 5
  • Ace Your Databricks Data Engineer Exam: 10 Essential Practice Questions Explained Part 4
  • Ace Your Databricks Data Engineer Exam: 10 Essential Practice Questions Explained Part 3
Read more: Using clustering for image segmentation

| Extensive News by Ascendoor | Powered by
Geeky Codes
Proudly powered by WordPress Theme: Extensive News.

Loading Comments...