Coin#

Coin is a regressor, which is based on this paper. It is parameter free in that it does not require the learning rate to be specified.

Configuration#

Typename: Coin

Property

Type

Default value

alpha

number

4

beta

number

1

l1Lambda

number

0

l2Lambda

number

0

linkFunction

string

Identity

lossFunction

object

{'Squared': {}}

Types#