Author Archives: Ajitesh Kumar

Ajitesh Kumar

I have been recently working in the area of Data analytics including Data Science and Machine Learning / Deep Learning. I am also passionate about different technologies including programming languages such as Java/JEE, Javascript, Python, R, Julia, etc, and technologies such as Blockchain, mobile computing, cloud-native technologies, application security, cloud computing platforms, big data, etc. I would love to connect with you on Linkedin. Check out my latest book titled as First Principles Thinking: Building winning products using first principles thinking.

Heteroskedasticity in Regression Models: Examples

heteroskedasticity-regression-models-examples

Have you ever encountered data that exhibits varying patterns of dispersion and wondered how it might impact your regression models? The varying patterns of dispersion represents the essence of heteroskedasticity – the phenomenon where the spread or variability of the residuals / errors in a regression model changes across different levels or values of the independent variables. As data scientists, understanding the concept of heteroskedasticity is crucial for robust and accurate analyses. In this blog, we delve into the intriguing world of heteroskedasticity in regression models and explore its implications through real-world examples. What’s heteroskedasticity and why learn this concept? Heteroskedasticity refers to a statistical phenomenon observed in regression analysis, …

Continue reading

Posted in Data Science, Machine Learning, Python. Tagged with , , .

Underwriting & Machine Learning Models Examples

underwriting and machine learning models examples

Are you curious about how AI / machine learning is revolutionizing the underwriting process? Have you ever wondered how machine learning models are reshaping risk assessment and decision-making in industries like insurance, lending, and securities? Underwriting has long been a critical process for assessing risks and making informed decisions, but with the advent of machine learning, the possibilities have expanded exponentially. By harnessing the immense capabilities of machine learning algorithms and the abundance of data available, organizations can extract actionable insights, achieve higher accuracy, and streamline their underwriting practices like never before. In this blog, we will learn about how machine learning models can be used effectively for underwriting processes, …

Continue reading

Posted in Banking, Finance, Machine Learning. Tagged with .

Loan Eligibility / Approval & Machine Learning: Examples

loan eligibility prediction using machine learning

It is no secret that the loan industry is a multi-billion dollar industry. Lenders make money by charging interest on loans, and borrowers want to get the best loan terms possible. In order to qualify for a loan, borrowers are typically required to provide information about their income, assets, and credit score. This process can be time consuming and frustrating for both lenders and borrowers. In this blog post, we will discuss how AI / machine learning can be used to predict loan eligibility. As data scientists, it is of great importance to understand some of challenges in relation to loan eligibility and how machine learning models can be built …

Continue reading

Posted in AI, Banking, Finance, Machine Learning. Tagged with , , , , .

Credit Risk Modeling & Machine Learning Use Cases

credit risk modeling and machine learning use cases

Have you ever wondered how banks and financial institutions decide who to lend money to, or how much to lend? The secret lies in credit risk modeling, a sophisticated approach that evaluates the likelihood of a borrower defaulting on their loan. Through in-depth analysis of historical data and borrower’s credit behavior, these models play a pivotal role in guiding lending decisions, managing risks, and ultimately, driving profitability. In the face of growing financial complexities, traditional methods are often insufficient. That’s where machine learning comes into play that helps better anticipate credit risk. By automating the identification of patterns within data, patterns that often go unnoticed by human analysis, machine learning …

Continue reading

Posted in Data Science, Machine Learning. Tagged with , .

Matplotlib Bar Chart Python / Pandas Examples

bar-chart-using-matplotlib-pandas-and-python-3

Are you looking to learn how to create bar charts / bar plots / bar graph using the combination of Matplotlib and Pandas in Python? Bar charts are one of the most commonly used visualizations in data analysis, enabling us to present categorical data in a visually appealing and intuitive manner. Whether you’re a beginner data scientist or an intermediate-level practitioner seeking to enhance your visualization skills, this blog will provide you with practical examples and hands-on guidance to create compelling bar charts / bar plots using Matplotlib libraries in Python. You will also learn how to leverage the data manipulation capabilities of Pandas to prepare the data for visualization, …

