Skip to content
Snippets Groups Projects

dev to master

Merged René Schöne requested to merge dev into master
  1. Jun 20, 2021
  2. Jun 15, 2021
  3. Jun 07, 2021
  4. Jun 01, 2021
  5. May 28, 2021
  6. May 26, 2021
  7. Apr 13, 2021
  8. Feb 23, 2021
  9. Feb 15, 2021
  10. Feb 04, 2021
  11. Feb 03, 2021
  12. Feb 02, 2021
  13. Jan 31, 2021
  14. Jan 24, 2021
  15. Dec 08, 2020
  16. Nov 27, 2020
  17. Nov 23, 2020
  18. Nov 10, 2020
  19. Nov 22, 2019
  20. Nov 08, 2019
    • René Schöne's avatar
      New configuration for learner. · db733ca8
      René Schöne authored
      - ScenarioDefinition describes relevant items, kind of learner and initial data files
      - NormalizationHelper can now be serialized to JSON
      - Goal and kind of learner are now enums instead of integer constants
      - Added tests for loaded variants of learner
      db733ca8
  21. Oct 30, 2019
  22. Oct 28, 2019
    • René Schöne's avatar
      Tidy up learner. · 2762482d
      René Schöne authored
      - Introduce shutdown hook
      - Do not reload and retrain model upon prediction, but use already trained one
      2762482d
    • René Schöne's avatar
      Separate concerns when testing learner. · 4d859bd4
      René Schöne authored
      - 1) utility methods, 2) constants, 3) SUT, 4) Test code
      - Changed accuracy to 0.8 (hopefully low enough to always pass)
      - Make test CI output more verbose
      4d859bd4
  23. Oct 25, 2019
  24. Oct 24, 2019
  25. Aug 15, 2019
  26. Aug 14, 2019
    • René Schöne's avatar
      Make used machine learning configurable in starter. · 084d02df
      René Schöne authored
      - Introduced MachineLearningHandlerFactory to created Encoder and Decoder
      - Class is loaded at runtime, thus has to be in classpath, i.e., in Gradle dependencies
      - Added TestFactory for preference learning, which sets current activity identifier to all initially known color items
      - Fixed bug in Analyze to not set lastResult
      - Added relevant items to change events in REST API, and changed timestamp back to Unix timestamp
      - Make error message visible for failed item creation via REST API
      - Added isColorItem etc. for Item nonterminal
      084d02df
    • René Schöne's avatar
      Rename ItemPreference to ItemUpdate. · c8c4bbd4
      René Schöne authored
      - Update to latest relast version 0.2.2
      c8c4bbd4
    • René Schöne's avatar
      More cleanup. · d3d5c88e
      René Schöne authored
      - Code-reformat for Learner and MachineLearningImpl
      - Make MachineLearningModel.LastPreference optional
      - Use activities from model in MachineLearningImpl
      d3d5c88e
    • BBQ's avatar
    • BBQ's avatar
      add preference checking for benchmark · 30d19e5c
      BBQ authored
      30d19e5c
    • René Schöne's avatar
      Small cleanup. · adac26be
      René Schöne authored
      - Use non-deprecated API for MQTT
      - Remove test code in starter
      - Remove item references in starter configuration file
      adac26be
    • René Schöne's avatar
      Internal rewrite of MachineLearningResult to a nonterminal. · 0c8ebacd
      René Schöne authored
      - Make preference less noisy in logging
      - MachineLearningResult and ItemPreference have equals added
      - For classification, MachineLearningModel.classify() should be used as it sets lastPreference automatically
      - Analyze also checks for updated preference
      - Plan adds changed items of preference to recognition event
      - Learner returns recognized activity correctly
      0c8ebacd
  27. Aug 13, 2019
  28. Aug 12, 2019
Loading