-
Shaw Industries
- https://github.com/wendyminai
- @wendy_minai
Lists (3)
Sort Name ascending (A-Z)
Stars
Project for detecting tennis ball using OpenCV library and Python. Prerequisites. Linux environment,; installed OpenCV tools.
I introduce the basic idea and implementation of 5 imputation approaches. In short, filling with a single value works well for a shorter period of missing values. MICE should be one of your first c…
This Image-Toonification was done using GANS - A generative model that is able to generate new content. I used 99 cartooon styles to generate different cartoon structures. I have the original pictu…
In this data science project, I use Python as a model to assess if a news report is accurate or false. To carry out this, I created a TfidfVectorizer classifier and then used the PassiveAggressiveC…
Pokemon Challenge from https://www.kaggle.com/terminus7/pokemon-challenge
Market basket analysis is a versatile use case in the retail industry that helps cross-sell products in a physical outlet. It is all about analyzing the association among products bought together b…
A unique Data Science field that utilizes the power of data & statistics to understand the factors that influence customer attrition, identify customers that are most likely to churn, and offer the…
The neural network model is capable of detecting five different male/female emotions from audio speeches. (Deep Learning, NLP, Python)
This project aims to predict people who will survive breast cancer using machine learning models with the help of clinical data and gene expression profiles of the patients.
This project aims at creating a classifier. It detects whether or not the card transaction is valid. Diverse machine learning algorithms are applied in this project to distinguish between a non-fra…
Exploring items frequently bought together for an Online Retailer using Apriori Algorithm Resources
The ultimate goal of the project is to build a prediction engine capable of predicting district's median housing price
Recurrent Neural Networks are standard methods in which chatbots are trained. These bots contain encoders that can update the states in line with the input phrases.Then the stated response is passe…