- 可以開始研究如何把我們在Second Price Auction的應用拓展到First Price
- Challenge: Where is the data of first price auction?
- 我認為在 KDD 2018 Deep Censored Learning 之中,我們測試三種 parametric distribution 不是對的方向
- 我希望可以有更有彈性的,對於 distribution 的描述
September 7, 2018
\[\mathbb{L}(\delta = y - f(\tau, x)) = \left\{\begin{array}{lc} \tau \delta & \text{ if } \delta \geq 0, \\ (\tau - 1) \delta & \text{ if } \delta < 0. \end{array}\right.\]
\[\mathbb{L}(\delta = y - max(C, f(\tau, x))) = \left\{\begin{array}{lc} \tau \delta & \text{ if } \delta \geq 0, \\ (\tau - 1) \delta & \text{ if } \delta < 0. \end{array}\right.\]