Demystifying the Random Forest
Deconstructing and Understanding this Beautiful Algorithm- 27125Murphy ≡ DeepGuide
Linear Discriminant Analysis (LDA) Can Be So Easy
An Interactive Visualisation for You to Experiment With- 26228Murphy ≡ DeepGuide
Cracking the Employee Attrition Problem with Machine Learning
Why it's not a simple problem- 23553Murphy ≡ DeepGuide
A Practical Approach to Evaluating Positive-Unlabeled (PU) Classifiers in Business Analytics
An approach for evaluating PU models with common classification metrics adjusted for the prior probability of the positive class- 22611Murphy ≡ DeepGuide
An ImPULSE to Action: A Practical Solution for Positive Unlabelled Classification
We introduce an approach called ImPULSE Classifier with improved performance on balanced and imbalanced PU data compared to other...- 29304Murphy ≡ DeepGuide
From Evaluation to Enlightenment: Delving into Out-of-Sample Predictions in Cross-Validation
Understanding cross-validation and applying it in practical daily work is a must-have skill for every data scientist. While the primary purpose of cross-validation is to assess model performance and fine-tune hyperparameters, it offers additional outputs- 28764Murphy ≡ DeepGuide
Data-Driven Dispatch
Using supervised learning to predict service callouts to Chicago car collisions- 23698Murphy ≡ DeepGuide
Text Classification with Transformer Encoders
Step-by-step explanation of utilizing Transformer encoders to classify text- 22072Murphy ≡ DeepGuide
Ensemble of Classifiers: Voting Classifier
Combine many different models for better Prediction- 20405Murphy ≡ DeepGuide
Classification With Rosenblatt's Perceptron
The "hello-world" of machine learning- 22693Murphy ≡ DeepGuide
Coin Counting using Lang-SAM
Leverage Lang-SAM for precise coin segmentation in images, followed by a custom neural network to identify and sum their monetary values.- 21433Murphy ≡ DeepGuide
Introduction to Support Vector Machines - Motivation and Basics
Learn basic concepts that make Support Vector Machine a powerful linear classifier- 29187Murphy ≡ DeepGuide
Achieve Better Classification Results with ClassificationThresholdTuner
A python tool to tune and visualize the threshold choices for binary and multi-class classification problems- 28049Murphy ≡ DeepGuide
Logistic Regression, Explained: A Visual Guide with Code Examples for Beginners
Finding the perfect weights to fit the data in- 21636Murphy ≡ DeepGuide
Conformal Prediction for Machine Learning Classification -From the Ground Up
Implementing conformal prediction for classification without need of bespoke packages- 22153Murphy ≡ DeepGuide
From the Perceptron to Adaline
Setting the foundations right- 23715Murphy ≡ DeepGuide
Classifying Source code using LLMs – What and How
Sharing our experience at making LLM-based Source Code classifier- 29968Murphy ≡ DeepGuide
From Adaline to Multilayer Neural Networks
Setting the foundations right- 28735Murphy ≡ DeepGuide
Binary Classification
Unpacking the Real Significance and Limitations of Traditional Metrics- 29198Murphy ≡ DeepGuide
Choosing the Right Number of Neighbors (k) for the K-Nearest Neighbors (KNN) Algorithm
Six methods to measure the effect of the number of neighbors on KNN model evaluation- 24150Murphy ≡ DeepGuide
1 2
We look at an implementation of the HyperLogLog cardinality estimati
Using clustering algorithms such as K-means is one of the most popul
Level up Your Data Game by Mastering These 4 Skills
Learn how to create an object-oriented approach to compare and evalu
When I was a beginner using Kubernetes, my main concern was getting
Tutorial and theory on how to carry out forecasts with moving averag