Re: [Math] Kohonen's SOFM

2014-01-04 Thread Gilles
On Fri, 03 Jan 2014 21:17:43 +0100, Thomas Neidhart wrote: On 12/28/2013 06:35 PM, Gilles wrote: Hi. I've just attached the proposed implementation: https://issues.apache.org/jira/browse/MATH-923 It is part of a new package "o.a.c.m.ml.neuralnet" that is supposed to contain tools for creating

Re: [Math] Kohonen's SOFM

2014-01-03 Thread Thomas Neidhart
On 12/28/2013 06:35 PM, Gilles wrote: > Hi. > > I've just attached the proposed implementation: > https://issues.apache.org/jira/browse/MATH-923 > > It is part of a new package "o.a.c.m.ml.neuralnet" that is supposed > to contain tools for creating artificial neural networks; however > the code

Re: [Math] Kohonen's SOFM

2013-12-29 Thread Thomas Neidhart
On 12/28/2013 06:35 PM, Gilles wrote: > Hi. > > I've just attached the proposed implementation: > https://issues.apache.org/jira/browse/MATH-923 > > It is part of a new package "o.a.c.m.ml.neuralnet" that is supposed > to contain tools for creating artificial neural networks; however > the code

[Math] Kohonen's SOFM

2013-12-28 Thread Gilles
Hi. I've just attached the proposed implementation: https://issues.apache.org/jira/browse/MATH-923 It is part of a new package "o.a.c.m.ml.neuralnet" that is supposed to contain tools for creating artificial neural networks; however the code has been written based on the single SOFM use case.