2013/9/7 Sean Violante :
>> Large Number of Dummy Variables or other sparse data.
>> Normally you would normalise your inputs and have common C
>> but then you lose sparsity increasing memory consumption and make
>> calculations longer
[snip]
>> I agree I could rescale my inputs. But imagine I
>
> Just to check that there is no way of passing a vector of C's
>
> Use Case:
>
> Large Number of Dummy Variables or other sparse data.
> Normally you would normalise your inputs and have common C
> but then you lose sparsity increasing memory consumption and make
> calculations longer
>
> Do