Welcome to Proclus Academy

Insightful Tutorials for Inquisitive Developers
Here's our latest articles on Machine Learning, React, REST APIs, Databases, and more..

Here's all you need to know to start using Pandas for data analysis.

You'll learn how to read, manipulate, sort, filter, and visualize datasets using various Pandas methods.

Summary Image - Pandas: A Step by Step Guide for Absolute Beginners
How do you quantify the distance between a typical value and the center of a dataset?

Let's examine the three most common metrics to measure how values are spread out.

Summary Image - Measures of Spread: MAD, Variance, and Standard Deviation
How can you choose one value that summarizes and captures the essence of a given data set?

Let's examine four measures that you can use to represent such a central value.

Summary Image - Measures of Central Tendency: Mean, Median, Weighted Mean, and Mode
Are you ready to embark on your machine learning journey? Let me be your guide.

I’ll share the topics you’ll need to learn, the best available resources, and the order in which to study them.

Summary Image - Master Machine Learning and Deep Learning in 2023
How can you generate samples from a Normal Distribution? How do you calculate probabilities and percentiles?

You'll learn to do all of that using SciPy. I'll also show you how to plot histograms and density curves for normally distributed data.

Summary Image: Normal Distribution
Matplotlib doesn't support dot plots natively. So how can you draw them?

Let's write our own function and use it to sketch highly customizable dot plots.

Summary Image - Draw dot plot using Python and Matplotlib
How can we use Scikit-Learn to measure Precision, Recall, and F1 Score for classification models?

Also, does Scikit-Learn provide a way to handle imbalanced classes?

Summary Image: Precision, Recall, and F1 Score Using Scikit-Learn
Accuracy can be a misleading metric for certain types of classification problems.

Let's explore how Precision, Recall, and F1 Score can give a realistic view of a model’s predictive power.

Summary Image: Precision, Recall, and F1 Score: When Accuracy Betrays You
This post demystifies the most common metrics used to evaluate regression models.

You'll also gain practical skills to generate these metrics using Scikit-Learn.

Summary Image: Regression Metrics - MAE, MSE, RMSE
This post introduces you to Normal Distribution and some of its distinctive features.

You'll also learn about Empirical Rule, which dictates how values are spread in specific intervals around the mean.

Title Image: Normal Distribution