Skip to content

Latest commit

 

History

History
48 lines (39 loc) · 2.34 KB

README.md

File metadata and controls

48 lines (39 loc) · 2.34 KB

DeepScore

The DeepScore Repository for the EuBIC 2023 Hackathon

Scrum

(This image was taken from https://www.pm-partners.com.au/the-agile-journey-a-scrum-overview/)

  • Monday: Sprint Planning Meeting: We define a Story Map on what we want to do -> Product / Sprint Backlog.
  • We will have a two Daily Stand Ups at 09:00 and 13:00
  • Thursday at 16:00 we will collect the results and have a Retrospective
  • After that: Everyone can continue as they please

Data:

Topics from the initial project proposal.

1 Assessing Confidence

  • Hacks: Supplement random numbers to an ML-scoring system and investigate the performance
  • Hard decoys: Provide harder decoys and investigate the performance
  • Data Leakage: Gradually leak training data to a scoring system and investigate the performance

2 Interactive Tool

  • Frontend that shows raw data and accepts user input to assign confidence scores
  • Backend with database or functionality to merge multiple user sessions

3 Deep-learning Score

  • Extract raw data identifications
  • Train a model based on the human-supplied confidence scores
  • Perform rescoring on existing studies

Technical Details

The default language should be Python, but open to everything that gets the job done better. The tools mentioned below are suggestions – there are a lot of great tools out there that I am not aware of, and we should collect and decide what to use at the beginning of the hackathon.