Tag Archives: Data Science

Healthcare Claims Processing AI Use Cases

healthcare claims processing use cases AI and machine learning

In recent years, artificial intelligence (AI) / machine learning (ML) has begun to revolutionize many industries – and healthcare is no exception. Hospitals and insurance companies are now using AI to automate various tasks in the healthcare claims processing workflow. Claims processing is a complex and time-consuming task that often requires manual intervention. By using AI to automate claims processing, healthcare organizations can reduce costs, improve accuracy, and speed up the claims adjudication process. In this blog post, we will explore some of the most common use cases for healthcare claims processing AI / machine learning. Automated Data Entry One of the most time-consuming tasks in the claims process is …

Continue reading

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

ESG & AI / Machine Learning Use Cases

ESG AI use cases

Environmental, social, and governance (ESG) factors are a set of standards used to evaluate a company’s performance on issues that have an impact on society and the environment. AI or machine learning can be used to help identify these factors. In this blog post, we will explore some use cases for how AI / machine learning can be used in conjunction with ESG factors. The following is a list of AI use cases related ESG. This list will be updated from time-to-time.  Predict ESG ratings using fundamental dataset: Investors (asset managers and asset owners) started to assess companies based on how they handle sustainability issues. To do this assessment, investors …

Continue reading

Posted in AI, ESG, Machine Learning. Tagged with , , , .

List of Machine Learning Topics for Learning

List of machine learning topics for learning

Are you looking for a list of machine learning topics to learn more about? If so, you’ve come to the right place. In this post, we will share a variety of machine learning topics that you can explore to boost your knowledge and skills. So, whether you’re a data scientist or machine learning engineer, there’s something here for everyone. The following represents a list of topics which can be taken up for learning and mastering artificial intelligence / machine learning: Introduction to data science Introduction to machine learning Check out this detailed post on machine learning concepts & examples. Introduction to deep learning Introduction to reinforcement learning Introduction to linear …

Continue reading

Posted in Books, Career Planning, Data Science, Machine Learning. Tagged with , .

What are Features in Machine Learning?

Features - Key to Machine Learning

Machine learning is a field of machine intelligence concerned with the design and development of algorithms and models that allow computers to learn without being explicitly programmed. Machine learning has many applications including those related to regression, classification, clustering, natural language processing, audio and video related, computer vision, etc. Machine learning requires training one or more models using different algorithms. Check out this detailed post in relation to learning machine learning concepts – What is Machine Learning? Concepts & Examples. One of the most important aspects of the machine learning model is identifying the features which will help create a great model, the model that performs well on unseen data. …

Continue reading

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

K-Nearest Neighbors (KNN) Python Examples

If you’re working with data analytics projects including building machine learning (ML) models, you’ve probably heard of the K-nearest neighbors (KNN) algorithm. But what is it, exactly? And more importantly, how can you use it in your own AI / ML projects? In this post, we’ll take a closer look at the KNN algorithm and walk through a simple Python example. You will learn about the K-nearest neighbors algorithm with Python Sklearn examples. K-nearest neighbors algorithm is used for solving both classification and regression machine learning problems. Stay tuned!  Introduction to K-Nearest Neighbors (K-NN) Algorithm K-nearest neighbors is a supervised machine learning algorithm for classification and regression. In both cases, the input consists …

Continue reading

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

How to Identify Use Cases for AI / Machine Learning

identify ai and machine learning use cases

As artificial intelligence (AI ) and machine learning (ML) solutions and technologies continue to evolve, more and more businesses are looking for ways to incorporate them into their operations to realize a greater business impact. But with so many potential applications, it can be difficult to know where to start. In this blog post, we’ll outline some tips for identifying AI / ML use cases. We’ll also provide a few examples of how AI & machine learning can be used in business settings. So if you’re thinking about adding AI or machine learning to your toolkit, read on! This blog post will be appropriate for product managers, business analysts, data science …

Continue reading

Posted in AI, Data analytics, Machine Learning, Product Management. Tagged with , , .

Predicting Customer Churn with Machine Learning

Customer churn prediction using machine learning

Customer churn, also known as customer attrition, is a major problem for businesses that rely on recurring revenue. Customer churn costs businesses billions of dollars every year, and it’s only getting worse as customers become more and more fickle. In fact, it’s been estimated that the average company loses 10-15% of its customers each year. That number may seem small, but it can have a huge impact on a company’s bottom line. Fortunately, there’s a way to combat churn: by using machine learning to predict which customers are likely to churn. In this blog post, we’ll discuss how customer churn prediction works and why it’s so important. We’ll also provide …

Continue reading

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

Stacking Classifier Sklearn Python Example

Stacking classifier python example

In this blog post, we will be going over a very simple example of how to train a stacking classifier machine learning model in Python using the Sklearn library and learn the concepts of stacking classifier. A stacking classifier is an ensemble learning method that combines multiple classification models to create one “super” model. This can often lead to improved performance, since the combined model can learn from the strengths of each individual model. What are Stacking Classifiers? Stacking is a machine learning ensemble technique that combines multiple models to form a single powerful model. The individual models are trained on different subsets of the data using some type of …

Continue reading

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

Decision Tree Hyperparameter Tuning Grid Search Example

