Giter Club home page Giter Club logo

dr-ann's Introduction

Dr. ANN

A web based system that uses deep learning to diagnosis patients based on their clinical notes.

Authors - Ravish Chawla, Adam Lieberman, Garrett, Mallory

Project Structure

Front-End Code

  • http://github.com/ravishchawla/doctorann/ ย  - Located in the above repo, or clickable from the dotorann @ a79ddbc link.
    • For the instructions on running the front end code please refer to the repository

IPython Notebooks

  • data_cleaning.ipynb
    • In this notebook, most of the data loading and pre-processing was done.
  • MultiClass_LSTM.ipynb
    • In this notebook, a LSTM was generated and trained on the data generated in the previous notebook.
  • metrics.ipynb
    • In this notebook, Metrics were measured on the results from the LSTM.

Stored Objects and Models

  • cleaned_tfidf_vectorizer_fit
    • This is a JobLib file of our Trained Vectorizer
  • icd9_mapping
    • This is a JobLib file of our ICD9-to-Feature Id mapping
  • khot_LSTM_.h5
    • This is a Trained neural network on 32 Neurons with the default Learning rate.
  • khot_LSTM_1231.h5
    • This is a Trained neural network on 128 Neurons with the default Learning rate.
  • khot_LSTM_1353.h5
    • This is a Trained neural network on 128 Neurons and a smaller than default Learning rate.

Data Files

  • ICD10_Formatted.csv
    • This is a CSV files of ICD-9 to ICD-10 mappings with descriptions.
  • nltk
    • This is a list of Stop Words from the NLTK library.

Python Files

  • get_labels.py
    • This is a Python class that contains code from the Data-Cleaning Notebook for generating Labels encoded representations.

Reports

  • project_proposal
    • This folder contains our Project Proposal along with referenced images and Latex file.
  • paper.pdf
    • This is our final Report

.GIT files

  • .gitattributes
    • Git Large-File system attributes.
  • .gitignore
    • Contains list of files to ignore when making commits.
  • .gitmodules
    • Contains Submodule links for our repo.

To run the Code

You can use the IPython notebooks. You will need to obtain the required datasets from MIMIC III, and place them in the same directory. To obtain the pre-processed data, run the Data-Cleaning notebook, use the outputs from it to run the Mulit-Class-LSTM Notebook. Finally, you can run the Metrics notebook to see how them model performed.

dr-ann's People

Contributors

ad1m avatar gmallory3 avatar gtmallor avatar ravishchawla avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.