<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"><channel><title>Saed Sayad — Data Science Tutorials</title><description>The Data Mining Map: an introduction to data science, machine learning, and AI.</description><link>https://saedsayad.com/</link><item><title>Data Mining</title><link>https://saedsayad.com/learn/data-mining/</link><guid isPermaLink="true">https://saedsayad.com/learn/data-mining/</guid><description>What data mining is: a multidisciplinary field for explaining the past and predicting the future, mapped end to end from problem definition to deployment.</description><pubDate>Sat, 08 Aug 2026 00:00:00 GMT</pubDate></item><item><title>Problem Definition</title><link>https://saedsayad.com/learn/problem-definition/</link><guid isPermaLink="true">https://saedsayad.com/learn/problem-definition/</guid><description>How to convert a business objective into a well-posed data science problem: the target variable, unit of analysis, success criteria, and a preliminary plan.</description><pubDate>Sat, 08 Aug 2026 00:00:00 GMT</pubDate></item><item><title>Explaining the Past</title><link>https://saedsayad.com/learn/explaining-the-past/</link><guid isPermaLink="true">https://saedsayad.com/learn/explaining-the-past/</guid><description>Descriptive data mining: how exploration, summarization, and visualization explain what happened in your data and why, before any predictive modeling.</description><pubDate>Sat, 08 Aug 2026 00:00:00 GMT</pubDate></item><item><title>Predicting the Future</title><link>https://saedsayad.com/learn/predicting-the-future/</link><guid isPermaLink="true">https://saedsayad.com/learn/predicting-the-future/</guid><description>Predictive data mining: how models learned from historical data generalize to predict unseen outcomes, and what separates prediction from description.</description><pubDate>Sat, 08 Aug 2026 00:00:00 GMT</pubDate></item><item><title>Modeling</title><link>https://saedsayad.com/learn/modeling/</link><guid isPermaLink="true">https://saedsayad.com/learn/modeling/</guid><description>The four families of data mining models: classification, regression, clustering, and association rules — what each predicts and how to choose.</description><pubDate>Sat, 08 Aug 2026 00:00:00 GMT</pubDate></item><item><title>Model Deployment</title><link>https://saedsayad.com/learn/model-deployment/</link><guid isPermaLink="true">https://saedsayad.com/learn/model-deployment/</guid><description>Putting a trained model to work on new data: the four deployment paths — tools, programming languages, SQL, and PMML — and the lifecycle after go-live.</description><pubDate>Sat, 08 Aug 2026 00:00:00 GMT</pubDate></item><item><title>Data Exploration</title><link>https://saedsayad.com/learn/data-exploration/</link><guid isPermaLink="true">https://saedsayad.com/learn/data-exploration/</guid><description>Explore data with statistical summaries and visualizations: univariate and bivariate analysis, frequency tables, histograms, and box plots explained.</description><pubDate>Sat, 08 Aug 2026 00:00:00 GMT</pubDate></item><item><title>Univariate Analysis</title><link>https://saedsayad.com/learn/univariate-analysis/</link><guid isPermaLink="true">https://saedsayad.com/learn/univariate-analysis/</guid><description>Univariate analysis examines one variable at a time using frequency tables, summary statistics, histograms, and box plots for categorical and numerical data.</description><pubDate>Sat, 08 Aug 2026 00:00:00 GMT</pubDate></item><item><title>Categorical Variables</title><link>https://saedsayad.com/learn/categorical-variables/</link><guid isPermaLink="true">https://saedsayad.com/learn/categorical-variables/</guid><description>Explore categorical variables, nominal and ordinal, with frequency tables, percentages, bar charts, and pie charts on a real housing example.</description><pubDate>Sat, 08 Aug 2026 00:00:00 GMT</pubDate></item><item><title>Numerical Variables</title><link>https://saedsayad.com/learn/numerical-variables/</link><guid isPermaLink="true">https://saedsayad.com/learn/numerical-variables/</guid><description>Summarize numerical variables with mean, median, mode, variance, standard deviation, IQR, skewness, and kurtosis, plus histograms and box plots.</description><pubDate>Sat, 08 Aug 2026 00:00:00 GMT</pubDate></item><item><title>Bivariate Analysis</title><link>https://saedsayad.com/learn/bivariate-analysis/</link><guid isPermaLink="true">https://saedsayad.com/learn/bivariate-analysis/</guid><description>Bivariate analysis studies the relationship between two variables: categorical vs categorical, numerical vs numerical, and categorical vs numerical.</description><pubDate>Sat, 08 Aug 2026 00:00:00 GMT</pubDate></item><item><title>Categorical vs. Categorical</title><link>https://saedsayad.com/learn/categorical-vs-categorical/</link><guid isPermaLink="true">https://saedsayad.com/learn/categorical-vs-categorical/</guid><description>Analyze two categorical variables with contingency tables, stacked and combination charts, and the chi-square test of independence with a worked example.</description><pubDate>Sat, 08 Aug 2026 00:00:00 GMT</pubDate></item><item><title>Numerical vs. Numerical</title><link>https://saedsayad.com/learn/numerical-vs-numerical/</link><guid isPermaLink="true">https://saedsayad.com/learn/numerical-vs-numerical/</guid><description>Analyze two numerical variables with scatter plots and the Pearson correlation coefficient: formula, interpretation, and a worked temperature-humidity example.</description><pubDate>Sat, 08 Aug 2026 00:00:00 GMT</pubDate></item><item><title>Categorical vs. Numerical</title><link>https://saedsayad.com/learn/categorical-vs-numerical/</link><guid isPermaLink="true">https://saedsayad.com/learn/categorical-vs-numerical/</guid><description>Compare a numerical variable across categories with error-bar charts, box plots, t-tests, and ANOVA, with worked examples on real datasets.</description><pubDate>Sat, 08 Aug 2026 00:00:00 GMT</pubDate></item><item><title>Data Preparation</title><link>https://saedsayad.com/learn/data-preparation/</link><guid isPermaLink="true">https://saedsayad.com/learn/data-preparation/</guid><description>How raw measurements become a modeling-ready dataset: data types, dataset anatomy, databases and SQL, and the ETL pipeline that ties them together.</description><pubDate>Sat, 08 Aug 2026 00:00:00 GMT</pubDate></item><item><title>Encoding</title><link>https://saedsayad.com/learn/encoding/</link><guid isPermaLink="true">https://saedsayad.com/learn/encoding/</guid><description>Encoding transforms categorical variables into numbers models can use: one-hot and ordinal encoding, target-based encoding, and when each one applies.</description><pubDate>Sat, 08 Aug 2026 00:00:00 GMT</pubDate></item><item><title>Binning</title><link>https://saedsayad.com/learn/binning/</link><guid isPermaLink="true">https://saedsayad.com/learn/binning/</guid><description>Binning (discretization) turns numerical variables into categorical ones. Compare equal-width and equal-frequency binning with formulas and a worked example.</description><pubDate>Sat, 08 Aug 2026 00:00:00 GMT</pubDate></item><item><title>Classification</title><link>https://saedsayad.com/learn/classification/</link><guid isPermaLink="true">https://saedsayad.com/learn/classification/</guid><description>Classification predicts a categorical target from predictors. Tour the nine algorithm families — from ZeroR baselines to SVMs — and when to use each.</description><pubDate>Sat, 08 Aug 2026 00:00:00 GMT</pubDate></item><item><title>ZeroR</title><link>https://saedsayad.com/learn/zero-r/</link><guid isPermaLink="true">https://saedsayad.com/learn/zero-r/</guid><description>ZeroR is the simplest classifier: ignore every predictor and always predict the majority class. Useless alone, essential as a baseline benchmark.</description><pubDate>Sat, 08 Aug 2026 00:00:00 GMT</pubDate></item><item><title>OneR</title><link>https://saedsayad.com/learn/one-r/</link><guid isPermaLink="true">https://saedsayad.com/learn/one-r/</guid><description>OneR builds one simple rule per predictor from frequency tables and keeps the most accurate — often nearly as good as far more complex classifiers.</description><pubDate>Sat, 08 Aug 2026 00:00:00 GMT</pubDate></item><item><title>Naive Bayes</title><link>https://saedsayad.com/learn/naive-bayes/</link><guid isPermaLink="true">https://saedsayad.com/learn/naive-bayes/</guid><description>Naive Bayes classification with Bayes&apos; rule, worked on the Play Golf dataset: likelihood tables, posterior calculation, and Laplace smoothing.</description><pubDate>Sat, 08 Aug 2026 00:00:00 GMT</pubDate></item><item><title>Decision Tree</title><link>https://saedsayad.com/learn/decision-tree/</link><guid isPermaLink="true">https://saedsayad.com/learn/decision-tree/</guid><description>Build a decision tree with the ID3 algorithm: entropy, information gain, and recursive splits, worked step by step on the Play Golf dataset.</description><pubDate>Sat, 08 Aug 2026 00:00:00 GMT</pubDate></item><item><title>Linear Discriminant Analysis</title><link>https://saedsayad.com/learn/linear-discriminant-analysis/</link><guid isPermaLink="true">https://saedsayad.com/learn/linear-discriminant-analysis/</guid><description>Linear Discriminant Analysis finds the linear combination of predictors that best separates classes, via Fisher&apos;s criterion and scatter matrices.</description><pubDate>Sat, 08 Aug 2026 00:00:00 GMT</pubDate></item><item><title>Logistic Regression</title><link>https://saedsayad.com/learn/logistic-regression/</link><guid isPermaLink="true">https://saedsayad.com/learn/logistic-regression/</guid><description>Logistic regression models binary outcomes with the sigmoid curve, log-odds, and maximum likelihood — including pseudo R-squared and the Wald test.</description><pubDate>Sat, 08 Aug 2026 00:00:00 GMT</pubDate></item><item><title>k-Nearest Neighbors</title><link>https://saedsayad.com/learn/k-nearest-neighbors/</link><guid isPermaLink="true">https://saedsayad.com/learn/k-nearest-neighbors/</guid><description>k-nearest neighbors classifies by majority vote over the closest training cases: distance metrics, choosing k, and why normalization matters.</description><pubDate>Sat, 08 Aug 2026 00:00:00 GMT</pubDate></item><item><title>Neural Networks</title><link>https://saedsayad.com/learn/neural-networks/</link><guid isPermaLink="true">https://saedsayad.com/learn/neural-networks/</guid><description>Artificial neural networks: the perceptron, activation functions, backpropagation intuition, and the path from MLPs to transformers.</description><pubDate>Sat, 08 Aug 2026 00:00:00 GMT</pubDate></item><item><title>Support Vector Machine</title><link>https://saedsayad.com/learn/support-vector-machine/</link><guid isPermaLink="true">https://saedsayad.com/learn/support-vector-machine/</guid><description>Support vector machines find the maximum-margin hyperplane: support vectors, soft margins, hinge loss, and the kernel trick with RBF.</description><pubDate>Sat, 08 Aug 2026 00:00:00 GMT</pubDate></item><item><title>Regression</title><link>https://saedsayad.com/learn/regression/</link><guid isPermaLink="true">https://saedsayad.com/learn/regression/</guid><description>Regression predicts a numerical target from one or more predictors. Learn simple linear regression, ordinary least squares, residuals, and SSE.</description><pubDate>Sat, 08 Aug 2026 00:00:00 GMT</pubDate></item><item><title>Multiple Linear Regression</title><link>https://saedsayad.com/learn/multiple-linear-regression/</link><guid isPermaLink="true">https://saedsayad.com/learn/multiple-linear-regression/</guid><description>Multiple linear regression models a numerical target with several predictors. Matrix-form OLS, R-squared, the F-test, and multicollinearity.</description><pubDate>Sat, 08 Aug 2026 00:00:00 GMT</pubDate></item><item><title>Decision Tree Regression</title><link>https://saedsayad.com/learn/decision-tree-regression/</link><guid isPermaLink="true">https://saedsayad.com/learn/decision-tree-regression/</guid><description>Regression trees split data by standard deviation reduction instead of information gain. Build one step by step on the golf hours dataset.</description><pubDate>Sat, 08 Aug 2026 00:00:00 GMT</pubDate></item><item><title>k-NN Regression</title><link>https://saedsayad.com/learn/knn-regression/</link><guid isPermaLink="true">https://saedsayad.com/learn/knn-regression/</guid><description>k-NN regression predicts a numerical target as the average of the k nearest neighbors. Distance functions, weighting, and standardization.</description><pubDate>Sat, 08 Aug 2026 00:00:00 GMT</pubDate></item><item><title>Support Vector Regression</title><link>https://saedsayad.com/learn/support-vector-regression/</link><guid isPermaLink="true">https://saedsayad.com/learn/support-vector-regression/</guid><description>Support vector regression fits the flattest function inside an epsilon-insensitive tube, tolerating small errors. Linear and kernel SVR explained.</description><pubDate>Sat, 08 Aug 2026 00:00:00 GMT</pubDate></item><item><title>Clustering</title><link>https://saedsayad.com/learn/clustering/</link><guid isPermaLink="true">https://saedsayad.com/learn/clustering/</guid><description>Clustering groups similar data points without labels. Distance-based intuition, the main algorithm families, and where clustering is applied.</description><pubDate>Sat, 08 Aug 2026 00:00:00 GMT</pubDate></item><item><title>Hierarchical Clustering</title><link>https://saedsayad.com/learn/hierarchical-clustering/</link><guid isPermaLink="true">https://saedsayad.com/learn/hierarchical-clustering/</guid><description>Hierarchical clustering builds a tree of nested clusters. Agglomerative merging, single/complete/average linkage, and dendrograms with a worked example.</description><pubDate>Sat, 08 Aug 2026 00:00:00 GMT</pubDate></item><item><title>k-Means</title><link>https://saedsayad.com/learn/k-means/</link><guid isPermaLink="true">https://saedsayad.com/learn/k-means/</guid><description>k-means partitions data into k clusters by iterating assign and update steps. The WCSS objective, the algorithm, and a fully worked example.</description><pubDate>Sat, 08 Aug 2026 00:00:00 GMT</pubDate></item><item><title>Self-Organizing Maps</title><link>https://saedsayad.com/learn/self-organizing-maps/</link><guid isPermaLink="true">https://saedsayad.com/learn/self-organizing-maps/</guid><description>Self-organizing maps project high-dimensional data onto a low-dimensional grid. BMU, neighborhood shrinkage, and weight updates explained.</description><pubDate>Sat, 08 Aug 2026 00:00:00 GMT</pubDate></item><item><title>Association Rules</title><link>https://saedsayad.com/learn/association-rules/</link><guid isPermaLink="true">https://saedsayad.com/learn/association-rules/</guid><description>Association rule mining explained: support, confidence, and lift, the Apriori principle, and a worked market-basket example with five transactions.</description><pubDate>Sat, 08 Aug 2026 00:00:00 GMT</pubDate></item><item><title>Model Evaluation</title><link>https://saedsayad.com/learn/model-evaluation/</link><guid isPermaLink="true">https://saedsayad.com/learn/model-evaluation/</guid><description>How to evaluate predictive models honestly: hold-out train, validation, and test splits, k-fold cross-validation, and how to detect overfitting.</description><pubDate>Sat, 08 Aug 2026 00:00:00 GMT</pubDate></item><item><title>Evaluation: Classification</title><link>https://saedsayad.com/learn/model-evaluation-classification/</link><guid isPermaLink="true">https://saedsayad.com/learn/model-evaluation-classification/</guid><description>Classification metrics from the confusion matrix: accuracy, precision, recall, specificity, F1, ROC curves and AUC, with a worked 2x2 example.</description><pubDate>Sat, 08 Aug 2026 00:00:00 GMT</pubDate></item><item><title>Evaluation: Regression</title><link>https://saedsayad.com/learn/model-evaluation-regression/</link><guid isPermaLink="true">https://saedsayad.com/learn/model-evaluation-regression/</guid><description>Regression metrics explained: MAE, MSE, RMSE, relative errors, R-squared, and residual plots, with a fully worked numeric example.</description><pubDate>Sat, 08 Aug 2026 00:00:00 GMT</pubDate></item><item><title>Further Readings</title><link>https://saedsayad.com/learn/further-readings/</link><guid isPermaLink="true">https://saedsayad.com/learn/further-readings/</guid><description>A curated reading list for data science and machine learning: classic essays, tutorials, and books recommended by Saed Sayad.</description><pubDate>Sat, 08 Aug 2026 00:00:00 GMT</pubDate></item></channel></rss>