Tag

Machine Learning
In a previous article (add a link to the last article), you saw how Python’s Matplotlib and Seabron libraries can be used to plot some of the basic types of plots such as bar plot, pie plot, and histograms, etc. In this article, you will see how to plot time series data using Python’s Pandas...
Read More
In the previous blog (add a link to the second article), we explained the process of time series data visualization in Python. In the article before that (add link) you saw how to plot some of the basic Python plots. However, the graphs plotted in the previous articles were static and non-interactive. In this article,...
Read More
“People who bought Item X also bought item Y.” Whenever you buy something from Amazon or eBay, you would have seen suggestions like these. Ever wondered how Amazon and eBay finds the related products for users? The answer to this question lies in a complex statistical algorithm known as a recommender system or recommendation engine.
Read More
How AI is Transforming Businesses
Creating an artificial intelligence service in-house can cost your business quite a lot of money. It is also a fact that not all businesses can afford this type of expenditure. The solution to this problem is to totally outsource your artificial intelligence requirements and let someone else take the pain for you albeit for certain...
Read More
How AI is Transforming Businesses
An increasing number of businesses are applying artificial intelligence (AI) to solve some of their long lasting problems. In fact, AI has totally revolutionized the way businesses are run. The introduction of Cloud Machine Learning platforms by Microsoft, Google, Amazon, and Azure have also resulted in the immense popularity of AI among various types of...
Read More
Fradulant Transaction Detection
Anomaly, also known as an outlier is a data point which is so far away from the other data points that suspicions arise over the authenticity or the truthfulness of the dataset. Hawkins (1980) defines outliers as: “Observation which deviates so much from other observations as to arouse suspicion it was generated by a different...
Read More
sass
SaaS (Software as a Service) has taken the cloud-based computing world by storm and shows no signs of letting up anytime soon. In fact, it will comprise “more than half of all public cloud services this year,” according to the International Data Corporation (IDC), meaning that SaaS is setting trends and keeping the bar high...
Read More
home loans
Supervised learning and unsupervised learning problems. In supervised learning problems, both the actual data and the ground truth is available. The algorithms are trained using the ground truth and then evaluated on unseen data. In unsupervised learning algorithms, the ground truth is not known and based on the similarities between different features, the records are...
Read More
machinelearning
The phenomenon where the customer leaves the organization is referred to as customer churn in financial terms. Identifying which customers are likely to leave the bank, in advance can help companies take measures in order to reduce customer churn.
Read More
Machine learning
Whenever you go to the bank to deposit some cash money, the cashier places banknotes in a machine that tells whether a banknote is real or not. This is a classification problem where we are given some input data and we have to classify the input into one of the several predefined categories. Rule-based as...
Read More
1 2