Data Science
A Coding Hands-On on FineWeb for Streaming, Filtering, Deduplication, Tokenization, and...
In this tutorial, we explore the FineWeb dataset through an advanced hands-on workflow. We stream a manageable sample of the dataset without downloading the...
A Coding Guide to Build a Complete Single Cell RNA Sequencing...
In this tutorial, we build a complete pipeline for single-cell RNA sequencing analysis using Scanpy. We start by installing the required libraries and loading...
How to Build an End-to-End Interactive Analytics Dashboard Using PyGWalker Features...
In this tutorial, we explore the advanced capabilities of PyGWalker, a powerful tool for visual data analysis that integrates seamlessly with pandas. We begin...
Run MATLAB-Style Code Inside Python by Connecting Octave with the oct2py...
In this tutorial, we explore how we can seamlessly run MATLAB-style code inside Python by connecting Octave with the oct2py library. We set up...
How to Connect Google Colab with Google Drive (2025 Detailed &...
Table of contentsStep-by-Step: Mounting Google Drive in Colab (2025)Additional Tips & Updates (as of August 2025)GPU & TPU Support (2025)Summary
Google Colaboratory (Colab) remains one...
Top Data Science Books to Read in 2024
As we enter 2024, the field of data science continues to evolve rapidly, making it essential to stay updated with the latest knowledge and...
A Deep Dive Into Relational Databases And Their Applications
In today's time, the need to store enormous amounts of data in various frequently unrelated categories underlines the vital significance of highly efficient databases....
Top Data Visualization Tools For Data Science and Analytics
Information representation technologies and innovations are required to dissect various data metrics and make the best information-driven decisions in the world of big data....
Logistic Regression With A Real-World Example in Python
In this tutorial, you will learn Python Logistic Regression. Here you’ll know what exactly is Logistic Regression and you'll also see an Example with...
How DoorDash Uses Machine Learning ML And Optimization Models To Solve...
DoorDash is a logistic platform that delivers millions of orders every day with the help of its DeepRed system. In their recent blog, Data...
NVIDIA Base Command Platform Allows Enterprises To Move Their AI Projects...
Recently, NVIDIA launched its “NVIDIA Base Command,” a comprehensive platform that manages the end-to-end lifecycle of AI development and reporting dashboards. It is a...
Getting Started With Pytorch In Google Collab With Free GPU
In this post, we will discuss the basics of pytorch by using the google colab gpu
Implementing Batching for Seq2Seq Models in Pytorch
In this tutorial, we will discuss how to implement the batching in sequence2sequene models using Pytorch. We will implement batching by building a Recurrent...
Classifying the Name Nationality of a Person using LSTM and Pytorch
Recurrent Neural Networks(RNN) are a type of Neural Network where the output from the previous step is fed as input to the current step. In the case of Convolution Neural Networks (CNN), the output from the softmax layer in the context of image classification is entirely independent of the previous input image.
Classify Handwritten-Digits With Tensorflow
One of the capabilities of deep learning is image recognition, The “hello world” of object recognition for machine learning and deep learning is the...
How This Data Startup Aims to Bring Access to Petabytes of...
After four years of hard work by Kevin Moore and Aneesh Karve (Founders), Quilt Data comes live from stealth mode. This platform can be used to...
Top Data Science Podcasts To Listen
SuperDataScience
Learning Machines 101
IBM Analytics Insights
Talking Machines
Data Skeptic
The O’Reilly Data Show
Artificial Intelligence in Industry
This Week in Machine Learning & AI
Concerning AI
Data Stories
Partially Derivative
Freakonomics...
Introduction to Image Classification using Pytorch to Classify FashionMNIST Dataset
In this blog post, we will discuss how to build a Convolution Neural Network that can classify Fashion MNIST data using Pytorch on Google Colaboratory. The way we do that is, first we will download the data using Pytorch DataLoader class and then we will use LeNet-5 architecture to build our model. Finally, we will train our model on GPU and evaluate it on the test data.
Exploratory Data Analysis Tutorial: Analyzing the Food Culture of Bangalore
In this blog post, we will discuss how to perform exploratory data analysis by creating awesome visualizations using matplotlib and seaborn by taking a real-world data set.
Deep Learning with Keras – Part 5: Convolutional Neural Networks
Motivation
In the previous articles, we solved problems with numeric and categorical data, and we learned the different transformations needed for each. Regarding images, we...
Building a Feedforward Neural Network using Pytorch NN Module
Feedforward neural networks are also known as Multi-layered Network of Neurons (MLN). These network of models are called feedforward because the information only travels forward in...
Regression with Keras (Deep Learning with Keras – Part 3)
Regression
After two introductory tutorials, its time to build our first neural network! The network we are building solves a simple regression problem. Regression is...
Data Pre-processing for Deep Learning models (Deep Learning with Keras –...
Link to Part 1.
Dealing with Data
Motivation
Training deep learning models requires data... A lot of data! Unfortunately, in most cases data comes messy,...
Deep Learning with Keras Tutorial – Part 1
About this series
This post is the first part of Deep Learning with Keras series.
This series aims to introduce the Keras deep learning library and...
List of Data Science and Machine Learning GitHub Repositories to Try...
Here is the list of selected Data Science and Machine Learning GitHub Repositories to Try in 2019
Paper with Code
Facebook’s Detectron
Training a Model on the...
What are the 3 Big Data Careers Often Misinterpreted by Professionals?
There’s never been a better time to launch that career in the data related field and enter the new workforce. The job prospects are...
21 Free Data Sets/ Projects for Data Science Beginners
We have listed below some of the best datasets/ projects for data science beginners.
1. Enron Emails:
2. The United States Census Data:
3. Walmart:
5. CDC Cause...
A Few Things To Remember Before Going To Start a Data...
Over the last few years, the data science domain has evolved exponentially. In present times, it has become the backbone of many organizations across...
How Generative Adversarial Networks (GANs) work?
Generative Adversarial Networks were first introduced in 2014 in a research paper. They have also been called “the most interesting idea in the last...
Understanding the Four Types of Data Analytics
Data analytics can be a complex subject matter for many individuals, but it's very quickly growing into a necessary study for the future of...
Principal component analysis (PCA) using R
Principal component analysis (PCA) is a statistical analysis technique that uses an orthogonal transformation to convert a set of observations of possibly correlated variables...
List Of Data Science Facebook Groups To Join in 2019
Here is the list of Facebook groups to join for Big Data/ Data Science
International Data Science Study GroupData Science WorldArtificial Intelligence | Data Science...
Hierarchical clustering using R
Hierarchical clustering, also known as hierarchical cluster analysis, is an algorithm that clusters similar data points into groups called clusters. The endpoint is a...
Regression using Tensorflow and multiple distinctive attributes
As we did in the previous tutorial will use Gradient descent optimization algorithm. Additionally, we will divide our data set into three slices, Training,...
Regression using Tensorflow and partition of data for robust validation.
Again in the tutorial will use Gradient descent optimization algorithm. Additionally, we will divide our data set into three slices, Training, Testing, and validation....
14 Great Articles To Read About TensorFlow
First Steps with TensorFlow: ToolkitGoogle + open-source = TensorFlow 9 Things You Should Know About TensorFlowDeep Learning with TensorFlow in Python TensorFlow Tutorial For BeginnersImage Segmentation...
Regression using Tensorflow and Gradient descent optimizer
Gradient descent is the most popular optimization algorithm, used in machine learning and deep learning. Gradient descent is iterative optimization algorithm for finding the...
Artificial Intelligence – A Bitter-Sweet Symphony in Modelling
We have seen tremendous progress by artificial intelligence (AI) over the past decades. This progress, however, was not achieved steadily. There were significant ups...
Tensors: The building block of TensorFlow
TensorFlow uses tensor to define the framework and processing data. A tensor conceptualized multidimensions vectors and matrices. Mathematically, a tensor is a geometric object that maps...
List Of Facebook Groups To Join For Data Science
Here is the list of Facebook groups to join for Data Science learning
1.International Data Science Study Group (~10,000 members)
2. Data Science World (~30,000 members)...
Introduction to Boosting Machine Learning Algorithm: AdaBoost
AdaBoost algorithm
Boosting is a supervised machine learning algorithm for primarily handling data which have outlier and variance. Recently, boosting algorithms gained enormous popularity in...
5 Must Excel Add Ins For Data Science Practice
Below is the list of five important Data Science practice add-ins used in Microsoft Excel.
1. Power Pivot: Power Pivot add-in can be used to perform...











































