Blog

Cyberwarfare: Evolution & Impact
In the late twentieth century, the widespread use of the Internet revolutionized the speed at which information was collected, computed, and shared. Suddenly, the standard of life became an instantaneous one–where a singular thought could be seen by the rest of the globe in seconds. However, this revolutionary concept did

Evolution and Future of Digital Learning
In recent years, technology has exponentially advanced beyond automobiles or basic electricity in cities. It has permeated every aspect of our modern world, forcing today’s society—regardless of age, race, nationality, etc.—to adapt accordingly. Younger generations have been raised in a technology-based world, one where children are owning iPads by the

Deep Learning Basics
Deep learning is a powerful machine learning technique. These are widely used in Natural Language Processing (NLP) image/speech recognition robotics and many other artificial intelligence projects What is Deep Learning? A model which consists of more than three layers in a neural network model is a deep learning model. More

Building a Deep Learning Model
Building a Deep Learning Model using Keras In this post, let us see how to build a deep learning model using Keras. If you haven’t installed Tensorflow and Keras, I will show the simple way to install these two modules. 1. Installing Tensorflow and Keras Open Anaconda Navigator. Under Environments,

Confusion Matrix
Confusion Matrix, Accuracy, Precision, Recall, F score explained with an example In this post, we will learn about What is accuracy What are precision, recall, specificity and F score How to manually calculate these measures How to interpret these measures What is confusion matrix and how to construct it What

Pre-processing
Data Preprocessing – Creating Dummy Variables and Converting Ordinal Variables to Numbers with Examples Data cleaning is a critical step before fitting any statistical model. It includes: Handling missing values Handling outliers Transforming nominal variables to dummy variables (discussed in this post) Converting ordinal data to numbers (discussed in this

Missing Values
Handling Missing Values in Python In this post, we will discuss: How to check for missing values Different methods to handle missing values Real life data sets often contain missing values. There is no single universally acceptable method to handle missing values. It is often left to the judgement of

Time Series Components
Components of Time Series In this post, let us explore the four components of time series data. Trend (T) Cyclicality (C) Seasonality (S) Irregular component (I) Let us look at these components one by one. Trend (Secular Trend) Trend is long term movement of the time series. Trend can be

ARIMA/SARIMA with Python
Autoregressive Integrated Moving Average (ARIMA) is a popular time series forecasting model. It is used in forecasting time series variable such as price, sales, production, demand etc. 1. Basics of ARIMA model As the name suggests, this model involves three parts: Autoregressive part, Integrated and Moving Average part. Let us

AI/ML In Learning And Development
Cognitive Era Artificial Intelligence in general and Machine Learning in particular (AI/ML) have ushered a new era in many industries, especially in the last two years, albeit with varying degrees of adoption. AI/ML solutions are all around us, and new ones are being created every day, though we may not

Cyberwarfare: Evolution & Impact
In the late twentieth century, the widespread use of the Internet revolutionized the speed at which information was collected, computed, and shared. Suddenly, the standard

Evolution and Future of Digital Learning
In recent years, technology has exponentially advanced beyond automobiles or basic electricity in cities. It has permeated every aspect of our modern world, forcing today’s

Deep Learning Basics
Deep learning is a powerful machine learning technique. These are widely used in Natural Language Processing (NLP) image/speech recognition robotics and many other artificial intelligence

Building a Deep Learning Model
Building a Deep Learning Model using Keras In this post, let us see how to build a deep learning model using Keras. If you haven’t

Confusion Matrix
Confusion Matrix, Accuracy, Precision, Recall, F score explained with an example In this post, we will learn about What is accuracy What are precision, recall,

Pre-processing
Data Preprocessing – Creating Dummy Variables and Converting Ordinal Variables to Numbers with Examples Data cleaning is a critical step before fitting any statistical model.

Missing Values
Handling Missing Values in Python In this post, we will discuss: How to check for missing values Different methods to handle missing values Real life

Time Series Components
Components of Time Series In this post, let us explore the four components of time series data. Trend (T) Cyclicality (C) Seasonality (S) Irregular component

ARIMA/SARIMA with Python
Autoregressive Integrated Moving Average (ARIMA) is a popular time series forecasting model. It is used in forecasting time series variable such as price, sales, production,

AI/ML In Learning And Development
Cognitive Era Artificial Intelligence in general and Machine Learning in particular (AI/ML) have ushered a new era in many industries, especially in the last two