All Projects → Aniruddha-Tapas → Predicting Diseases From Symptoms

Aniruddha-Tapas / Predicting Diseases From Symptoms

Training a decision tree to predict diseases from symptoms.

Projects that are alternatives of or similar to Predicting Diseases From Symptoms

Mapclassify
Classification schemes for choropleth mapping.
Stars: ✭ 72 (-1.37%)
Mutual labels:  jupyter-notebook
Factorhub
Stars: ✭ 73 (+0%)
Mutual labels:  jupyter-notebook
Rl Workshop
Reinforcement Learning Workshop for Data Science BKK
Stars: ✭ 73 (+0%)
Mutual labels:  jupyter-notebook
Cs231n
CS231n Convolutional Neural Networks for Visual Recognition (winter 2016) - Assignments
Stars: ✭ 72 (-1.37%)
Mutual labels:  jupyter-notebook
Public
Stars: ✭ 72 (-1.37%)
Mutual labels:  jupyter-notebook
Lectures Labs
Slides and Jupyter notebooks for the Deep Learning lectures at Master Year 2 Data Science from Institut Polytechnique de Paris
Stars: ✭ 1,184 (+1521.92%)
Mutual labels:  jupyter-notebook
Group Sparsity Sbp
Structured Bayesian Pruning, NIPS 2017
Stars: ✭ 72 (-1.37%)
Mutual labels:  jupyter-notebook
Bootcamp2018
Repository of syllabi, lecture notes, Jupyter notebooks, code, and problem sets for OSM Lab Boot Camp 2018
Stars: ✭ 73 (+0%)
Mutual labels:  jupyter-notebook
Prml
Some IPython notebooks based on Bishop's "Pattern Recognition and Machine Learning" book
Stars: ✭ 72 (-1.37%)
Mutual labels:  jupyter-notebook
Pydata la 2018
Added repo for PyData LA 2018 tutorial
Stars: ✭ 73 (+0%)
Mutual labels:  jupyter-notebook
Coursera Specializations
Solutions to assignments of Coursera Specializations - Deep learning, Machine learning, Algorithms & Data Structures, Image Processing and Python For Everybody
Stars: ✭ 72 (-1.37%)
Mutual labels:  jupyter-notebook
Tensorflow Vgg
Re-implementation of VGG Network in tensorflow
Stars: ✭ 72 (-1.37%)
Mutual labels:  jupyter-notebook
Emacs Ipython Notebook
Jupyter notebook client in Emacs
Stars: ✭ 1,185 (+1523.29%)
Mutual labels:  jupyter-notebook
Allstate capstone
Allstate Kaggle Competition ML Capstone Project
Stars: ✭ 72 (-1.37%)
Mutual labels:  jupyter-notebook
Make A Map Geopandas
Tutorial on how to make a choropleth map using Geopandas and Matplotlib in Python.
Stars: ✭ 73 (+0%)
Mutual labels:  jupyter-notebook
Pydata pandas
A PyData workshop on pandas
Stars: ✭ 72 (-1.37%)
Mutual labels:  jupyter-notebook
Ar Browser Sudoku
Solving Sudoku Puzzles in the Browser Using Augmented Reality
Stars: ✭ 73 (+0%)
Mutual labels:  jupyter-notebook
Python nlp tutorial
This repository provides everything to get started with Python for Text Mining / Natural Language Processing (NLP)
Stars: ✭ 72 (-1.37%)
Mutual labels:  jupyter-notebook
Maths For Ml
Notes and solutions for the Mathematics for Machine Learning Specialization
Stars: ✭ 73 (+0%)
Mutual labels:  jupyter-notebook
Aws Research Workshops
This repo provides a managed SageMaker jupyter notebook with a number of notebooks for hands on workshops in data lakes, AI/ML, Batch, IoT, and Genomics.
Stars: ✭ 73 (+0%)
Mutual labels:  jupyter-notebook

Predicting Diseases From Symptoms

This is an attempt to predict diseases from the given symptoms. A decision tree was trained on two datasets, one had the scraped data from here.

This dataset is uncleaned so preprocessing is done and then model is trained and tested on it.

Next another decision tree was also trained on manually created dataset which contains both training and testing sets. This data is cleaned and extensive and hence learning was more accurate. The exported decision tree looks like the following :

Decision-Tree

Head over to Data-Analyis.ipynb to follow the whole process.


To Do:

  • [ ] Create a web service in Flask for disease predictions using the trained model.
  • [ ] Perform Affinity Analyis to observe which symptoms usually occur together.

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