All Projects → Moeinh77 → IBM-final-project-Machine-Learning

Moeinh77 / IBM-final-project-Machine-Learning

Licence: other
Final project of IBM's course https://www.coursera.org/learn/machine-learning-with-python on coursera

Programming Languages

Jupyter Notebook
11667 projects

Projects that are alternatives of or similar to IBM-final-project-Machine-Learning

Dat8
General Assembly's 2015 Data Science course in Washington, DC
Stars: ✭ 1,516 (+4493.94%)
Mutual labels:  scikit-learn, logistic-regression, decision-trees
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 (+184.85%)
Mutual labels:  logistic-regression, svm-classifier, knn-classifier
The Deep Learning With Keras Workshop
An Interactive Approach to Understanding Deep Learning with Keras
Stars: ✭ 34 (+3.03%)
Mutual labels:  scikit-learn, logistic-regression, decision-trees
Statistical-Learning-using-R
This is a Statistical Learning application which will consist of various Machine Learning algorithms and their implementation in R done by me and their in depth interpretation.Documents and reports related to the below mentioned techniques can be found on my Rpubs profile.
Stars: ✭ 27 (-18.18%)
Mutual labels:  logistic-regression, decision-trees, svm-classifier
Machine Learning And Reinforcement Learning In Finance
Machine Learning and Reinforcement Learning in Finance New York University Tandon School of Engineering
Stars: ✭ 173 (+424.24%)
Mutual labels:  scikit-learn, coursera
Machine Learning With Python
Practice and tutorial-style notebooks covering wide variety of machine learning techniques
Stars: ✭ 2,197 (+6557.58%)
Mutual labels:  scikit-learn, decision-trees
Python-AndrewNgML
Python implementation of Andrew Ng's ML course projects
Stars: ✭ 24 (-27.27%)
Mutual labels:  logistic-regression, svm-classifier
Trajectory-Analysis-and-Classification-in-Python-Pandas-and-Scikit-Learn
Formed trajectories of sets of points.Experimented on finding similarities between trajectories based on DTW (Dynamic Time Warping) and LCSS (Longest Common SubSequence) algorithms.Modeled trajectories as strings based on a Grid representation.Benchmarked KNN, Random Forest, Logistic Regression classification algorithms to classify efficiently t…
Stars: ✭ 41 (+24.24%)
Mutual labels:  scikit-learn, logistic-regression
supervised-machine-learning
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…
Stars: ✭ 34 (+3.03%)
Mutual labels:  logistic-regression, decision-trees
Machine Learning From Scratch
Machine Learning models from scratch with a better visualisation
Stars: ✭ 15 (-54.55%)
Mutual labels:  logistic-regression, decision-trees
data-science-learning
📊 All of courses, assignments, exercises, mini-projects and books that I've done so far in the process of learning by myself Machine Learning and Data Science.
Stars: ✭ 32 (-3.03%)
Mutual labels:  scikit-learn, coursera
Python Machine Learning Book
The "Python Machine Learning (1st edition)" book code repository and info resource
Stars: ✭ 11,428 (+34530.3%)
Mutual labels:  scikit-learn, logistic-regression
Voice4Rural
A complete one stop solution for all the problems of Rural area people. 👩🏻‍🌾
Stars: ✭ 12 (-63.64%)
Mutual labels:  scikit-learn, decision-trees
text-classification-cn
中文文本分类实践,基于搜狗新闻语料库,采用传统机器学习方法以及预训练模型等方法
Stars: ✭ 81 (+145.45%)
Mutual labels:  scikit-learn, logistic-regression
Orange3
🍊 📊 💡 Orange: Interactive data analysis
Stars: ✭ 3,152 (+9451.52%)
Mutual labels:  scikit-learn, decision-trees
Mnist Classification
Pytorch、Scikit-learn实现多种分类方法,包括逻辑回归(Logistic Regression)、多层感知机(MLP)、支持向量机(SVM)、K近邻(KNN)、CNN、RNN,极简代码适合新手小白入门,附英文实验报告(ACM模板)
Stars: ✭ 109 (+230.3%)
Mutual labels:  scikit-learn, logistic-regression
Ml code
A repository for recording the machine learning code
Stars: ✭ 75 (+127.27%)
Mutual labels:  scikit-learn, logistic-regression
Data Science Complete Tutorial
For extensive instructor led learning
Stars: ✭ 1,027 (+3012.12%)
Mutual labels:  scikit-learn, decision-trees
Ds and ml projects
Data Science & Machine Learning projects and tutorials in python from beginner to advanced level.
Stars: ✭ 56 (+69.7%)
Mutual labels:  scikit-learn, logistic-regression
click-through-rate-prediction
📈 Click-Through Rate Prediction using Logistic Regression and Tree Algorithms
Stars: ✭ 60 (+81.82%)
Mutual labels:  logistic-regression, decision-trees

IBM-final-project-Machine-Learning

Final project of IBM's course https://www.coursera.org/learn/machine-learning-with-python on coursera

A simple comparison between KNN,SVM,Decision Tree and Logistic Regression models on a given data set of loans records. final results:

Algorithm Jaccard F1-score LogLoss
KNN 0.7407 0.7144 NA
Decision Tree 0.7592 0.7618 NA
SVM 0.7592 0.6959 NA
LogisticRegression 0.7777 0.7089 0.4947

Please read the note book for information about the data and implementation of classifiers used.

Please note that results may be improved by engineering new features or using different hyper parameters ,I have tried just to create a simple prediction only for demonstrating use of different classifiers from scikit learn library .

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].