Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 662 Bytes

File metadata and controls

17 lines (11 loc) · 662 Bytes

Binary Classification of Skin Cancer Inflammation

Code for Olivia Shen's ECS 174 final project. Images for the SC-2000v2 dataset were provided by John T Shen MD Corp. The SC-2000v2 dataset and code for splitting data is not included to protect patient and business privacy.

See the paper with experiments and results here.

Packages

See requirements.txt.

Results

See the following Jupyter Notebooks for experiment results:

  • baseline_cnn.ipynb
  • linear_probing.ipynb
  • knn.ipynb

Helper Python files are in the helpers folder.