|
|
6fc476f1f0
|
Support building without Boost.Stacktrace
|
2025-01-26 14:45:43 +03:00 |
|
|
|
85d7a0ca33
|
Huge refactor: use util::exception everywhere instead of std exceptions
|
2023-08-06 18:33:07 +03:00 |
|
|
|
8630525dcf
|
Add ml::neural_net_learner implementation with backpropagation, gradient descent, and tests
|
2022-01-21 12:12:38 +03:00 |
|
|
|
b47b6aa224
|
Fix ml::unknown_activation_type overriding what()
|
2022-01-21 12:10:51 +03:00 |
|
|
|
11b2d002ba
|
Move neural net errors to a separate file
|
2022-01-20 20:07:36 +03:00 |
|
|
|
3a3fffa232
|
Add neural net random initialization
|
2022-01-20 14:16:54 +03:00 |
|
|
|
587a80b0de
|
Move neural net stuff to a separate subdirectory of ml
|
2022-01-20 14:16:22 +03:00 |
|
|
|
434c327a9d
|
Throw an exception if number of neural net layer sizes & activation types do not match
|
2022-01-20 13:46:09 +03:00 |
|
|
|
b2fea97c8f
|
Add new library for ML stuff & a neural net implementation
|
2022-01-19 20:12:15 +03:00 |
|