Skip to content

Repo containing different Machine Learning Projects that I have made.

Notifications You must be signed in to change notification settings

Sayed-Husain/Machine-Learning-Projects

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

Machine-Learning-Projects

Repo containing different Machine Learning Projects that I have made.

Note that this repo is dedicated for normal Machine Learning Projects and not deep learning projects, for Deep Learning Projects, please find:

Heart Disease Detection

Machine learning classification model to determine whether a patient has heart disease or not, based on their health parameters and heart measurements.

Type: Classification

Dataset Source: UCI

Model Score:

  • Cross_validation_accuracy score on previously unseen data of 0.845%.
  • Cross_validation_percision score on previously unseen data of 0.820%.
  • Cross_validation_f1 score on previously unseen data of 0.867%.

Notebook Link

BullDozer Price Predection

Build a regression model using machine learning that is based on the bulldozer's previous sales history to determine how much it is worth.

Type: Time-Series Classification

Dataset Source: Kaggle Competetion

Notebook Link

Disaster Tweets

Given Tweets, the model(s) shall detect emerginces/disasters and predicts which Tweets are about real disasters and which one's aren't.

In this notebook, we are going to bulid:

  1. A traditional Machine Learning Model.
  2. Simple Deep Learning Model.
  3. Deep Learning model using Transfer learning.

Data Source:

Problem Type:

  • Text Classification

Notebook Link

About

Repo containing different Machine Learning Projects that I have made.

Resources

Stars

Watchers

Forks