【发布时间】:2020-07-30 01:44:00
【问题描述】:
我有一个基于各种独立特征的回归模型,这些特征最终使用自定义损失函数预测值。有点类似于下面的链接。
https://www.evergreeninnovations.co/blog-quantile-loss-function-for-machine-learning/
当前模型是使用 Tensorflow 库构建的,但现在我想使用 MXNet,因为它提供的速度和其他优势。如何用自定义损失函数在 MXNet 中编写类似的逻辑?
【问题讨论】:
标签: tensorflow machine-learning regression loss-function mxnet