Continue reading

Posted in Data Science, Python. Tagged with , .

One-hot Encoding Concepts & Python Examples

One-hot encoding concepts and python examples

Have you ever encountered categorical variables in your data analysis or machine learning projects? These variables represent discrete qualities or characteristics, such as colors, genders, or types of products. While numerical variables can be directly used as inputs for machine learning algorithms, categorical variables require a different approach. One common technique used to convert categorical variables into a numerical representation is called one-hot encoding, also known as dummy encoding. When working with machine learning algorithms, categorical variables need to be transformed into a numerical representation to be effectively used as inputs. This is where one-hot encoding comes to rescue. In this post, you will learn about One-hot Encoding concepts and …

Continue reading

Posted in Data Science, Machine Learning, Python. Tagged with , , .

Differences: Azure OpenAI vs OpenAI – Examples

azure openai vs openai differences

As the field of AI continues to evolve, the collaboration between Azure and OpenAI has brought forth a powerful combination of generative AI capabilities and enterprise-grade security. In this blog post, we will explore the differences between Azure OpenAI and OpenAI, with a focus on the benefits of Azure OpenAI in terms of security and model compatibility. What’s Azure, OpenAI & Azure OpenAI? Azure is Microsoft’s cloud computing platform that provides a comprehensive suite of services, tools, and infrastructure for building, deploying, and managing applications and services. It offers a wide range of capabilities, including virtual machines, storage solutions, databases, AI services, and more. OpenAI is a leading artificial intelligence …

Continue reading

Posted in Azure, OpenAI. Tagged with , .

Difference between Parametric vs Non-Parametric Models

When working with machine learning models, data scientists often come across a fundamental question: What sets parametric and non-parametric models apart? This is also one of the most frequent questions asked in the interviews. Machine learning models can be parametric or non-parametric. Parametric models are those that require the specification of some parameters before they can be used to make predictions, while non-parametric models do not rely on any specific parameter settings and therefore often produce more accurate results. These two distinct approaches play a crucial role in predictive modeling, each offering unique advantages and considerations. This blog post discusses parametric vs non-parametric machine learning models with examples along with …

Continue reading

Posted in Data Science, Machine Learning. Tagged with .

What & When: List, Tuple & Set in Python – Examples

List, Tuple and Set in Python - When to use

When working with Python programming, data structures play a crucial role in organizing and manipulating data efficiently. Among several data structures available, lists, tuples, and sets are three fundamental ones that every Python programmer/developer should understand. Lists, tuples, and sets are unique in terms of their properties and functionality, making them most appropriate for different scenarios. Not only are these data structures most frequently used in everyday programming tasks, but they are also frequently asked about in interviews with data analysts and data scientists. Therefore, grasping the concepts of lists, tuples, and sets becomes essential. In this blog, we will delve deeper into the specifics of lists, tuples, and sets, …

Continue reading

Posted in Python. Tagged with .

BI Analyst Career Path / Roadmap

BI Analyst Career Path Career Roadmap

Are you interested in a career that combines data analysis, technology, and business strategy? Look no further than the role of a Business Intelligence (BI) Analyst. In this blog post, we will explore the career path/career roadmap of a BI Analyst, highlighting the various job titles, and discussing the skills and responsibilities associated with this in-demand profession. What is Business Intelligence? Business Intelligence (BI) refers to the process of collecting, analyzing, and interpreting data to gain valuable insights that drive informed business decisions. It is an umbrella term that encompasses the tools, methodologies, and processes used to transform raw data into meaningful information and actionable insights. It involves the collection, …

Continue reading

Posted in Business Intelligence, Career Planning, Data Visualization, jobs. Tagged with , , .

Ridge Regression Concepts & Python example

Ridge regression cost function 2

Ridge regression is a type of linear regression that penalizes ridge coefficients. This technique can be used to reduce the effects of multicollinearity in ridge regression, which may result from high correlations among predictors or between predictors and independent variables. In this tutorial, we will explain ridge regression with a Python example. What is Ridge Regression? Ridge regression is a powerful technique in machine learning that addresses the issue of overfitting in linear models. In linear regression, we aim to model the relationship between a response variable and one or more predictor variables. However, when there are multiple variables that are highly correlated, the model can become too complex and …

