MIMIC database for ICU data | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

MIMIC database for ICU data

Hey folks, has anybody any experience with the MIMIC database? It contains critical care unit data from around 60 000 patients collected at Beth Israel hospital ICUs in Boston. I would like to work with this data and need some tutorials suggestions or first hand experience ... thank you

21st Dec 2017, 7:07 PM
Schleifer Grigorij
Schleifer Grigorij - avatar
5 Answers
+ 7
To be honest I am also looking for one :) And not a basic one, I all passed that. Am looking for more complicated queries, temporary constructs and stuff. I'll let you know when I find it ;) BTW, which statistics course you're doing? Any worth recommendation?
22nd Dec 2017, 6:10 PM
Kuba Siekierzyński
Kuba Siekierzyński - avatar
+ 6
As I take it, you want to do some data mining of this dataset? Depending on your skillset you might want to do some clustering to group those patients by common traits or make a prediction model based on those data, for example by ethnicity, age, gender and treatment time. Training prediction models is basically what machine learning is all about. Given that you would like to explore this field, I truly recommend a video course on coursera.org: https://www.coursera.org/learn/machine-learning It gives you all the theoretical background, by only to sufficient limits, no hard-stuff maths :) During the course, each basic algorithm is touched, so both prediction and clustering are well explained. And it is based on MATLAB/Octave as tool, but the methods are universal and can be (even easier than in MATLAB) applied in Python, R or any other programming language.
21st Dec 2017, 8:29 PM
Kuba Siekierzyński
Kuba Siekierzyński - avatar
+ 5
Oh, I see... I thought you meant a video course or a MOOC 😂
22nd Dec 2017, 7:38 PM
Kuba Siekierzyński
Kuba Siekierzyński - avatar
+ 1
Hi Kuba, thank you so much for your answer! I will check this cours out. Right now I do a statistic course that focuses on regression and after that I will start the coursea ML course. In the meantime I slowly improve in SQL. Can you recommend a nice SQL tutorial online? Thank you!
22nd Dec 2017, 5:59 PM
Schleifer Grigorij
Schleifer Grigorij - avatar
+ 1
I do a research fellowship at Harvard medical school right now and can access the Harvard Catalyst course in biostatistics. It’s really good. https://catalyst.harvard.edu/services/biostatscertificate/
22nd Dec 2017, 7:36 PM
Schleifer Grigorij
Schleifer Grigorij - avatar