decision tree grid search hyperparameter tuning example

The output prints out grid search across different values of hyperparameters, the model score with best hyperparameters and the most optimal hyperparameters value. In the above code, the decision tree model is train and evaluate our for each value combination and choose the combination that results in the best performance. In this case, “best performance” could be defined as either accuracy or AUC (area under the curve). Once we’ve found the best performing combination of hyperparameters, we can then train our final model using those values and deploy it to production. Conclusion In this blog post, we explored how to use grid search to tune the hyperparameters of a Decision …

Continue reading

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

Reinforcement Learning Real-world examples

Reinforcement-learning-real-world-example

 In this blog post, we’ll learn about some real-world / real-life examples of Reinforcement learning, one of the different approaches to machine learning where other approaches are supervised and unsupervised learning. Reinforcement learning is a type of machine learning that enables a computer system to learn how to make choices by being rewarded for its successes. This can be an extremely powerful tool for optimization and decision-making. It’s one of the most popular machine learning methods used today. Before looking into the real-world examples of Reinforcement learning, let’s quickly understand what is reinforcement learning. Introduction to Reinforcement Learning (RL) Reinforcement learning is an approach to machine learning in which the agents …

Continue reading

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

Passive Aggressive Classifier: Concepts & Examples

The passive aggressive classifier is a machine learning algorithm that is used for classification tasks. This algorithm is a modification of the standard Perceptron algorithm. The passive aggressive classifier was first proposed in 2006 by Crammer et al. as a way to improve the performance of the Perceptron algorithm on linearly separable data sets. In this blog, we will learn about the basic concepts and principles behind the passive aggressive classifier, as well as some examples of its use in real-world applications. What is the passive aggressive classifier and how does it work? The passive aggressive classifier algorithm falls under the category of online learning algorithms, can handle large datasets, …

Continue reading

Posted in Data Science. Tagged with , , .

Generalized Linear Models Explained with Examples

Generalized linear models (GLMs) are a powerful tool for data scientists, providing a flexible way to model data. In this post, you will learn about the concepts of generalized linear models (GLM) with the help of Python examples.  It is very important for data scientists to understand the concepts of generalized linear models and how are they different from general linear models such as regression or ANOVA models.  What are Generalized Linear Models? Generalized linear models (GLM) are a type of statistical models that can be used to model data that is not normally distributed. It is a flexible general framework that can be used to build many types of regression models, including …

Continue reading

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

Generate Random Numbers & Normal Distribution Plots

Generate random numbers from normal distribution

In this blog post, we’ll be discussing how to generate random numbers samples from normal distribution and create normal distribution plots in Python. We’ll go over the different techniques for random number generation from normal distribution available in the Python standard library such as SciPy, Numpy and Matplotlib. We’ll also create normal distribution plots from these numbers generated. Generate random numbers using Numpy random.randn Numpy is a Python library that contains built-in functions for generating random numbers. The numpy.random.randn function generates random numbers from a normal distribution. This function takes size N as in number of numbers to be generated as an input and returns an array of N random …

Continue reading

Posted in Data Science, Python, statistics. Tagged with , , .

Pandas: Creating Multiindex Dataframe from Product or Tuples

Create multiindex from product

MultiIndex is a powerful tool that enables us to work with higher dimensional data, but it can be tricky to create MultiIndex Dataframes using the from_tuples and from_product function in Pandas. In this blog post, we will be discussing how to create a MultiIndex dataframe using MultiIndex from_tuples and from_product function in Pandas.  What is a MultiIndex? MultiIndex is an advanced Pandas function that allows users to create MultiIndexed DataFrames – i.e., dataframes with multiple levels of indexing. MultiIndex can be useful when you have data that can be naturally grouped by more than one category. For example, you might have data on individual employees that can be grouped by …

Continue reading

Posted in Data Science, Python. Tagged with , .

Top Python Statistical Analysis Packages

python statistical packages

As a data scientist, you know that one of the most important aspects of your job is statistical analysis. After all, without accurate data, it would be impossible to make sound decisions about your company’s direction. Thankfully, there are a number of excellent Python statistical analysis packages available that can make your job much easier. In this blog post, we’ll take a look at some of the most popular ones. SciPy SciPy is a Python-based ecosystem of open-source software for mathematics, science, and engineering. SciPy contains modules for statistics, optimization, linear algebra, integration, interpolation, special functions, Fourier transforms (FFT), signal and image processing, and other tasks common in science and …

Continue reading

Posted in Data Science, Python, statistics. Tagged with , , .

Covariance vs. Correlation vs. Variance: Python Examples

expanded correlation formula

In the field of data science, it’s important to have a strong understanding of statistics and know the difference between related concepts. This is especially true when it comes to the concepts of covariance, correlation, and variance. Whether you’re a data scientist, statistician, or simply someone who wants to better understand the relationships between different variables, it’s important to know the difference between covariance, correlation, and variance. While these concepts may seem similar at first glance, they each have unique applications and serve different purposes. In this blog post, we’ll explore each of these concepts in more detail and provide concrete examples of how to calculate them using Python.  What …

Continue reading

Posted in Data Science, Python, statistics. Tagged with , , .