Commit Graph

131 Commits

Author SHA1 Message Date
2e0fbecf54 Update 'README.md' 2022-08-11 14:59:34 +00:00
a3be2e58c8 Update 'README.md' 2022-08-11 14:58:30 +00:00
Skudalen
0cf81fb0fc doc: add comment on samplerate-bug and better readme doc 2021-08-08 13:09:57 +01:00
Skudalen
05635a0aa3 chore: add data folder (to see structure), logs
(to see results), and comment for
60-second-bug
2021-08-08 12:57:10 +01:00
Skudalen
23f3eab055 chore: make main more readable 2021-08-08 12:33:47 +01:00
Skudalen
5b4fb77ec8 chore: do minor adjustments and fix gitignore 2021-07-30 15:38:18 +02:00
Skudalen
a4a5770488 feat: make plot func to plot N_S_comp from csv data 2021-07-30 10:59:03 +02:00
Skudalen
59dd1b8138 chore: run plot funcs and store plot, log,
and results in log-folder
2021-07-28 15:46:14 +02:00
Skudalen
6452e158b4 feat: add func to reduce data sets 2021-07-21 13:46:28 +02:00
Skudalen
978b1a2ccd feat: add logging function to multiple plots 2021-07-21 13:29:37 +02:00
Skudalen
177ee63302 docs: add comments to new funcs 2021-07-20 15:07:24 +02:00
Skudalen
53ef95f2fe feat: save mfcc_data_hard and make a comparison
plot between their training progress
2021-07-20 15:02:57 +02:00
Skudalen
d7c733e54f doc: update readme 2021-07-20 13:19:10 +02:00
Skudalen
29ac5db046 chore: improve comments and visual apperence 2021-07-20 12:14:20 +02:00
Skudalen
cb7da4c657 feat: add plot func in order to compare validation
on three sessions after testing on one
2021-07-20 11:53:47 +02:00
Skudalen
14d9b65060 feat: make plot func to show network training progress 2021-07-19 15:54:44 +02:00
Skudalen
1d1ec433d8 feat: make log possibility for inverse cross-val too 2021-07-19 10:34:33 +02:00
Skudalen
5e80e465ad feat: add cross-validation that trains on one session only 2021-07-19 09:39:56 +02:00
Skudalen
3d512addb8 chore: start work on more general loading 2021-07-16 21:04:06 +02:00
Skudalen
c3fd1fc415 chore: improve cross-validation 2021-07-16 18:11:21 +02:00
Skudalen
439238e070 feat: add func to store predictions from test sets in csv 2021-07-14 17:36:00 +02:00
Skudalen
968759d205 feat: add 1D convolution network in NNA 2021-07-14 12:14:20 +02:00
Skudalen
7ad034fa95 chore: add ground work for a CNN model 2021-07-13 16:22:58 +02:00
Skudalen
5123586fa6 feat: add basic FFN for comparison with other networks 2021-07-13 15:43:21 +02:00
Skudalen
2bca68fcae feat: add functionality for multiple layer
input in cross-val func
2021-07-13 15:23:51 +02:00
Skudalen
ca1eeb0a83 feat: add a RNN network model with GRU layers 2021-07-13 14:42:23 +02:00
Skudalen
e0e88abf41 feat: make func for cross validation based on session split 2021-07-13 10:59:47 +02:00
Skudalen
c009b0cdb2 feat: implement func for session data prep 2021-07-12 13:16:07 +02:00
Skudalen
3c213cce7c feat: make func to get nr of datapoints
in a given session
2021-07-12 11:49:28 +02:00
Skudalen
ec6c2c9dcc fix: fix index bug in save mfcc to json 2021-07-09 17:19:56 +02:00
Skudalen
4ba390a268 chore: add information about sessions
into the mfcc json file
2021-07-09 16:58:16 +02:00
Skudalen
8faa352af9 doc: add comments to NN file 2021-07-09 14:53:47 +02:00
Skudalen
81d4a53335 doc: make sufficient comments to all funcs
in Handle_emg_data.py
2021-07-09 11:13:42 +02:00
Skudalen
588fa7d282 doc: fix sufficient comments in Present_data.py 2021-07-09 10:04:46 +02:00
Skudalen
503742e231 chore: add to the readme and restructure 2021-07-09 09:39:10 +02:00
Skudalen
8de9efb0ac chore: add table of contents in README 2021-07-08 18:08:46 +02:00
Skudalen
060507bc78 chore: add more info to README 2021-07-08 17:47:41 +02:00
Skudalen
9c030fa2dc doc: add first version of the README file 2021-07-07 16:00:33 +02:00
Skudalen
cd6a1f56fd feat: get the LSTM running 2021-07-07 15:28:15 +02:00
Skudalen
61e5c74cde fix: fix indexing of labels in mfcc json 2021-07-07 12:11:46 +02:00
Skudalen
f022291ced feat: make func to store new mfcc data in json 2021-07-07 11:19:52 +02:00
Skudalen
e1c93267c9 test: check if the storing of mfcc samples work 2021-07-07 11:00:17 +02:00
Skudalen
39b4841a09 feat: make func to store mfcc samples in dl_handler 2021-07-07 10:46:31 +02:00
Skudalen
31cf8a110d fix: fix functionality of mfcc table func 2021-07-07 10:33:53 +02:00
Skudalen
1ff4f76bb9 feat: add func to make mfcc samples 2021-07-07 09:46:18 +02:00
Skudalen
5c256143b1 chore: improve code quality 2021-07-06 16:33:35 +02:00
Skudalen
155816235e fix: try to implement the NN correctly 2021-07-05 12:43:45 +02:00
Skudalen
91bd13ee1d chore: import tensorflow and keras 2021-07-02 14:46:31 +02:00
Skudalen
aafdde18d1 feat: make func to store mfcc data in json 2021-07-02 11:42:17 +02:00
Skudalen
34d79910cb feat: add mfcc save func to crate NN data in json 2021-07-02 11:15:12 +02:00