https://github.com/michaelfromyeg/pd-classification
🔬💬 Classifying Parkinson's disease using speech sounds!
https://github.com/michaelfromyeg/pd-classification
classification jupyter jupyter-notebook parkinsons-disease pd r
Last synced: 3 months ago
JSON representation
🔬💬 Classifying Parkinson's disease using speech sounds!
- Host: GitHub
- URL: https://github.com/michaelfromyeg/pd-classification
- Owner: michaelfromyeg
- License: mit
- Created: 2020-04-26T02:37:31.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2020-05-02T06:19:31.000Z (about 5 years ago)
- Last Synced: 2025-02-08T12:13:56.034Z (5 months ago)
- Topics: classification, jupyter, jupyter-notebook, parkinsons-disease, pd, r
- Language: Jupyter Notebook
- Homepage: https://michaelfromyeg.github.io/pd-classification
- Size: 1.13 MB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Parkinson's disease classification
Classifying Parkinson's disease using speech sounds, based on a dataset from UCI's Machine Learning repository. See the results [here](https://michaelfromyeg.github.io/pd-classification/).## Background
Consult the data set [here](http://archive.ics.uci.edu/ml/datasets/Parkinson%27s+Disease+Classification) and a paper based on it [here](https://www.sciencedirect.com/science/article/abs/pii/S1568494618305799?via%3Dihub).
## Run it on your machine
### Tech stack
- Jupyter
- R
- IRKernel### Local
Run `jupyter notebook pd-classification.ipynb`.
## Contributing
The project is not actively looking for contributors at this time.