Diff of /README.md [000000] .. [4d9a06]

Switch to unified view

a b/README.md
1
# cancer_clinical_trials_prediction
2
Given type of study and short description of disease, I build a model to predict the eligibility or qualification of the patient for the clinical trials.<br/>
3
4
5
My approach to the problem:--- <br/>
6
7
tokenize the list of sentence  <br/>
8
convert it into sequences  <br/>
9
Find the coefficient of words using GLoVE that is pre-trained word embeddings  <br/>
10
Find embeddings for indexes <br/>
11
Apply Deep Learninng model for prediction <br/>