Is it possible to call a pre-trained neural network as a function in another script?
이전 댓글 표시
Hi,
I am trying to read the EEG signals in real-time in C++ and then send the data to MATLAB for processing. I have prepared a neural network using neural network toolbox in MATLAB to classify the EEG signals into three categories. Now, my question is how can I use this pre-trained neural network for a new set of dataset automatically without requiring the user to do something manually (import the new data set to network)? So let me clarify, my only question here is when I receive the new EEG signals and process them (add filters and calculate some features as an input for the network) how can I import these feature to the pre-trained network automatically? Can I call the pre-trained network as a function in my script and if yes, what steps do I need to take? (I have saved the network as a Mat file).
Thank you in advance for your response.
댓글 수: 2
Aaron Karlo Maranan
2017년 3월 13일
Hi, we are also having a project regarding classification of eeg signals into three categories. We would like to know how you utilize the generated file from ANN in classifying the categories.
Aaron Karlo Maranan
2017년 3월 13일
Also, we would like to ask on the commands that you utilize in calling the mfile. Thank you
채택된 답변
추가 답변 (0개)
카테고리
도움말 센터 및 File Exchange에서 EEG/MEG/ECoG에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!