Regular Expressions (RegEx) in Python: Advanced Concepts
Author(s): Hrishikesh Patel Originally published on Towards AI. RegEx in Python Series This member-only story is on us. Upgrade to access all of Medium. Image by author Many websites ask for a password with at least eight characters and special requirements. But …
Sentiment Analysis on Solar Energy With NLP And Python
Author(s): Dennis Niggl Originally published on Towards AI. This member-only story is on us. Upgrade to access all of Medium. βWhen captured electronically, customer sentiment β expressions beyond facts, that convey mood, opinion, and emotion β carries immense business value. Weβre talking …
Hotel Data Visualization With Python
Author(s): Oluwatimilehin Ogidan Originally published on Towards AI. Hotel or resort? Photo by Alexander Kaunas on Unsplash Intro Have you been curious to find out whether people loved to visit hotels or resorts more? or what sort of meals do people prefer …
What are the advantages and disadvantages of K-Means Clustering?
Author(s): Akash Dawari Originally published on Towards AI. All About K-Means Clustering In this article we will understand a clustering algorithm by answering the following question: What is clustering? What are the real-world applications of clustering? How does K-means Clustering work? How …
Backtesting Strategy for ML Models
Author(s): Dr. Samiran Bera (PhD) Originally published on Towards AI. A form of cross-validation across time Image Source: corporatefinanceinstitute.com Model performance is critical to any business process and must be validated periodically. To establish the efficacy of model performance, business organizations often …
Regular Expression (RegEx) in Python: The Basics
Author(s): Hrishikesh Patel Originally published on Towards AI. RegEx in Python Series This member-only story is on us. Upgrade to access all of Medium. Image by author Consider you have a lot of text data, and you want to extract meaningful information. …
All About Adaboost
Author(s): Akash Dawari Originally published on Towards AI. All About Adaboost The article will explore the idea of Adaboost by answering the following questions: What is Adaboost? Why are we learning Adaboost? How do Adaboost works? What are the differences between Random …
Duplicate Column Names In Pandas: Updated
Author(s): Adam Ross Nelson Originally published on Towards AI. Pandas still permit duplicate column names, here is what you can do about it This member-only story is on us. Upgrade to access all of Medium. This article shows how easy it is …
Easy Explanation of C++ and Python
Author(s): Amit Chauhan Originally published on Towards AI. The explanation for software development projects This member-only story is on us. Upgrade to access all of Medium. Photo by James Harrison on Unsplash C++ is a middle-level language introduced by Bjarne Stroustrup, giving …
Step by Step Guide on Web Scraping Using Scrapy In Python
Author(s): Songhao Wu Originally published on Towards AI. How to retrieve second-hand cars information in Singapore This member-only story is on us. Upgrade to access all of Medium. Photo by Tyler Franta on Unsplash In one of my previous articles, I introduced …
Advanced Concepts in Python β I
Author(s): Ankan Sharma Originally published on Towards AI. A detailed look into Iterators, Generators, Coroutines, and Iterator Protocol Photo by Chris Ried on Unsplash Python has been my go-to language for over two years now. Generally, it's a pretty straightforward language. But, …
What is Ensemble Technique?
Author(s): Akash Dawari Originally published on Towards AI. All About Ensemble Techniques In this article we will try to understand the idea of the ensemble in the context of machine learning by answering the following questions: What are Ensemble Techniques? What are …
Time Series Data Visualization In Python
Author(s): Youssef Hosni Originally published on Towards AI. A practical guide for time series data visualization in Python This member-only story is on us. Upgrade to access all of Medium. Time series data is one of the most common data types in …
Predicting Churn Rate in a Bank Using Artificial Neural Network with Keras
Author(s): Shaibu Samuel Originally published on Towards AI. Case Study: A virtual bank has been experiencing challenges with customers excessively leaving the bank. Some customers even exit the bank with unpaid loans, which has been affecting the productivity of the bank. The …
How to implement Decision Tree using Scikit-learn?
Author(s): Akash Dawari Originally published on Towards AI. All About Decision Tree In this article we will understand the Decision Tree by answering the following question: What is a Decision Tree? What is the core concept of a Decision Tree? What are …