Bushra Ansari (bushra-ansari)

bushra-ansari

Geek Repo

Location:New Delhi

Github PK Tool:Github PK Tool

Bushra Ansari's repositories

E-Commerce-Customer-Segmentation-by-KMeans-Clustering

Given the e-commerce data, k-means clustering algorithm is used to cluster customers with similar interest. The data was collected from a well known e-commerce website over a period of time based on the customer’s search profile.

Language:Jupyter NotebookLicense:GPL-3.0Stargazers:1Issues:1Issues:0

Vaccine-Usage-Prediction-by-Logistic-Regression

Logistic Regression is a supervised learning algorithm. This project is based on a classification problem where the objective is to predict how likely it is that the people will take an H1N1 flu vaccine. The dataset consists of 34 predictors including target variable i.e. h1n1 vaccine.

Language:Jupyter NotebookLicense:GPL-3.0Stargazers:1Issues:1Issues:0

Breast-Cancer-Prediction-by-Ensemble-Techniques

Given the details of cell nuclei taken from breast mass, objective is to predict whether or not a patient has breast cancer using the Ensembling Techniques. This is a classification problem. The dataset consists of several predictor variables and one target variable, Diagnosis. The target variable has values 'Benign' and 'Malignant', where 'Benign' means that the cells are not harmful or there is no cancer and 'Malignant' means that the patient has cancer and the cells have a harmful effect.

Language:Jupyter NotebookLicense:GPL-3.0Stargazers:0Issues:1Issues:0

ComputerVision-HandSign_Detection

American Sign Language (ASL) is a complete, natural language that has the same linguistic properties as spoken languages, with grammar that differs from English. ASL is expressed by movements of the hands and face. It is the primary language of many North Americans who are deaf and hard of hearing and is used by some hearing people as well. This Computer Vision project is done by OpenCV Python Package.

Language:PythonLicense:GPL-3.0Stargazers:0Issues:1Issues:0

ComputerVision-Licence_Plate_Detection

This project has been done by using OpenCV package in Python. The objective is to train the computer to read the license plates whenever the computer camera encounters a vehicle and store the pictures of only the license plate to keep a track of all the vehicles. It involves the concept of Image Recognition.

Language:PythonLicense:GPL-3.0Stargazers:0Issues:1Issues:0

Diabetes-Prediction-by-Decision-Tree-Algorithm

Decision Tree is a supervised learning algorithm. The given problem is a classification problem. The data set consists of various predictors and a target variable - Outcome. Objective is to predict whether a person is diabetic or non-diabetic.

Language:Jupyter NotebookLicense:GPL-3.0Stargazers:0Issues:1Issues:0

Forecasting-sales-of-a-Furniture-Store

One of the most important tasks for any retail store company is to analyze the performance of its stores. The main challenge faced by any retail store is predicting in advance the sales and inventory required at each store to avoid overstocking and under-stocking. This helps the business to provide the best customer experience and avoid getting into losses, thus ensuring the store is sustainable for operation.

Language:Jupyter NotebookLicense:GPL-3.0Stargazers:0Issues:1Issues:0

Market-Positioning-of-Mobile-by-K-Nearest-Neighbors-Classification

This project is based a classification algorithm i.e. KNN which is run on a mobile dataset consisting of 2000 rows and 15 columns. It is a multi-class problem where mobiles phones are classified in accordance with their price range.

Language:Jupyter NotebookLicense:GPL-3.0Stargazers:0Issues:1Issues:0

Naive-Bayes-Classifier

This project is based on a classification algorithm i.e. Naive Bayes which is run on a mobile dataset consisting of 2000 rows and 15 columns. It is a multi-class problem where mobile phones are classified in accordance with their price range. There are four classes of price ranging from 0 to 3, 0 indicating cheaper mobiles phones and 3 representing expensive mobile phones. Univariate analysis is conducted to understand individual predictors and bivariate analysis is conducted to infer relationship between predictors with other predictors and target variable. Important features are identified by Random Forest.

Language:Jupyter NotebookLicense:GPL-3.0Stargazers:0Issues:1Issues:0

Predicting-Term-Deposit-Subscription-by-a-Client-by-SVM-Classifier

Support Vector Machine Classification model is applied on bank dataset containing 41188 rows and 21 columns. The data is related with direct marketing campaigns of a Portuguese banking institution. The marketing campaigns were based on phone calls. Often, more than one contact to the same client was required, in order to assess if the product (bank term deposit) would be ('yes') or not ('no') subscribed.

Language:Jupyter NotebookLicense:GPL-3.0Stargazers:0Issues:1Issues:0

Property-Price-Prediction-by-Linear-Regression

This project is based on House Prices dataset which consists of 2073 rows and 81 columns. Objective is to predict the price of the houses by a Regression Technique called Linear Regression after performing Principal Component Analysis.

Language:Jupyter NotebookLicense:GPL-3.0Stargazers:0Issues:1Issues:0

Taxi-Fare-Prediction-by-Random-Forest-Regressor

This project is based on a supervised learning algorithm called Random Forest Regressor. The dataset consists of approximately one lakh rows and seven columns. Target variable is fare_amount.

Language:Jupyter NotebookLicense:GPL-3.0Stargazers:0Issues:0Issues:0

Travel-Review-Segmentation-by-Hierarchical-Clustering-

Given the google rating data, hierarchical clustering algorithm is used to cluster reviews. This data set is populated by capturing user ratings from Google reviews. Reviews on attractions from 24 categories across Europe are considered. Google user rating ranges from 1 to 5 and the average user rating per category is calculated.

Language:Jupyter NotebookLicense:GPL-3.0Stargazers:0Issues:1Issues:0

WebScrapping-SentimentAnalysis

In this project, 500 tweets from various news channel have been extracted from twitter and their sentiment analysis is done with the help of polarity score. Also, 2 sports news have been extracted from Time of India website along with captions, headlines and photos.

Language:Jupyter NotebookLicense:GPL-3.0Stargazers:0Issues:1Issues:0