// WRITINGS_&_DEEP_DIVES

WRITINGS & BLOGS

A comprehensive catalog of technical articles, deep dives on AI architectures, benchmark analysis, and production engineering practices across Medium, Dev.to, and LinkedIn.

search
Filter by Tag:
Showing 13 of 13 writings
2022-06-10MEDIUM

Working with SQL in Python Environment ?

Data Science Working with SQL in Python Environment? You will learn to leverage the power of both the languages to perform data pre-processing activities on jupyter notebooks.

#Python#SQL#Pandas#Data Wrangling
2021-08-30MEDIUM

Learning k-folds Cross Validations

In this tutorial I demonstrate implementation of k-folds Cross Validations on a Supervised Regression Machine Learning Problem.

#Cross Validation#Machine Learning#Model Evaluation