溫馨提示×

溫馨提示×

您好,登錄后才能下訂單哦!

密碼登錄×
登錄注冊×
其他方式登錄
點擊 登錄注冊 即表示同意《億速云用戶服務(wù)條款》

TensorFlow處理運動想象分類任務(wù)示例分析

發(fā)布時間:2021-12-23 15:49:02 來源:億速云 閱讀:213 作者:柒染 欄目:大數(shù)據(jù)

TensorFlow處理運動想象分類任務(wù)示例分析,針對這個問題,這篇文章詳細介紹了相對應的分析和解答,希望可以幫助更多想解決這個問題的小伙伴找到更簡單易行的方法。

文中的方法是EEG源成像(ESI)+ Morlet小波聯(lián)合時頻分析(JTFA)+卷積神經(jīng)網(wǎng)絡(luò)(CNN)。原始數(shù)據(jù)已使用Matlab ToolkitBrainstorm處理。在ESI + JTFA過程處理之后,使用CNN對EEG數(shù)據(jù)進行分類。

EEG Motor Imagery Signals (Tasks) Classification 

via Convolutional Neural Networks (CNN)

TensorFlow處理運動想象分類任務(wù)示例分析

TensorFlow處理運動想象分類任務(wù)示例分析


代碼地址:

 

https://github.com/SuperBruceJia/EEG-Motor-Imagery-Classification-CNNs-TensorFlow

 

安裝使用

  1. Python file: PhysioNet_MI_Dataset/MIND_Get_EDF.py

    --- download all the EEG Motor Movement/Imagery Dataset .edf files from here!

    (Under Any Python Environment) $ python MIND_Get_EDF.py
  2. Python file: Read_Raw_Data_Save_Into_Matlab_Files.py

    --- Read the edf Raw data of different channels and save them into matlab .m files

    --- At this stage, the Python file must be processed under a Python 2 environment (I recommend to use Python 2.7 version).

    (Under Python 2.7 Environment) $ python Read_Raw_Data_Save_Into_Matlab_Files.py
  3. Matlab file: Saved_Matlab_Data/Preprocessing_Raw_Data.m

    --- Pre-process the dataset (Data Normalization mainly) and save matlab .m files into Excel .xlsx Files

  4. Python file: MI_Proposed_CNNs_Architecture.py

    --- the proposed CNNs architecture

    --- based on TensorFlow 1.12.0 with CUDA 9.0 or TensorFlow 1.13.1 with CUDA 10.0

    --- The trained results are saved in the Tensorboard

    --- Open the Tensorboard and save the results into Excel .csv files

    --- Draw the graphs using Matlab or Origin

    (Under Python 3.6 Environment) $ python MI_Proposed_CNNs_Architecture.py


CNN網(wǎng)絡(luò)架構(gòu)代碼:MI_Proposed_CNNs_Architecture

TensorFlow處理運動想象分類任務(wù)示例分析


關(guān)于TensorFlow處理運動想象分類任務(wù)示例分析問題的解答就分享到這里了,希望以上內(nèi)容可以對大家有一定的幫助,如果你還有很多疑惑沒有解開,可以關(guān)注億速云行業(yè)資訊頻道了解更多相關(guān)知識。

向AI問一下細節(jié)

免責聲明:本站發(fā)布的內(nèi)容(圖片、視頻和文字)以原創(chuàng)、轉(zhuǎn)載和分享為主,文章觀點不代表本網(wǎng)站立場,如果涉及侵權(quán)請聯(lián)系站長郵箱:is@yisu.com進行舉報,并提供相關(guān)證據(jù),一經(jīng)查實,將立刻刪除涉嫌侵權(quán)內(nèi)容。

AI