Skip to content

Latest commit

 

History

History
30 lines (21 loc) · 1.18 KB

TODO.md

File metadata and controls

30 lines (21 loc) · 1.18 KB

ReDeeM: Repository for Deep Learning Models for Mass Spectrometry

ReDeeM is a Rust crate designed for implementing deep learning models specifically tailored for mass spectrometry data. The primary goal of this project is to facilitate the prediction of peptide properties and to develop classifier scoring models (TDA).

TODO.md spec & Kanban Board

Todo

  • xgboost/semi-supervised learning param cleanup
  • Open PR for pub bert encoder struct
  • Clean up code / remove comments and unneeded debug macros
  • Implement fine tuning for peptdeep CCS CNN-LSTM model
  • implement fine tuning for peptdeep MS2 Bert model
  • Batch prediction (peptide properties)

In Progress

Done ✓

  • Implement XGBoost classifier PSM scoring
  • Implement redeem property prediction into Sage
  • Refactor peptdeep RT CNN-LSTM model to use refactored codebase
  • add MS2 class model interface
  • add CCS class model interface
  • Implement peptdeep CCS CNN-LSTM model
  • Implement peptdeep MS2 Bert model
  • Implement fine tuning for peptdeep RT CNN-LSTM model
  • implement peptideep RT CNN-LSTM model