KO
|
EN
gitlite — search
Search
#javascript
#python
#hacktoberfest
#react
#ai
#typescript
#llm
#go
#golang
#android
#machine-learning
#rust
#deep-learning
#linux
SLEEPNET
★ 13
Open GitHub ↗
Code repository for SLEEPNET paper
Download README (.md)
Explore Similar Repositories
v2-validation
:
No description available.
string_to_number
:
A ruby gem to convert French words into numbers.
generator-mage2
:
Yeoman generator for Magento 2 extensions (modules and themes)
PanToDelete
:
No description available.
MiniBatchSpectralClustering
:
No description available.
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
SLEEPNET
?
Download (.md)
# SLEEPNET ### This codebase contains the code for SLEEPNET paper submitted to KDD 2017 and links to public datasets of EEG recording with sleep stage annotations. * Public data set of sleep stages Physionet sleep data https://www.physionet.org/physiobank/database/capslpdb/ Montreal Archieve of sleep studies http://195.154.67.227/en/ Sleep health heart studies https://sleepdata.org/datasets/shhs * extract_features.py: code to extract different expert defined features which are used the RNN model to annotate sleep stages * rnn_data_prepare.py: code to run extract_features.py and prepare date to be used by the RNN code * SLEEPNET.py : code to RNN model and evaluate performance * More detailed instructions to evaluate SLEEPNET will be added soon