-
Notifications
You must be signed in to change notification settings - Fork 0
Week 2
Joachim Vanneste edited this page Oct 5, 2023
·
1 revision
05/10/2023
- Literature review MSA sections
- Plan created for possible project direction
- Deep Q-network research and implementation (connect4) for research
- How is deep learning RL loss calculated and back-propagated
- What exactly would the state and action spaces be (biggest problem so far)
- State space: all possible sequences
- Action space: insert/delete gap at position x,y (insert n gaps?)
- Discussion on Bellman equations
- Possibility of using CNNs to spot motifs
- Discussion on databases to use: UnitProct, BLOSUM, BLAST, Pfam
- Create RL agent to add/delete gaps for a small number of small sequences
- Continue literature review