Commit Graph

  • 2e0fbecf54 Update 'README.md' master Matúš Pleva 2022-08-11 14:59:34 +0000
  • a3be2e58c8 Update 'README.md' Matúš Pleva 2022-08-11 14:58:30 +0000
  • 0cf81fb0fc doc: add comment on samplerate-bug and better readme doc Skudalen 2021-08-08 13:09:57 +0100
  • 05635a0aa3 chore: add data folder (to see structure), logs (to see results), and comment for 60-second-bug Skudalen 2021-08-08 12:57:10 +0100
  • 23f3eab055 chore: make main more readable Skudalen 2021-08-08 12:33:47 +0100
  • 5b4fb77ec8 chore: do minor adjustments and fix gitignore Skudalen 2021-07-30 15:38:18 +0200
  • a4a5770488 feat: make plot func to plot N_S_comp from csv data Skudalen 2021-07-30 10:59:03 +0200
  • 59dd1b8138 chore: run plot funcs and store plot, log, and results in log-folder Skudalen 2021-07-28 15:46:14 +0200
  • 6452e158b4 feat: add func to reduce data sets Skudalen 2021-07-21 13:46:28 +0200
  • 978b1a2ccd feat: add logging function to multiple plots Skudalen 2021-07-21 13:29:37 +0200
  • 177ee63302 docs: add comments to new funcs Skudalen 2021-07-20 15:07:24 +0200
  • 53ef95f2fe feat: save mfcc_data_hard and make a comparison plot between their training progress Skudalen 2021-07-20 15:02:57 +0200
  • d7c733e54f doc: update readme Skudalen 2021-07-20 13:19:10 +0200
  • 29ac5db046 chore: improve comments and visual apperence Skudalen 2021-07-20 12:14:20 +0200
  • cb7da4c657 feat: add plot func in order to compare validation on three sessions after testing on one Skudalen 2021-07-20 11:53:47 +0200
  • 14d9b65060 feat: make plot func to show network training progress Skudalen 2021-07-19 15:54:44 +0200
  • 1d1ec433d8 feat: make log possibility for inverse cross-val too Skudalen 2021-07-19 10:34:33 +0200
  • 5e80e465ad feat: add cross-validation that trains on one session only Skudalen 2021-07-19 09:39:56 +0200
  • 3d512addb8 chore: start work on more general loading Skudalen 2021-07-16 21:04:06 +0200
  • c3fd1fc415 chore: improve cross-validation Skudalen 2021-07-16 18:11:21 +0200
  • 439238e070 feat: add func to store predictions from test sets in csv Skudalen 2021-07-14 17:36:00 +0200
  • 968759d205 feat: add 1D convolution network in NNA Skudalen 2021-07-14 12:14:20 +0200
  • 7ad034fa95 chore: add ground work for a CNN model Skudalen 2021-07-13 16:22:58 +0200
  • 5123586fa6 feat: add basic FFN for comparison with other networks Skudalen 2021-07-13 15:43:21 +0200
  • 2bca68fcae feat: add functionality for multiple layer input in cross-val func Skudalen 2021-07-13 15:23:51 +0200
  • ca1eeb0a83 feat: add a RNN network model with GRU layers Skudalen 2021-07-13 14:42:23 +0200
  • e0e88abf41 feat: make func for cross validation based on session split Skudalen 2021-07-13 10:59:47 +0200
  • c009b0cdb2 feat: implement func for session data prep Skudalen 2021-07-12 13:16:07 +0200
  • 3c213cce7c feat: make func to get nr of datapoints in a given session Skudalen 2021-07-12 11:49:28 +0200
  • ec6c2c9dcc fix: fix index bug in save mfcc to json Skudalen 2021-07-09 17:19:56 +0200
  • 4ba390a268 chore: add information about sessions into the mfcc json file Skudalen 2021-07-09 16:58:16 +0200
  • 8faa352af9 doc: add comments to NN file Skudalen 2021-07-09 14:53:47 +0200
  • 81d4a53335 doc: make sufficient comments to all funcs in Handle_emg_data.py Skudalen 2021-07-09 11:13:42 +0200
  • 588fa7d282 doc: fix sufficient comments in Present_data.py Skudalen 2021-07-09 10:04:46 +0200
  • 503742e231 chore: add to the readme and restructure Skudalen 2021-07-09 09:39:10 +0200
  • 8de9efb0ac chore: add table of contents in README Skudalen 2021-07-08 18:08:46 +0200
  • 060507bc78 chore: add more info to README Skudalen 2021-07-08 17:47:41 +0200
  • 9c030fa2dc doc: add first version of the README file Skudalen 2021-07-07 16:00:33 +0200
  • cd6a1f56fd feat: get the LSTM running Skudalen 2021-07-07 15:28:15 +0200
  • 61e5c74cde fix: fix indexing of labels in mfcc json Skudalen 2021-07-07 12:11:46 +0200
  • f022291ced feat: make func to store new mfcc data in json Skudalen 2021-07-07 11:19:52 +0200
  • e1c93267c9 test: check if the storing of mfcc samples work Skudalen 2021-07-07 11:00:17 +0200
  • 39b4841a09 feat: make func to store mfcc samples in dl_handler Skudalen 2021-07-07 10:46:31 +0200
  • 31cf8a110d fix: fix functionality of mfcc table func Skudalen 2021-07-07 10:33:53 +0200
  • 1ff4f76bb9 feat: add func to make mfcc samples Skudalen 2021-07-07 09:46:18 +0200
  • 5c256143b1 chore: improve code quality Skudalen 2021-07-06 16:33:35 +0200
  • 155816235e fix: try to implement the NN correctly Skudalen 2021-07-05 12:43:45 +0200
  • 91bd13ee1d chore: import tensorflow and keras Skudalen 2021-07-02 14:46:31 +0200
  • aafdde18d1 feat: make func to store mfcc data in json Skudalen 2021-07-02 11:42:17 +0200
  • 34d79910cb feat: add mfcc save func to crate NN data in json Skudalen 2021-07-02 11:15:12 +0200
  • f9434a3b66 chore: add the librosa lib Skudalen 2021-07-02 10:58:17 +0200
  • 99277bc101 fix: change to right naming conventions Skudalen 2021-07-02 10:26:05 +0200
  • c36ddf1609 chore: move mfcc func and add skeleton for saving mfcc data Skudalen 2021-07-02 10:13:27 +0200
  • 76aeb10ea7 fix: remove bug that caused NaN data Skudalen 2021-07-02 09:12:41 +0200
  • d0978aa2b3 fix: fix the dl_data_handler so it does not create NaN values in the samples Skudalen 2021-07-01 17:56:20 +0200
  • 500018b6aa feat: add function for making sample signals of session_df Skudalen 2021-07-01 13:18:26 +0200
  • 3eb838da54 fix: make the emg merger func so it makes one df per session Skudalen 2021-07-01 09:21:57 +0200
  • aa27fb0aa4 chore: moved load and get func to emg_handler file Skudalen 2021-06-30 16:02:34 +0200
  • 40773560ce fix: add a csv_handler object to DL_data_handler Skudalen 2021-06-30 15:42:18 +0200
  • 87e179e6a9 feat: add func to make samples from emg data per subject Skudalen 2021-06-30 15:35:39 +0200
  • cf53a93651 feat: add new class DL_data_handler and make sample func Skudalen 2021-06-30 14:53:44 +0200
  • e1f3e509b1 feat: add func for plotting all emg from one subject Skudalen 2021-06-29 11:42:37 +0200
  • c667bc7c7f feat: add one more func for plotting preset mfcc data Skudalen 2021-06-29 09:31:10 +0200
  • 055ad434a3 style: move things :) Skudalen 2021-06-28 20:32:00 +0200
  • e0a1dfee71 doc: add doc for mfcc case func Skudalen 2021-06-28 20:24:45 +0200
  • f3e0cff363 feat: make plot func for three mfcc analysis Skudalen 2021-06-28 19:26:42 +0200
  • c5d2e48771 feat: add the samplerate as an output the get_data Skudalen 2021-06-28 19:24:17 +0200
  • 9d3919c4f9 feat: add func which calc the samplerate Skudalen 2021-06-28 15:22:10 +0200
  • 6798456c84 feat: add func to plot mfcc Skudalen 2021-06-28 14:44:00 +0200
  • 2563a4bb33 feat: add mfcc func Skudalen 2021-06-28 11:28:53 +0200
  • 452a591837 feat: clone and import python_speech_features and add a mfcc func Skudalen 2021-06-28 10:57:08 +0200
  • e7087b04c7 fix: add minor changes Skudalen 2021-06-28 09:59:01 +0200
  • f1ba1e93a8 test: try to plot compare between filter and not Skudalen 2021-06-25 16:52:30 +0200
  • 352b5b1b73 feat: add file to present data Skudalen 2021-06-25 16:35:35 +0200
  • 95dc84d6e5 chore: moved presenting functions to Present_data.py Skudalen 2021-06-25 16:09:51 +0200
  • ed35db265a test: test the load and denoise funcs together Skudalen 2021-06-25 15:28:20 +0200
  • cb3cca71fb test: test total denoising func Skudalen 2021-06-25 14:44:28 +0200
  • 46558a075d feat: make df from x and y arrays Skudalen 2021-06-25 14:27:51 +0200
  • c650eb928c doc: describe the get get_df func Skudalen 2021-06-25 14:00:25 +0200
  • 7b7181218e feat: implement func that gets df from data_dict in handler Skudalen 2021-06-25 13:57:28 +0200
  • 8f34ff6abf feat: complete a denoise func for part of the dataset Skudalen 2021-06-25 13:41:57 +0200
  • 9634a63d31 fix: get sorted the pywt lib Skudalen 2021-06-25 11:47:12 +0200
  • f90494b102 fix: correct time in filename in load funcs Skudalen 2021-06-25 11:31:44 +0200
  • 88a9ed2fbc doc: add comments to handle funcs Skudalen 2021-06-25 11:12:32 +0200
  • adf5089439 feat: add load functions for every data version Skudalen 2021-06-25 11:09:36 +0200
  • 2836d479f6 fix: fix the left/rigth config in store func Skudalen 2021-06-25 11:01:01 +0200
  • 4dd670b8f1 fix: fix the load func Skudalen 2021-06-25 10:52:33 +0200
  • 2a48a0abfd chore: split up storing func to one storing func and one linking func Skudalen 2021-06-25 10:43:59 +0200
  • 8a6f8d6329 fix: add solution for rounds in store_df func Skudalen 2021-06-25 10:07:35 +0200
  • 14ad7da806 fix: fix a load func for original data too Skudalen 2021-06-25 09:37:49 +0200
  • ccf45d595b chore: move load func to handler and add data in wd Skudalen 2021-06-25 09:29:23 +0200
  • 5ab9b9fe90 doc: document the load func Skudalen 2021-06-25 09:12:12 +0200
  • 21da6ba6a8 test: test the plotting of denoising Skudalen 2021-06-25 09:05:10 +0200
  • bdd476eb5e fix: minor bugs Skudalen 2021-06-24 15:58:03 +0200
  • 2098432d21 chore: move the plot test from Signal_prep to Test_functions Skudalen 2021-06-24 15:48:54 +0200
  • dfc1b4173a fix: fix the inverse wavelet func Skudalen 2021-06-24 15:45:33 +0200
  • 04498a79e6 test: test the plots of dwt and idwt Skudalen 2021-06-24 15:02:21 +0200
  • 2d4bb65c99 doc: add doc to inverse func Skudalen 2021-06-24 14:35:37 +0200
  • c9b6230db8 feat: add func idwt inverse wavelet db4 Skudalen 2021-06-24 14:28:21 +0200
  • bca743d651 chore: change naming convention from x/x_trans to N/N_trans Skudalen 2021-06-24 14:24:58 +0200