Java-Deep-Learning-Cookbook
Java-Deep-Learning-Cookbook copied to clipboard
Any chance to get the physionet2012 data anywhere?
Download from here -> Here
I somehow doubt that's the right file. For one, it doesn't contain any .csv files that fit the naming schema required by the example code.
Or have I missed some README or script on how to produce the files?
@jcfj Check this example: https://github.com/SkymindIO/ClassLabs/blob/b454230a692bb109d490ced48968022fc852df41/training-labs/src/main/java/ai/skymind/training/solutions/PhysionetMultivariateTimeSeriesClassificationBasic.java
Data-> https://github.com/SkymindIO/ClassLabs/tree/b454230a692bb109d490ced48968022fc852df41/training-labs/src/main/resources/physionet2012
This could be a processed version of actual physionet data. So, the actual data in Physionet website may look different. I haven't checked the actual Physionet data if it is updated.