baiyyang/medical-diagnosis-cnn-rnn-rcnn
分别使用rnn/cnn/rcnn来实现根据患者描述,进行疾病诊断
This project helps medical professionals quickly diagnose diseases based on patient-provided text descriptions of their symptoms. You input a patient's symptoms as text, and it outputs a predicted disease diagnosis. This is useful for doctors, nurses, and other healthcare practitioners who need to efficiently categorize patient conditions.
No commits in the last 6 months.
Use this if you need an automated way to classify potential diseases from patient symptom descriptions to assist with preliminary diagnosis.
Not ideal if you require 100% diagnostic certainty from an automated system, as human medical expertise is always essential for final decisions.
Stars
50
Forks
13
Language
Python
License
Apache-2.0
Last pushed
May 08, 2018
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/nlp/baiyyang/medical-diagnosis-cnn-rnn-rcnn"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
gaussic/text-classification-cnn-rnn
CNN-RNN中文文本分类,基于TensorFlow
ShawnyXiao/TextClassification-Keras
Text classification models implemented in Keras, including: FastText, TextCNN, TextRNN,...
prakashpandey9/Text-Classification-Pytorch
Text classification using deep learning models in Pytorch
TobiasLee/Text-Classification
Implementation of papers for text classification task on DBpedia
FreedomIntelligence/TextClassificationBenchmark
A Benchmark of Text Classification in PyTorch