- ➡️ #Matlab #mat #ClassificationLearner #Classification #RegressionLearner #Regression
- The main code in the project folder
- Put dataset in a subfolder called "Data"
- Put these functions in a subfolder called "src"
- Use in main code: addpath(genpath('./src'))%functions folders
- https://ieeexplore.ieee.org/document/9096752
- https://ieeexplore.ieee.org/abstract/document/8580270
- https://vasanza.blogspot.com/2020/01/alphabet-letters-recognition-with.html
- https://vasanza.blogspot.com/2020/01/eeg-signal-classification-with-machine.html
- https://link.springer.com/chapter/10.1007%2F978-3-030-59194-6_17
- https://vasanza.blogspot.com/2020/01/epileptic-seizure-prediction-with_72.html
- https://dx.doi.org/10.21227/mdfs-ya42
- https://dx.doi.org/10.21227/0j42-qd38
- https://dx.doi.org/10.21227/x6jw-m015
- https://dx.doi.org/10.21227/8cty-6069
- https://dx.doi.org/10.21227/bhpj-mz94
- git status
- git clone https://github.com/vasanza/Matlab_Code.git
- git branch -a
- git checkout NameBranch
- git checkout -b NameBranch
- git pull origin NameBranch
- git status
- git add .
- git status
- git commit -m "message"
- git push origin NameBrach