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).
- implement learning rate scheduler
- implement early stopping during fine-tuning
- freeze certain layers for fine-tuning?
- xgboost/semi-supervised learning param cleanup
- Clean up code / remove comments and unneeded debug macros
- 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
- implement fine tuning for peptdeep MS2 Bert model
- Implement fine tuning for peptdeep CCS CNN-LSTM model
- Batch prediction (peptide properties)
- Open PR for pub bert encoder struct