Diff of /README.md [000000] .. [2ab8ba]

Switch to unified view

a b/README.md
1
# Epileptic-Seizure-Detection
2
3
This repository has the code for the project on Deep Learning for identification of abnormal EEG on Epilepsy diagnosed patients.
4
5
#### References
6
- [x] ChronoNet: A Deep Recurrent Neural Network for Abnormal EEG Identification https://arxiv.org/pdf/1802.00308.pdf
7
8
If you find the code in the repository useful, please cite it using:
9
10
```
11
@misc{chitlangia2021epileptic,
12
  author = {Chitlangia, Sharad},
13
  title = {Epileptic Seizure Detection using Deep Learning},
14
  year = {2021},
15
  publisher = {GitHub},
16
  journal = {GitHub repository},
17
  howpublished = {\url{https://github.com/Sharad24/Epileptic-Seizure-Detection/}},
18
}
19
```