This repository has been archived by the owner on Nov 22, 2018. It is now read-only.
Releases: janhohenheim/Hippocrates
Releases · janhohenheim/Hippocrates
v3.1.0
v3.0.0
Merge branch 'development'
Release v2.0.0
- 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
Can produce logs in the form of JSON Files, various optimizations and speed enhancements.
Stable
This solves XOR, described as a ^ b = c
a | b | c |
---|---|---|
0 | 0 | 0 |
0 | 1 | 1 |
1 | 0 | 1 |
1 | 1 | 0 |