Skip to content
This repository has been archived by the owner on Nov 22, 2018. It is now read-only.

Releases: janhohenheim/Hippocrates

v3.1.0

29 Nov 10:10
v3.1.0
f4005a9
Compare
Choose a tag to compare

v3.0.0

17 Nov 12:43
ea47a92
Compare
Choose a tag to compare
Merge branch 'development'

Release v2.0.0

22 Sep 07:33
Compare
Choose a tag to compare
  • Changed the API to make TrainingParameters optional
  • Added suport for suppervised learning
  • Added Integration tests as a basic documentation
  • Refactored code to more modern C++

Stable

22 Jun 15:19
Compare
Choose a tag to compare

Can produce logs in the form of JSON Files, various optimizations and speed enhancements.

Stable

08 Jun 12:32
Compare
Choose a tag to compare

This solves XOR, described as a ^ b = c

a b c
0 0 0
0 1 1
1 0 1
1 1 0