Continue reading

Posted in Data Science, Machine Learning, Python. Tagged with , , .

Microsoft Designer: Transforming Design with AI

microsoft designer for AI-powered designs

Are you looking for a hassle-free and smart way to make impressive designs without any graphic design expertise? Then Microsoft’s newly launched tool, Microsoft Designer, may just be the answer. The realm of digital design welcomes a new entrant that promises to revolutionize the way we create – Microsoft’s latest offering, Microsoft Designer. Drawing parallels with the popular tool Canva, Microsoft Designer is an innovative platform that brings effortless design capabilities to your fingertips. This user-friendly, AI-powered design platform caters to an extensive array of users, from entrepreneurs and marketers to educators and students, and even to social media enthusiasts. Whether you are a seasoned professional looking to expedite your …

Continue reading

Posted in Generative AI, Tools. Tagged with .

Bayesian Machine Learning Applications Examples

bayesian machine learning appplications examples

Have you ever wondered how machines can make decisions with uncertainty? What if there was an  approach in machine learning that not only learned from data but also quantified and managed uncertainty in a principled way? Enter the realm of Bayesian machine learning. Bayesian machine learning is one of the most powerful modeling technique in predictive analytics. It marries the probabilistic reasoning with machine learning algorithms. Bayes’ theorem, which was first introduced by Reverend Thomas Bayes in 1763, provides a way to infer probabilities from observations. Bayesian machine learning has become increasingly popular because it can be used for real-world applications such as spam filtering (NLP), credit card fraud detection, …

Continue reading

Posted in Bayesian, Machine Learning. Tagged with , .

Azure Machine Learning Studio: Getting Started

Azure machine learning studio Tutorial

Azure Machine Learning Studio is a powerful cloud-based platform that brings the world of machine learning to your fingertips. Whether you’re a data scientist, a developer, or a business professional, Azure Machine Learning Studio provides a user-friendly and collaborative environment to build, train, and deploy machine learning models with ease. This blog post serves as a quick tutorial to help you get started with Azure Machine Learning Studio. From setting up your workspace to exploring key features and best practices, we will walk you through the essential steps to embark on your machine learning journey. Azure ML Studio – Machine Learning Pipeline Before we can proceed with the tasks in …

Continue reading

Posted in Azure, Machine Learning. Tagged with , .

Machine Learning NPTEL Online Courses List 2023

Machine learning is a rapidly evolving field that has gained immense popularity in recent years. As technology continues to advance, the demand for professionals with expertise in machine learning continues to soar. If you’re someone who is interested in diving deep into the world of machine learning or looking to enhance your existing knowledge, the NPTel courses are an excellent avenue to explore. The National Programme on Technology Enhanced Learning (NPTel) is a joint initiative by the Indian Institutes of Technology (IITs) and the Indian Institute of Science (IISc). It offers a wide range of online courses across various disciplines, including computer science and engineering. In this blog, we will …

Continue reading

Posted in AI, Career Planning, Data Science, Machine Learning, Online Courses. Tagged with , , .

How to Access GPT-4 using OpenAI Playground?

Access GPT-4 through OpenAI Playground

How good it would be if we could access GPT-4 using the OpenAI Playground and harness the groundbreaking advancements OpenAI has made in generating human-like text? OpenAI has revolutionized the field of natural language processing (NLP) with its large language models (such as different versions of GPT-3.5), and the release of GPT-4 has further pushed the boundaries of what’s achievable. In this blog post, we will guide you through a step-by-step process to access GPT-4 model using the OpenAI playground. Step 1: Visit the OpenAI Playground To get started, open your web browser and navigate to the OpenAI Playground website. The URL for the OpenAI Playground is https://playground.openai.com/. Step 2: …

Continue reading

Posted in ChatGPT, Generative AI, OpenAI. Tagged with , , .