Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/radekosmulski/rsna-intracranial
https://github.com/radekosmulski/rsna-intracranial
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/radekosmulski/rsna-intracranial
- Owner: radekosmulski
- Created: 2019-09-20T20:34:20.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-10-21T09:39:23.000Z (about 5 years ago)
- Last Synced: 2024-08-03T18:13:36.849Z (5 months ago)
- Language: Jupyter Notebook
- Size: 1.15 MB
- Stars: 49
- Watchers: 7
- Forks: 13
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-fastai - RSNA Intracranial Hemorrhage Detection Kaggle competition starter pack
README
[RSNA Intracranial Hemorrhage Detection](https://www.kaggle.com/c/rsna-intracranial-hemorrhage-detection/overview) Kaggle competition starter pack
The instructions in the notebooks will take you through downloading the data, processing it, training a basic model and making a submission.
Twitter [thread](https://twitter.com/radekosmulski/status/1175156772342030337?s=20)
Kaggle [forum post](https://www.kaggle.com/c/rsna-intracranial-hemorrhage-detection/discussion/109649)
FastAi [forum post](https://forums.fast.ai/t/share-your-work-here-part-2/41392/129?u=radek)*EDIT*: Please note, `window_and_normalize` should divide `window_width` by 2 in order to align with the 'brain window' traditionally used by radiologists for visualization. As is right now, the window is twice as wide. Good discussion on relevance of windowing to visualization / modelling in this [kaggle thread](https://www.kaggle.com/c/rsna-intracranial-hemorrhage-detection/discussion/109328#latest-630565)
PyTorch version: 1.2.0
FastAi version: 1.0.58.dev0 (54b757bbfe85df4ccf391dd3da0825c441b1d2da)