diff --git a/README.md b/README.md index 2f2134a..cddf4c3 100644 --- a/README.md +++ b/README.md @@ -10,9 +10,6 @@ We appreciate citations if you reference this work in a scientific publication. ### APA Labrèche, G., Soto, T., Ntagiou, E., & Evans, D. (2021). In-Flight Training of a FDIR Model with Online Machine Learning on the OPS-SAT Spacecraft. In _The 16th International Conference on Space Operations, SpaceOps_. AIAA. -### Bibtex -Available soon, once published. - ## Repository Structure - **Boost**: C++ implementation of Online Multi-Class LPBoost, Online Multi-Class Gradient Boost, and Online Random Forest algorithms. These were not included in OrbitAI in the end due to unresolved serialization issues. Kept in the repository as a reference and in case of future use. - **Mochi**: C++ implementation of ADAM, Adagarad RDA, AROW, SCW, NHERD, and PA algorithms. These are used by the OrbitAI app for online ML.