Challenger USA Space Shuttle O-Ring
Predict the number of O-rings that experience thermal distress on a flight at 31 degrees F given data on the previous 23 shuttle flights
5 min readData Representation
Mean, Median, Mode, Variance, Standard deviation, Skewness, IQR, Kurtosis, QQ plot
10 min readAnscombe's quartet
Descriptive statistics, Data visualization
5 min readWorld Happiness
Use the World Happiness Report dataset for predicting the happiness. Exploratory data analysis, Random Forest, Linear Regression, Python
10 min readUnderstanding Hyperplanes
10 min readPrincipal Component Analysis
Comprehensive overview of PCA.
10 min readGradient descent in Practice
Feature scaling and Learning Rate
10 min readPearson Correlation
Relationship between salt intake and systolic blood pressure.
5 min readApplication of Eigenvalues and Eigenvectors
Image Compression
10 min readRegression
simple linear regression
10 min readOptimizing Functions
10 min readClassify Blood Pressure Categories
10 min readTwo-Sample T-Test
Determine if the means of two independent groups are significantly different from one another.
5 min readOptimization Using Gradient Descent
Linear Regression
10 min readRegression with Perceptron
Neural network corresponding to a simple linear regression model
10 min readMachine Learning Math Concepts
Three areas of mathematics lie at the heart of machine learning: linear algebra, multivariate calculus and probability theory
15 min readClassification with Perceptron
Single perceptron neural network model to solve a linear classification problem. Finding a straight line in a plane that would serve as a decision boundary to separate two classes.
10 min readSimulate Dice Throws with NumPy
Python, NumPy
10 min readSupport Vector Machine
5 min readPerceptron learning from mistakes
A classification approach where individuals are categorized as Obese or Not-Obese based on their body weight and height.
10 min readCentral Limit Theorem
Python, NumPy, Seaborn, Gaussian
10 min readImplementing Batch Gradient Descent from Scratch in Python
Linear regression, Cost function, Model prediction
10 min readProbability and Statistics
Regularization, Random noise, MLE, Gaussian Distribution
10 min readSigmoid function and logistic regression
10 min readLogistic Regression
10 min readDecision boundary in the context of logistic regression
10 min readRandom Forest
5 min readLinear regression model with Scikit-learn Gradient Descent
SGDRegressor(gradient descent regression model), StandardScaler(z-score normalization)
5 min readLogistic Regression using Scikit-Learn
5 min readNon-Linear SVM
5 min readConfidence Interval
Margin of error, Confidence level, Significance level, Normal distribution, Sample size
10 min readPearson Correlation and Linear Regression
Understanding Pearson Correlation and Linear Regression through a Practical Example
10 min readVectorization in Python
Understanding the Performance of For Loops vs. Vectorization in Python
5 min readMultiple linear regression in Python
Multiple linear regression in Python to predict house prices
5 min read