فهرست منبع

Update 'README.md'

Alastair John Loutit 4 سال پیش
والد
کامیت
d405182f93
1فایلهای تغییر یافته به همراه13 افزوده شده و 1 حذف شده
  1. 13 1
      README.md

+ 13 - 1
README.md

@@ -10,4 +10,16 @@ Extracted features from raw data (for machine learning) is described as follows:
 * Each row is 1 feature. There are 22 features x 7 electrodes = 154
 * Below the rows of inputs is the 16 output targets in rows 155-170
 * Each column is a trial
-* labels for each row are found in the first two columns
+* labels for each row are found in the first two columns
+
+Data are contained in .mat files. For importing to a Python dictionary, see:
+
+https://github.com/wblakecannon/DataCamp/blob/master/05-importing-data-in-python-(part-1)/2-importing-data-from-other-files-types/the-structure-of-mat-in-python.py
+
+https://towardsdatascience.com/how-to-load-matlab-mat-files-in-python-1f200e1287b5
+
+For importing to Julia, see:
+
+https://github.com/JuliaIO/MAT.jl
+
+