#include namespace psemek::ml { char const * unknown_activation_type::what() const noexcept { return "unknown activation type"; } }