PinnedNour Al-Rahman Al-SerwinAnalytics VidhyaScraping Reddit using Python Reddit API Wrapper (PRAW)Content: 1. Introduction 2. Create Reddit API Account 3. Scraping Reddit post 4. Scraping Reddit subreddits 5. Cleaning the dataFeb 19, 2021Feb 19, 2021
PinnedNour Al-Rahman Al-SerwinAnalytics VidhyaLabeling an unlabelled NLP dataset(s) using different methodsContent: 1. Introduction 2. Using TextBlob 3. Using local classifierFeb 13, 20211Feb 13, 20211
PinnedNour Al-Rahman Al-SerwinAnalytics VidhyaScraping Twitter Hashtags and Tweet Conversations using Twitter APIContent: 1. Introduction 2. Create Twitter API Developer Account 3. Scrape Hashtag 4. Scrape Tweet ConversationFeb 10, 2021Feb 10, 2021
Nour Al-Rahman Al-SerwinAnalytics VidhyaK-Means: The maths behind it, how it works and an exampleK-means is a clustering unsupervised clustering algorithm that attempts to cluster unlabelled/unidentified data to a number of either…Apr 11, 20221Apr 11, 20221
Nour Al-Rahman Al-SerwinAnalytics VidhyaK-nearest Neighbor: The maths behind it, how it works and an exampleK-nearest Neighbor (KNN) is a supervised classification algorithm that is based on predicting data by finding the similarities to the…May 17, 20211May 17, 20211
Nour Al-Rahman Al-SerwinAnalytics VidhyaNaive Bayes: The maths behind it, how it works, and an exampleNaive Bayes algorithm is another very popular supervised machine learning algorithm that attempts to classify data based on the Bayes…Apr 18, 2021Apr 18, 2021
Nour Al-Rahman Al-SerwinAnalytics VidhyaLogistic Regression: The maths behind it, how it works, and an exampleWhen diving into supervised machine learning for the very first time, one usually interacts with logistic regression quite early on…Apr 12, 2021Apr 12, 2021
Nour Al-Rahman Al-SerwinAnalytics VidhyaLinear Regression: The maths behind it, how it works, and an exampleLinear Regression is probably the first algorithm you will encounter when starting out your Data Science learning journey — and guess what…Apr 9, 20211Apr 9, 20211
Nour Al-Rahman Al-SerwinAnalytics VidhyaUndersampling and oversampling: An old and a new approachContent: 1. Introduction 2. Undersampling 3. Oversampling 4. Dynamic undersampling and oversamplingFeb 21, 20211Feb 21, 20211