Skip to content

Latest commit

 

History

History
9 lines (9 loc) · 610 Bytes

TODO.md

File metadata and controls

9 lines (9 loc) · 610 Bytes
  • Implement CCNN model, preferably in its own class
    • Run original CCNN code
    • Implement numpy features with PyTorch
  • Implement bootstrapping method using CCNN
  • Implement training utilizing bootstrapping
    • Also implement the option to use transfer learning for CCNNs with >2 layers
      • Implement the option to use transfer learning methods proposed in paper
      • Add the novelties from UQ-Bootstrap paper
  • Fill in README when there is enough information & the structure of project is defined