Earlier quoted context omitted.
I've worked in a large company that has "lots of medical data" which we used for analytics purposes. What we would do is "Anonymize" the data. Unfortunately that's a pretty herculean task.
What's involved? It sounds fun.
Ask HN: What medical datasets do you need?
71–80 of 139 posts
Re: Ask HN: What medical datasets do you need?
#72Earlier quoted context omitted.
Second this, have been trying to get my hands on this data for a while... NOT EASY :D
You are asking for the hospital master charge sheet. Impossible to get. I tried to get around this, and partially succeeded. Happy to share more details if needed.
Re: Ask HN: What medical datasets do you need?
#73Earlier quoted context omitted.
What's involved? It sounds fun.
So the naive method is to just remove any information such as name or birth date. However the medical data is still identifiable. So we need to alter that too. However, we did analytics, so altering it might ruin the results. So we needed to design ways to scramble the data so that it wasn't identifiable, but that in aggregate the results stayed the same.
Re: Ask HN: What medical datasets do you need?
#74Re: Ask HN: What medical datasets do you need?
#75I wont comment on what, but on how : - If the datasets are imaging, there should be enough per class for typical ML techniques. Otherwise you just get people over-fitting models on sets of 500 images and the illusion of progress. - I'm quite happy with the Kaggle datasets generally, but why do others make consuming data so difficult. Heck, if we've already received the data, lets just take it the last mile and make i…
Re: Ask HN: What medical datasets do you need?
#76Re: Ask HN: What medical datasets do you need?
#77Right now we have no way of determining which interactions lead to which conditions, so we generalise based on the 3 inputs independently, when in reality it is perfectly normal to eat more when doing lots of exercise, or need doctor visits when doing exercise with inadequate nutrition.
Re: Ask HN: What medical datasets do you need?
#78Re: Ask HN: What medical datasets do you need?
#79Dermatology, eye conditions, blood cells, tissue, viruses, urine, saliva, everything that can allow an app to give you a first diagnose before heading to the doctor. I foresee in less than ten years we will have a doctor in our pockets. No, it won't cure us and it won't replace a doctor, but it will give us all the information we need to have a 99% certainty of our condition. -- Second batch for animals and their con…
That seems way high. Correct diagnosis by doctors isn't 99%, or even close.
Re: Ask HN: What medical datasets do you need?
#80Dermatology, eye conditions, blood cells, tissue, viruses, urine, saliva, everything that can allow an app to give you a first diagnose before heading to the doctor. I foresee in less than ten years we will have a doctor in our pockets. No, it won't cure us and it won't replace a doctor, but it will give us all the information we need to have a 99% certainty of our condition. -- Second batch for animals and their con…
> to have a 99% certainty of our condition That seems way high. Correct diagnosis by doctors isn't 99%, or even close.