Skip to content

A project with my customer, performed on private data. The goal is to provide Machine Learning and Deep Learning models for the tasks of predicting Treatment and Confident(success) rate.

Notifications You must be signed in to change notification settings

nguyenthekhoig7/Medication-Diagnosis

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Medication-Diagnosis

A project with my customer, performed on private data. The goal is to provide Machine Learning and Deep Learning models for the tasks of predicting Treatment and Confident(success) rate.

Contents

Machine Learning models

I used DecisionTreeClassifier for the task of Classification, and SGDRegressor for the task of Regression.

Deep Learning models

The neural network structure I built for each tasks: there are almost 110 features, I wanted to decease 30, then 20, then 10 nodes after each layer, which resulted in the architecture below

  1. Classify Diagnosis result:

NN 1

2. Classify Treatment result:

NN 2

3. Regress Confident(success) Rate result:

NN 3

About

A project with my customer, performed on private data. The goal is to provide Machine Learning and Deep Learning models for the tasks of predicting Treatment and Confident(success) rate.

Resources

Stars

Watchers

Forks