All Projects → marcotav → supervised-machine-learning

marcotav / supervised-machine-learning

Licence: other
This repo contains regression and classification projects. Examples: development of predictive models for comments on social media websites; building classifiers to predict outcomes in sports competitions; churn analysis; prediction of clicks on online ads; analysis of the opioids crisis and an analysis of retail store expansion strategies using…

Programming Languages

Jupyter Notebook
11667 projects

Projects that are alternatives of or similar to supervised-machine-learning

Amazon-Fine-Food-Review
Machine learning algorithm such as KNN,Naive Bayes,Logistic Regression,SVM,Decision Trees,Random Forest,k means and Truncated SVD on amazon fine food review
Stars: ✭ 28 (-17.65%)
Mutual labels:  random-forest, logistic-regression, decision-trees
Jsmlt
🏭 JavaScript Machine Learning Toolkit
Stars: ✭ 22 (-35.29%)
Mutual labels:  random-forest, classification, logistic-regression
AdaptiveRandomForest
Repository for the AdaptiveRandomForest algorithm implemented in MOA 2016-04
Stars: ✭ 28 (-17.65%)
Mutual labels:  random-forest, classification, decision-trees
Orange3
🍊 📊 💡 Orange: Interactive data analysis
Stars: ✭ 3,152 (+9170.59%)
Mutual labels:  random-forest, classification, decision-trees
click-through-rate-prediction
📈 Click-Through Rate Prediction using Logistic Regression and Tree Algorithms
Stars: ✭ 60 (+76.47%)
Mutual labels:  random-forest, logistic-regression, decision-trees
The Deep Learning With Keras Workshop
An Interactive Approach to Understanding Deep Learning with Keras
Stars: ✭ 34 (+0%)
Mutual labels:  classification, logistic-regression, decision-trees
Machine Learning With Python
Python code for common Machine Learning Algorithms
Stars: ✭ 3,334 (+9705.88%)
Mutual labels:  random-forest, logistic-regression, decision-trees
Fuku Ml
Simple machine learning library / 簡單易用的機器學習套件
Stars: ✭ 280 (+723.53%)
Mutual labels:  classification, logistic-regression, decision-trees
Text classification
Text Classification Algorithms: A Survey
Stars: ✭ 1,276 (+3652.94%)
Mutual labels:  random-forest, logistic-regression, decision-trees
Sporf
This is the implementation of Sparse Projection Oblique Randomer Forest
Stars: ✭ 70 (+105.88%)
Mutual labels:  random-forest, classification, decision-trees
Machine Learning From Scratch
Machine Learning models from scratch with a better visualisation
Stars: ✭ 15 (-55.88%)
Mutual labels:  classification, logistic-regression, decision-trees
Machine Learning Models
Decision Trees, Random Forest, Dynamic Time Warping, Naive Bayes, KNN, Linear Regression, Logistic Regression, Mixture Of Gaussian, Neural Network, PCA, SVD, Gaussian Naive Bayes, Fitting Data to Gaussian, K-Means
Stars: ✭ 160 (+370.59%)
Mutual labels:  random-forest, logistic-regression, decision-trees
Breast-Cancer-Scikitlearn
simple tutorial on Machine Learning with Scikitlearn
Stars: ✭ 33 (-2.94%)
Mutual labels:  random-forest, logistic-regression, decision-trees
Awesome Fraud Detection Papers
A curated list of data mining papers about fraud detection.
Stars: ✭ 843 (+2379.41%)
Mutual labels:  random-forest, classification, logistic-regression
Machine Learning With Python
Practice and tutorial-style notebooks covering wide variety of machine learning techniques
Stars: ✭ 2,197 (+6361.76%)
Mutual labels:  random-forest, classification, decision-trees
Machine Learning Is All You Need
🔥🌟《Machine Learning 格物志》: ML + DL + RL basic codes and notes by sklearn, PyTorch, TensorFlow, Keras & the most important, from scratch!💪 This repository is ALL You Need!
Stars: ✭ 173 (+408.82%)
Mutual labels:  random-forest, logistic-regression, decision-trees
AIML-Projects
Projects I completed as a part of Great Learning's PGP - Artificial Intelligence and Machine Learning
Stars: ✭ 85 (+150%)
Mutual labels:  random-forest, logistic-regression
STOCK-RETURN-PREDICTION-USING-KNN-SVM-GUASSIAN-PROCESS-ADABOOST-TREE-REGRESSION-AND-QDA
Forecast stock prices using machine learning approach. A time series analysis. Employ the Use of Predictive Modeling in Machine Learning to Forecast Stock Return. Approach Used by Hedge Funds to Select Tradeable Stocks
Stars: ✭ 94 (+176.47%)
Mutual labels:  random-forest, logistic-regression
Heart disease prediction
Heart Disease prediction using 5 algorithms
Stars: ✭ 43 (+26.47%)
Mutual labels:  random-forest, logistic-regression
Textclassification
several methods for text classification
Stars: ✭ 180 (+429.41%)
Mutual labels:  random-forest, logistic-regression

Supervised Machine Learning Projects

image title image title Image title Image title Image title Image title License: MIT



Notebooks and descriptions Contact Information

Notebooks and descriptions

Notebook Brief Description
predicting-comments-on-reddit In this project I determine which characteristics of a post on Reddit contribute most to the overall interaction as measured by number of comments.
tennis-matches-prediction The goal of the project is to predict the probability that the higher-ranked player will win a tennis match. I will call that a win(as opposed to an upset).
churn-analysis This project was done in collaboration with Corey Girard. A mobile device company is having a major problem with customer retention. Customers switching from one company to another is called churn. Our goal in this analysis is to understand the problem, identify behaviors which are strongly correlated with churn and to devise a solution.
click-prediction Many ads are actually sold on a "pay-per-click" (PPC) basis, meaning the company only pays for ad clicks, not ad views. Thus your optimal approach (as a search engine) is actually to choose an ad based on "expected value", meaning the price of a click times the likelihood that the ad will be clicked [...] In order for you to maximize expected value, you therefore need to accurately predict the likelihood that a given ad will be clicked, also known as "click-through rate" (CTR). In this project I will predict the likelihood that a given online ad will be clicked.
retail-store-expansion-analysis-with-lasso-and-ridge-regressions Based on a dataset containing the spirits purchase information of Iowa Class E liquor licensees by product and date of purchase this project provides recommendations on where to open new stores in the state of Iowa. To devise an expansion strategy, I first needed to understand the data and for that I conducted a thorough exploratory data analysis (EDA). With the data in hand I built multivariate regression models of total sales by county, using both Lasso and Ridge regularization, and based on these models, I made recommendations about new locations.

Contact Information

Feel free to contact me:

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].