https://github.com/zonggen/csc598lho-project
Final Project for CSC598 (Deep Learning for Healthcare) 2024W
https://github.com/zonggen/csc598lho-project
Last synced: about 1 month ago
JSON representation
Final Project for CSC598 (Deep Learning for Healthcare) 2024W
- Host: GitHub
- URL: https://github.com/zonggen/csc598lho-project
- Owner: zonggen
- Created: 2024-04-05T02:31:55.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2024-05-01T22:09:20.000Z (about 2 years ago)
- Last Synced: 2025-03-23T17:49:03.212Z (about 1 year ago)
- Language: Jupyter Notebook
- Size: 825 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# csc598lho-project
Final Project for CSC598 (Deep Learning for Healthcare) 2024W
## Setup
### Run on Google Colab
1. Copy-paste the notebook into Google Colab
2. `Run all`: the DNN normally takes ~1min to complete, for quick run, run until the DNN training. For grading, DO NOT RUN after DNN section.
### Run locally on Mac
1. `python3 -m venv venv`: create a new virtual environment
2. `source venv/bin/activate`: activate the virtual environment
3. `code .`: I used vscode with Jupyter Notebook plugin to run, make sure to use the virtual environment `venv` in the vscode
4. `Run all`: the DNN normally takes ~1min to complete, for quick run, run until the DNN training. For grading, DO NOT RUN after DNN section.
## Clean up
1. `rm event.db`: clean up the downloaded dataset