On Tue, 28 Jan 2014 21:25:54 -0800, Ayushi Dalmia wrote:
> Hello,
>
> I am trying to implement IBM Model 1. In that I need to create a matrix
> of 5*5 with double values. Currently I am using dict of dict but
> it is unable to support such high dimensions and hence gives memory
> error. A
On Wednesday, January 29, 2014 10:55:54 AM UTC+5:30, Ayushi Dalmia wrote:
> Hello,
>
>
>
> I am trying to implement IBM Model 1. In that I need to create a matrix of
> 5*5 with double values. Currently I am using dict of dict but it is
> unable to support such high dimensions and hence
Quoting Ayushi Dalmia (2014-01-29 06:25:54)
> Hello,
>
> I am trying to implement IBM Model 1. In that I need to create a matrix of
> 5*5 with double values. Currently I am using dict of dict but it is
> unable to support such high dimensions and hence gives memory error. Any help
> in
On Wednesday, January 29, 2014 10:55:54 AM UTC+5:30, Ayushi Dalmia wrote:
> Hello,
>
>
>
> I am trying to implement IBM Model 1. In that I need to create a matrix of
> 5*5 with double values. Currently I am using dict of dict but it is
> unable to support such high dimensions and hence
Hello,
I am trying to implement IBM Model 1. In that I need to create a matrix of
5*5 with double values. Currently I am using dict of dict but it is
unable to support such high dimensions and hence gives memory error. Any help
in this regard will be useful. I understand that I cannot s