You can subscribe to this list here.
2005 |
Jan
|
Feb
|
Mar
|
Apr
(11) |
May
(6) |
Jun
(9) |
Jul
|
Aug
(1) |
Sep
|
Oct
(4) |
Nov
(7) |
Dec
(2) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2006 |
Jan
(1) |
Feb
(2) |
Mar
(3) |
Apr
|
May
|
Jun
(4) |
Jul
|
Aug
|
Sep
(2) |
Oct
|
Nov
|
Dec
|
2007 |
Jan
|
Feb
|
Mar
(2) |
Apr
|
May
|
Jun
(4) |
Jul
(4) |
Aug
(13) |
Sep
|
Oct
(14) |
Nov
|
Dec
(3) |
2008 |
Jan
(3) |
Feb
(1) |
Mar
|
Apr
(2) |
May
(5) |
Jun
(1) |
Jul
(11) |
Aug
(3) |
Sep
|
Oct
(5) |
Nov
(1) |
Dec
(3) |
2009 |
Jan
|
Feb
(2) |
Mar
|
Apr
(1) |
May
(2) |
Jun
(1) |
Jul
(1) |
Aug
|
Sep
|
Oct
(5) |
Nov
|
Dec
(1) |
2010 |
Jan
(4) |
Feb
(1) |
Mar
(4) |
Apr
(1) |
May
|
Jun
(1) |
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2011 |
Jan
(1) |
Feb
(1) |
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2012 |
Jan
|
Feb
(1) |
Mar
(1) |
Apr
(1) |
May
|
Jun
|
Jul
|
Aug
(2) |
Sep
|
Oct
|
Nov
(1) |
Dec
|
2013 |
Jan
|
Feb
|
Mar
(3) |
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2014 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
(1) |
Aug
|
Sep
(2) |
Oct
|
Nov
|
Dec
|
2015 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
(1) |
Aug
|
Sep
|
Oct
|
Nov
|
Dec
(4) |
2016 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
(1) |
Dec
|
2017 |
Jan
|
Feb
|
Mar
|
Apr
(1) |
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
From: Flavius da L. G. <fl...@dc...> - 2007-08-17 15:10:45
|
Hi Fabian and Yok, I actualized my toolbox with missing files which you send, but the troubles remains (see below). What can I try now? Yok, do you succeeded in completing your work? Thanks Flavius Gorgônio >> esom_demo ??? Error using ==> load_system There is no system named '4.408357E-001 -7.280088E-002 -2.103747E+000 ' to open. Error in ==> simulink\private\fixpt_blks_in_mdl at 38 load_system(model); Error in ==> simulink\private\linmodsupported at 16 if fixpt_blks_in_mdl(model,followLinks) Error in ==> trim at 52 supportMsg = linmodsupported(fcn); Error in ==> loadlrnfast at 75 while ((length(trim(line))<10) || strcmp(trim(line),'0.0000000e+000') || strcmp(trim(line),'0000000e+000')) Error in ==> loadlrn at 56 [data,names,defined] = loadlrnfast(filename); Error in ==> esom_train at 144 data = loadlrn([prefix, '.lrn']); Error in ==> esom_demo at 61 [wts, bm, umx] = esom_train(NOData, prefix, epochs, rows, columns, grid, radius, learn, algorithm); >> > Hi, > > even if it doesn't look like it this is also an error due to a missing > file. > our "trim" function is missing and instead one of the same name in > simulink is found and used. > > I included all missing files that I know about in a *.zip file that is > linked on > http://databionic-esom.sourceforge.net/install.html > please keep complaining until it works. > > When I developed the toolbox I must have had all this code in my > matlab search p[ath without thinking about it. you guys seem to be > the first people using the matlab interface (at least the first that ever > complained). > > fabian > > Yok Yen wrote: >> >> I still not able to get esom_demo.m running... >> The follow error occurs.. >> >> ??? Error using ==> load_system >> There is no system named '4.408357E-001 -7.280088E-002 >> -2.103747E+000 >> ' to open. >> >> Error in ==> simulink\private\fixpt_blks_in_mdl at 38 >> load_system(model); >> >> Error in ==> simulink\private\linmodsupported at 16 >> if fixpt_blks_in_mdl(model,followLinks) >> >> Error in ==> trim at 52 >> supportMsg = linmodsupported(fcn); >> >> Error in ==> loadlrnfast at 76 >> while ((length(trim(line))<10) || strcmp(trim(line),'0.0000000e+000') >> || strcmp(trim(line),'0000000e+000')) >> >> Error in ==> loadlrn at 56 >> [data,names,defined] = loadlrnfast(filename); >> >> Error in ==> esom_train at 144 >> data = loadlrn([prefix, '.lrn']); >> >> Error in ==> esom_demo at 61 >> [wts, bm, umx] = esom_train(NOData, prefix, epochs, rows, columns, >> grid, radius, learn, algorithm); >> >> regards, >> yok yen >> On 8/16/07, *Fabian Mörchen* <fa...@my... >> <mailto:fa...@my...>> wrote: >> >> Yok Yen wrote: >> > Hi Fabian, >> > >> > Thanks for your support. >> > I still getting an error while trying to run the esom_demo.m >> > >> > ??? Undefined command/function 'isnumber'. >> > >> > Error in ==> loadlrnfast at 69 >> > if ~isnumber(t) >> > >> > Error in ==> loadlrn at 56 >> > [data,names,defined] = loadlrnfast(filename); >> > >> > Error in ==> esom_train at 144 >> > data = loadlrn([prefix, '.lrn']); >> > >> > Error in ==> esom_demo at 61 >> > [wts, bm, umx] = esom_train(NOData, prefix, epochs, rows, columns, >> > grid, radius, learn, algorithm); >> > >> > regards, >> > yok yen >> > >> > On 8/16/07, *Fabian Mörchen * <fa...@my... >> <mailto:fa...@my...> >> > <mailto:fa...@my... <mailto:fa...@my...>>> wrote: >> > >> > Yok, >> > >> > there seem to be some general functions missing. they are >> > attached. I hope to get to create an updated version with >> everything >> > some time. >> > >> > fabian >> > >> > Yok Yen wrote: >> > > >> > > Hi, >> > > >> > > I am trying to integrate ESOM with my matlab problem. >> > > However, it is not successful. >> > > Hope to seek your help in this. >> > > Thanks in advance. >> > > >> > > The errors that shows up when I try to run esom_demo.m are >> as >> > follows: >> > > 1) >> > > >> esom_demo >> > > ??? Undefined command/function 'tail'. >> > > >> > > Error in ==> addfileext at 29 >> > > if ~strcmp(tail(filename,length(ext)),ext) >> > > >> > > Error in ==> savecls at 32 >> > > filename = addfileext(filename,'.cls'); >> > > >> > > Error in ==> esom_demo at 54 >> > > savecls('demo.cls', key, cls); >> > > >> > > 2) >> > > ??? Undefined command/function 'head'. >> > > >> > > Error in ==> loadlrnfast at 60 >> > > tokens = strread(deblank(head(line,-1)),'%s\t'); >> > > >> > > Error in ==> loadlrn at 56 >> > > [data,names,defined] = loadlrnfast(filename); >> > > >> > > Error in ==> esom_train at 144 >> > > data = loadlrn([prefix, '.lrn']); >> > > >> > > Error in ==> esom_demo at 61 >> > > [wts, bm, umx] = esom_train(NOData, prefix, epochs, rows, >> columns, >> > > grid, radius, learn, algorithm); >> > > >> > > regards, >> > > yok yen >> > > >> > >> ------------------------------------------------------------------------ >> > > >> > > >> > >> ------------------------------------------------------------------------- >> > > This SF.net email is sponsored by: Splunk Inc. >> > > Still grepping through log files to find problems? Stop. >> > > Now Search log events and configuration files using AJAX and >> a >> > browser. >> > > Download your FREE copy of Splunk now >> >> http://get.splunk.com/ <http://get.splunk.com/> >> > > >> > >> ------------------------------------------------------------------------ >> > > >> > > _______________________________________________ >> > > Databionic-ESOM-User mailing list >> > > Dat...@li... >> <mailto:Dat...@li...> >> > <mailto:Dat...@li... >> <mailto:Dat...@li...>> >> > > >> > >> https://lists.sourceforge.net/lists/listinfo/databionic-esom-user >> > < >> https://lists.sourceforge.net/lists/listinfo/databionic-esom-user> >> > > >> > >> > >> > >> ------------------------------------------------------------------------- >> > This SF.net email is sponsored by: Splunk Inc. >> > Still grepping through log files to find problems? Stop. >> > Now Search log events and configuration files using AJAX and a >> > browser. >> > Download your FREE copy of Splunk now >> >> http://get.splunk.com/ >> > _______________________________________________ >> > Databionic-ESOM-User mailing list >> > Dat...@li... >> <mailto:Dat...@li...> >> > <mailto:Dat...@li... >> <mailto:Dat...@li...>> >> > >> https://lists.sourceforge.net/lists/listinfo/databionic-esom-user >> > >> > >> > >> > >> ------------------------------------------------------------------------ >> > >> > >> ------------------------------------------------------------------------- >> >> > This SF.net email is sponsored by: Splunk Inc. >> > Still grepping through log files to find problems? Stop. >> > Now Search log events and configuration files using AJAX and a >> browser. >> > Download your FREE copy of Splunk now >> http://get.splunk.com/ >> > >> ------------------------------------------------------------------------ >> > >> > _______________________________________________ >> > Databionic-ESOM-User mailing list >> > Dat...@li... >> <mailto:Dat...@li...> >> > >> https://lists.sourceforge.net/lists/listinfo/databionic-esom-user >> <https://lists.sourceforge.net/lists/listinfo/databionic-esom-user> >> > >> >> >> ------------------------------------------------------------------------- >> This SF.net email is sponsored by: Splunk Inc. >> Still grepping through log files to find problems? Stop. >> Now Search log events and configuration files using AJAX and a >> browser. >> Download your FREE copy of Splunk now >> http://get.splunk.com/ >> _______________________________________________ >> Databionic-ESOM-User mailing list >> Dat...@li... >> <mailto:Dat...@li...> >> https://lists.sourceforge.net/lists/listinfo/databionic-esom-user >> >> >> >> ------------------------------------------------------------------------ >> >> ------------------------------------------------------------------------- >> This SF.net email is sponsored by: Splunk Inc. >> Still grepping through log files to find problems? Stop. >> Now Search log events and configuration files using AJAX and a browser. >> Download your FREE copy of Splunk now >> http://get.splunk.com/ >> ------------------------------------------------------------------------ >> >> _______________________________________________ >> Databionic-ESOM-User mailing list >> Dat...@li... >> https://lists.sourceforge.net/lists/listinfo/databionic-esom-user >> > > > ------------------------------------------------------------------------- > This SF.net email is sponsored by: Splunk Inc. > Still grepping through log files to find problems? Stop. > Now Search log events and configuration files using AJAX and a browser. > Download your FREE copy of Splunk now >> http://get.splunk.com/ > _______________________________________________ > Databionic-ESOM-User mailing list > Dat...@li... > https://lists.sourceforge.net/lists/listinfo/databionic-esom-user > |
From: <fa...@my...> - 2007-08-17 00:20:10
|
Hi, even if it doesn't look like it this is also an error due to a missing file. our "trim" function is missing and instead one of the same name in simulink is found and used. I included all missing files that I know about in a *.zip file that is linked on http://databionic-esom.sourceforge.net/install.html please keep complaining until it works. When I developed the toolbox I must have had all this code in my matlab search p[ath without thinking about it. you guys seem to be the first people using the matlab interface (at least the first that ever complained). fabian Yok Yen wrote: > > I still not able to get esom_demo.m running... > The follow error occurs.. > > ??? Error using ==> load_system > There is no system named '4.408357E-001 -7.280088E-002 > -2.103747E+000 > ' to open. > > Error in ==> simulink\private\fixpt_blks_in_mdl at 38 > load_system(model); > > Error in ==> simulink\private\linmodsupported at 16 > if fixpt_blks_in_mdl(model,followLinks) > > Error in ==> trim at 52 > supportMsg = linmodsupported(fcn); > > Error in ==> loadlrnfast at 76 > while ((length(trim(line))<10) || strcmp(trim(line),'0.0000000e+000') > || strcmp(trim(line),'0000000e+000')) > > Error in ==> loadlrn at 56 > [data,names,defined] = loadlrnfast(filename); > > Error in ==> esom_train at 144 > data = loadlrn([prefix, '.lrn']); > > Error in ==> esom_demo at 61 > [wts, bm, umx] = esom_train(NOData, prefix, epochs, rows, columns, > grid, radius, learn, algorithm); > > regards, > yok yen > On 8/16/07, *Fabian Mörchen* <fa...@my... > <mailto:fa...@my...>> wrote: > > Yok Yen wrote: > > Hi Fabian, > > > > Thanks for your support. > > I still getting an error while trying to run the esom_demo.m > > > > ??? Undefined command/function 'isnumber'. > > > > Error in ==> loadlrnfast at 69 > > if ~isnumber(t) > > > > Error in ==> loadlrn at 56 > > [data,names,defined] = loadlrnfast(filename); > > > > Error in ==> esom_train at 144 > > data = loadlrn([prefix, '.lrn']); > > > > Error in ==> esom_demo at 61 > > [wts, bm, umx] = esom_train(NOData, prefix, epochs, rows, columns, > > grid, radius, learn, algorithm); > > > > regards, > > yok yen > > > > On 8/16/07, *Fabian Mörchen * <fa...@my... > <mailto:fa...@my...> > > <mailto:fa...@my... <mailto:fa...@my...>>> wrote: > > > > Yok, > > > > there seem to be some general functions missing. they are > > attached. I hope to get to create an updated version with > everything > > some time. > > > > fabian > > > > Yok Yen wrote: > > > > > > Hi, > > > > > > I am trying to integrate ESOM with my matlab problem. > > > However, it is not successful. > > > Hope to seek your help in this. > > > Thanks in advance. > > > > > > The errors that shows up when I try to run esom_demo.m are as > > follows: > > > 1) > > > >> esom_demo > > > ??? Undefined command/function 'tail'. > > > > > > Error in ==> addfileext at 29 > > > if ~strcmp(tail(filename,length(ext)),ext) > > > > > > Error in ==> savecls at 32 > > > filename = addfileext(filename,'.cls'); > > > > > > Error in ==> esom_demo at 54 > > > savecls('demo.cls', key, cls); > > > > > > 2) > > > ??? Undefined command/function 'head'. > > > > > > Error in ==> loadlrnfast at 60 > > > tokens = strread(deblank(head(line,-1)),'%s\t'); > > > > > > Error in ==> loadlrn at 56 > > > [data,names,defined] = loadlrnfast(filename); > > > > > > Error in ==> esom_train at 144 > > > data = loadlrn([prefix, '.lrn']); > > > > > > Error in ==> esom_demo at 61 > > > [wts, bm, umx] = esom_train(NOData, prefix, epochs, rows, > columns, > > > grid, radius, learn, algorithm); > > > > > > regards, > > > yok yen > > > > > > ------------------------------------------------------------------------ > > > > > > > > > ------------------------------------------------------------------------- > > > This SF.net email is sponsored by: Splunk Inc. > > > Still grepping through log files to find problems? Stop. > > > Now Search log events and configuration files using AJAX and a > > browser. > > > Download your FREE copy of Splunk now >> > http://get.splunk.com/ <http://get.splunk.com/> > > > > > > ------------------------------------------------------------------------ > > > > > > _______________________________________________ > > > Databionic-ESOM-User mailing list > > > Dat...@li... > <mailto:Dat...@li...> > > <mailto:Dat...@li... > <mailto:Dat...@li...>> > > > > > > https://lists.sourceforge.net/lists/listinfo/databionic-esom-user > > < > https://lists.sourceforge.net/lists/listinfo/databionic-esom-user> > > > > > > > > > > ------------------------------------------------------------------------- > > This SF.net email is sponsored by: Splunk Inc. > > Still grepping through log files to find problems? Stop. > > Now Search log events and configuration files using AJAX and a > > browser. > > Download your FREE copy of Splunk now >> > http://get.splunk.com/ > > _______________________________________________ > > Databionic-ESOM-User mailing list > > Dat...@li... > <mailto:Dat...@li...> > > <mailto:Dat...@li... > <mailto:Dat...@li...>> > > > https://lists.sourceforge.net/lists/listinfo/databionic-esom-user > > > > > > > > > ------------------------------------------------------------------------ > > > > > ------------------------------------------------------------------------- > > > This SF.net email is sponsored by: Splunk Inc. > > Still grepping through log files to find problems? Stop. > > Now Search log events and configuration files using AJAX and a > browser. > > Download your FREE copy of Splunk now >> http://get.splunk.com/ > > > ------------------------------------------------------------------------ > > > > _______________________________________________ > > Databionic-ESOM-User mailing list > > Dat...@li... > <mailto:Dat...@li...> > > > https://lists.sourceforge.net/lists/listinfo/databionic-esom-user > <https://lists.sourceforge.net/lists/listinfo/databionic-esom-user> > > > > > ------------------------------------------------------------------------- > This SF.net email is sponsored by: Splunk Inc. > Still grepping through log files to find problems? Stop. > Now Search log events and configuration files using AJAX and a > browser. > Download your FREE copy of Splunk now >> http://get.splunk.com/ > _______________________________________________ > Databionic-ESOM-User mailing list > Dat...@li... > <mailto:Dat...@li...> > https://lists.sourceforge.net/lists/listinfo/databionic-esom-user > > > > ------------------------------------------------------------------------ > > ------------------------------------------------------------------------- > This SF.net email is sponsored by: Splunk Inc. > Still grepping through log files to find problems? Stop. > Now Search log events and configuration files using AJAX and a browser. > Download your FREE copy of Splunk now >> http://get.splunk.com/ > ------------------------------------------------------------------------ > > _______________________________________________ > Databionic-ESOM-User mailing list > Dat...@li... > https://lists.sourceforge.net/lists/listinfo/databionic-esom-user > |
From: Flavius da L. G. <fl...@dc...> - 2007-08-16 12:09:22
|
Hi Yok Yen, I had the same problem recently. Although include all this functions, I can´t do it to run due to this error. Flavius > I still not able to get esom_demo.m running... > The follow error occurs.. > > ??? Error using ==> load_system > There is no system named '4.408357E-001 -7.280088E-002 > -2.103747E+000 > ' to open. > > Error in ==> simulink\private\fixpt_blks_in_mdl at 38 > load_system(model); > > Error in ==> simulink\private\linmodsupported at 16 > if fixpt_blks_in_mdl(model,followLinks) > > Error in ==> trim at 52 > supportMsg = linmodsupported(fcn); > > Error in ==> loadlrnfast at 76 > while ((length(trim(line))<10) || strcmp(trim(line),'0.0000000e+000') || > strcmp(trim(line),'0000000e+000')) > > Error in ==> loadlrn at 56 > [data,names,defined] = loadlrnfast(filename); > > Error in ==> esom_train at 144 > data = loadlrn([prefix, '.lrn']); > > Error in ==> esom_demo at 61 > [wts, bm, umx] = esom_train(NOData, prefix, epochs, rows, columns, grid, > radius, learn, algorithm); > > regards, > yok yen > On 8/16/07, Fabian Mörchen <fa...@my...> wrote: >> >> Yok Yen wrote: >> > Hi Fabian, >> > >> > Thanks for your support. >> > I still getting an error while trying to run the esom_demo.m >> > >> > ??? Undefined command/function 'isnumber'. >> > >> > Error in ==> loadlrnfast at 69 >> > if ~isnumber(t) >> > >> > Error in ==> loadlrn at 56 >> > [data,names,defined] = loadlrnfast(filename); >> > >> > Error in ==> esom_train at 144 >> > data = loadlrn([prefix, '.lrn']); >> > >> > Error in ==> esom_demo at 61 >> > [wts, bm, umx] = esom_train(NOData, prefix, epochs, rows, columns, >> > grid, radius, learn, algorithm); >> > >> > regards, >> > yok yen >> > >> > On 8/16/07, *Fabian Mörchen * <fa...@my... >> > <mailto:fa...@my...>> wrote: >> > >> > Yok, >> > >> > there seem to be some general functions missing. they are >> > attached. I hope to get to create an updated version with >> everything >> > some time. >> > >> > fabian >> > >> > Yok Yen wrote: >> > > >> > > Hi, >> > > >> > > I am trying to integrate ESOM with my matlab problem. >> > > However, it is not successful. >> > > Hope to seek your help in this. >> > > Thanks in advance. >> > > >> > > The errors that shows up when I try to run esom_demo.m are as >> > follows: >> > > 1) >> > > >> esom_demo >> > > ??? Undefined command/function 'tail'. >> > > >> > > Error in ==> addfileext at 29 >> > > if ~strcmp(tail(filename,length(ext)),ext) >> > > >> > > Error in ==> savecls at 32 >> > > filename = addfileext(filename,'.cls'); >> > > >> > > Error in ==> esom_demo at 54 >> > > savecls('demo.cls', key, cls); >> > > >> > > 2) >> > > ??? Undefined command/function 'head'. >> > > >> > > Error in ==> loadlrnfast at 60 >> > > tokens = strread(deblank(head(line,-1)),'%s\t'); >> > > >> > > Error in ==> loadlrn at 56 >> > > [data,names,defined] = loadlrnfast(filename); >> > > >> > > Error in ==> esom_train at 144 >> > > data = loadlrn([prefix, '.lrn']); >> > > >> > > Error in ==> esom_demo at 61 >> > > [wts, bm, umx] = esom_train(NOData, prefix, epochs, rows, >> columns, >> > > grid, radius, learn, algorithm); >> > > >> > > regards, >> > > yok yen >> > > >> > >> ------------------------------------------------------------------------ >> > > >> > > >> > >> ------------------------------------------------------------------------- >> > > This SF.net email is sponsored by: Splunk Inc. >> > > Still grepping through log files to find problems? Stop. >> > > Now Search log events and configuration files using AJAX and a >> > browser. >> > > Download your FREE copy of Splunk now >> >> http://get.splunk.com/ >> > > >> > >> ------------------------------------------------------------------------ >> > > >> > > _______________________________________________ >> > > Databionic-ESOM-User mailing list >> > > Dat...@li... >> > <mailto:Dat...@li...> >> > > >> > https://lists.sourceforge.net/lists/listinfo/databionic-esom-user >> > <https://lists.sourceforge.net/lists/listinfo/databionic-esom-user> >> > > >> > >> > >> > >> ------------------------------------------------------------------------- >> > This SF.net email is sponsored by: Splunk Inc. >> > Still grepping through log files to find problems? Stop. >> > Now Search log events and configuration files using AJAX and a >> > browser. >> > Download your FREE copy of Splunk now >> http://get.splunk.com/ >> > _______________________________________________ >> > Databionic-ESOM-User mailing list >> > Dat...@li... >> > <mailto:Dat...@li...> >> > https://lists.sourceforge.net/lists/listinfo/databionic-esom-user >> > >> > >> > >> > ------------------------------------------------------------------------ >> > >> > >> ------------------------------------------------------------------------- >> > This SF.net email is sponsored by: Splunk Inc. >> > Still grepping through log files to find problems? Stop. >> > Now Search log events and configuration files using AJAX and a >> browser. >> > Download your FREE copy of Splunk now >> http://get.splunk.com/ >> > ------------------------------------------------------------------------ >> > >> > _______________________________________________ >> > Databionic-ESOM-User mailing list >> > Dat...@li... >> > https://lists.sourceforge.net/lists/listinfo/databionic-esom-user >> > >> >> >> ------------------------------------------------------------------------- >> This SF.net email is sponsored by: Splunk Inc. >> Still grepping through log files to find problems? Stop. >> Now Search log events and configuration files using AJAX and a browser. >> Download your FREE copy of Splunk now >> http://get.splunk.com/ >> _______________________________________________ >> Databionic-ESOM-User mailing list >> Dat...@li... >> https://lists.sourceforge.net/lists/listinfo/databionic-esom-user >> >> >> > ------------------------------------------------------------------------- > This SF.net email is sponsored by: Splunk Inc. > Still grepping through log files to find problems? Stop. > Now Search log events and configuration files using AJAX and a browser. > Download your FREE copy of Splunk now >> > http://get.splunk.com/_______________________________________________ > Databionic-ESOM-User mailing list > Dat...@li... > https://lists.sourceforge.net/lists/listinfo/databionic-esom-user > |
From: Yok Y. <yo...@gm...> - 2007-08-16 03:05:34
|
I still not able to get esom_demo.m running... The follow error occurs.. ??? Error using =3D=3D> load_system There is no system named '4.408357E-001 -7.280088E-002 -2.103747E+000 ' to open. Error in =3D=3D> simulink\private\fixpt_blks_in_mdl at 38 load_system(model); Error in =3D=3D> simulink\private\linmodsupported at 16 if fixpt_blks_in_mdl(model,followLinks) Error in =3D=3D> trim at 52 supportMsg =3D linmodsupported(fcn); Error in =3D=3D> loadlrnfast at 76 while ((length(trim(line))<10) || strcmp(trim(line),'0.0000000e+000') || strcmp(trim(line),'0000000e+000')) Error in =3D=3D> loadlrn at 56 [data,names,defined] =3D loadlrnfast(filename); Error in =3D=3D> esom_train at 144 data =3D loadlrn([prefix, '.lrn']); Error in =3D=3D> esom_demo at 61 [wts, bm, umx] =3D esom_train(NOData, prefix, epochs, rows, columns, grid, radius, learn, algorithm); regards, yok yen On 8/16/07, Fabian M=F6rchen <fa...@my...> wrote: > > Yok Yen wrote: > > Hi Fabian, > > > > Thanks for your support. > > I still getting an error while trying to run the esom_demo.m > > > > ??? Undefined command/function 'isnumber'. > > > > Error in =3D=3D> loadlrnfast at 69 > > if ~isnumber(t) > > > > Error in =3D=3D> loadlrn at 56 > > [data,names,defined] =3D loadlrnfast(filename); > > > > Error in =3D=3D> esom_train at 144 > > data =3D loadlrn([prefix, '.lrn']); > > > > Error in =3D=3D> esom_demo at 61 > > [wts, bm, umx] =3D esom_train(NOData, prefix, epochs, rows, columns, > > grid, radius, learn, algorithm); > > > > regards, > > yok yen > > > > On 8/16/07, *Fabian M=F6rchen * <fa...@my... > > <mailto:fa...@my...>> wrote: > > > > Yok, > > > > there seem to be some general functions missing. they are > > attached. I hope to get to create an updated version with everythin= g > > some time. > > > > fabian > > > > Yok Yen wrote: > > > > > > Hi, > > > > > > I am trying to integrate ESOM with my matlab problem. > > > However, it is not successful. > > > Hope to seek your help in this. > > > Thanks in advance. > > > > > > The errors that shows up when I try to run esom_demo.m are as > > follows: > > > 1) > > > >> esom_demo > > > ??? Undefined command/function 'tail'. > > > > > > Error in =3D=3D> addfileext at 29 > > > if ~strcmp(tail(filename,length(ext)),ext) > > > > > > Error in =3D=3D> savecls at 32 > > > filename =3D addfileext(filename,'.cls'); > > > > > > Error in =3D=3D> esom_demo at 54 > > > savecls('demo.cls', key, cls); > > > > > > 2) > > > ??? Undefined command/function 'head'. > > > > > > Error in =3D=3D> loadlrnfast at 60 > > > tokens =3D strread(deblank(head(line,-1)),'%s\t'); > > > > > > Error in =3D=3D> loadlrn at 56 > > > [data,names,defined] =3D loadlrnfast(filename); > > > > > > Error in =3D=3D> esom_train at 144 > > > data =3D loadlrn([prefix, '.lrn']); > > > > > > Error in =3D=3D> esom_demo at 61 > > > [wts, bm, umx] =3D esom_train(NOData, prefix, epochs, rows, colum= ns, > > > grid, radius, learn, algorithm); > > > > > > regards, > > > yok yen > > > > > > ------------------------------------------------------------------------ > > > > > > > > > ------------------------------------------------------------------------- > > > This SF.net email is sponsored by: Splunk Inc. > > > Still grepping through log files to find problems? Stop. > > > Now Search log events and configuration files using AJAX and a > > browser. > > > Download your FREE copy of Splunk now >> http://get.splunk.com/ > > > > > > ------------------------------------------------------------------------ > > > > > > _______________________________________________ > > > Databionic-ESOM-User mailing list > > > Dat...@li... > > <mailto:Dat...@li...> > > > > > https://lists.sourceforge.net/lists/listinfo/databionic-esom-user > > <https://lists.sourceforge.net/lists/listinfo/databionic-esom-user> > > > > > > > > > > ------------------------------------------------------------------------- > > This SF.net email is sponsored by: Splunk Inc. > > Still grepping through log files to find problems? Stop. > > Now Search log events and configuration files using AJAX and a > > browser. > > Download your FREE copy of Splunk now >> http://get.splunk.com/ > > _______________________________________________ > > Databionic-ESOM-User mailing list > > Dat...@li... > > <mailto:Dat...@li...> > > https://lists.sourceforge.net/lists/listinfo/databionic-esom-user > > > > > > > > -----------------------------------------------------------------------= - > > > > > ------------------------------------------------------------------------- > > This SF.net email is sponsored by: Splunk Inc. > > Still grepping through log files to find problems? Stop. > > Now Search log events and configuration files using AJAX and a browser. > > Download your FREE copy of Splunk now >> http://get.splunk.com/ > > -----------------------------------------------------------------------= - > > > > _______________________________________________ > > Databionic-ESOM-User mailing list > > Dat...@li... > > https://lists.sourceforge.net/lists/listinfo/databionic-esom-user > > > > > ------------------------------------------------------------------------- > This SF.net email is sponsored by: Splunk Inc. > Still grepping through log files to find problems? Stop. > Now Search log events and configuration files using AJAX and a browser. > Download your FREE copy of Splunk now >> http://get.splunk.com/ > _______________________________________________ > Databionic-ESOM-User mailing list > Dat...@li... > https://lists.sourceforge.net/lists/listinfo/databionic-esom-user > > > |
From: <fa...@my...> - 2007-08-16 02:46:10
|
Yok Yen wrote: > Hi Fabian, > > Thanks for your support. > I still getting an error while trying to run the esom_demo.m > > ??? Undefined command/function 'isnumber'. > > Error in ==> loadlrnfast at 69 > if ~isnumber(t) > > Error in ==> loadlrn at 56 > [data,names,defined] = loadlrnfast(filename); > > Error in ==> esom_train at 144 > data = loadlrn([prefix, '.lrn']); > > Error in ==> esom_demo at 61 > [wts, bm, umx] = esom_train(NOData, prefix, epochs, rows, columns, > grid, radius, learn, algorithm); > > regards, > yok yen > > On 8/16/07, *Fabian Mörchen * <fa...@my... > <mailto:fa...@my...>> wrote: > > Yok, > > there seem to be some general functions missing. they are > attached. I hope to get to create an updated version with everything > some time. > > fabian > > Yok Yen wrote: > > > > Hi, > > > > I am trying to integrate ESOM with my matlab problem. > > However, it is not successful. > > Hope to seek your help in this. > > Thanks in advance. > > > > The errors that shows up when I try to run esom_demo.m are as > follows: > > 1) > > >> esom_demo > > ??? Undefined command/function 'tail'. > > > > Error in ==> addfileext at 29 > > if ~strcmp(tail(filename,length(ext)),ext) > > > > Error in ==> savecls at 32 > > filename = addfileext(filename,'.cls'); > > > > Error in ==> esom_demo at 54 > > savecls('demo.cls', key, cls); > > > > 2) > > ??? Undefined command/function 'head'. > > > > Error in ==> loadlrnfast at 60 > > tokens = strread(deblank(head(line,-1)),'%s\t'); > > > > Error in ==> loadlrn at 56 > > [data,names,defined] = loadlrnfast(filename); > > > > Error in ==> esom_train at 144 > > data = loadlrn([prefix, '.lrn']); > > > > Error in ==> esom_demo at 61 > > [wts, bm, umx] = esom_train(NOData, prefix, epochs, rows, columns, > > grid, radius, learn, algorithm); > > > > regards, > > yok yen > > > ------------------------------------------------------------------------ > > > > > ------------------------------------------------------------------------- > > This SF.net email is sponsored by: Splunk Inc. > > Still grepping through log files to find problems? Stop. > > Now Search log events and configuration files using AJAX and a > browser. > > Download your FREE copy of Splunk now >> http://get.splunk.com/ > > > ------------------------------------------------------------------------ > > > > _______________________________________________ > > Databionic-ESOM-User mailing list > > Dat...@li... > <mailto:Dat...@li...> > > > https://lists.sourceforge.net/lists/listinfo/databionic-esom-user > <https://lists.sourceforge.net/lists/listinfo/databionic-esom-user> > > > > > ------------------------------------------------------------------------- > This SF.net email is sponsored by: Splunk Inc. > Still grepping through log files to find problems? Stop. > Now Search log events and configuration files using AJAX and a > browser. > Download your FREE copy of Splunk now >> http://get.splunk.com/ > _______________________________________________ > Databionic-ESOM-User mailing list > Dat...@li... > <mailto:Dat...@li...> > https://lists.sourceforge.net/lists/listinfo/databionic-esom-user > > > > ------------------------------------------------------------------------ > > ------------------------------------------------------------------------- > This SF.net email is sponsored by: Splunk Inc. > Still grepping through log files to find problems? Stop. > Now Search log events and configuration files using AJAX and a browser. > Download your FREE copy of Splunk now >> http://get.splunk.com/ > ------------------------------------------------------------------------ > > _______________________________________________ > Databionic-ESOM-User mailing list > Dat...@li... > https://lists.sourceforge.net/lists/listinfo/databionic-esom-user > |
From: Yok Y. <yo...@gm...> - 2007-08-16 01:25:13
|
Hi Fabian, Thanks for your support. I still getting an error while trying to run the esom_demo.m ??? Undefined command/function 'isnumber'. Error in =3D=3D> loadlrnfast at 69 if ~isnumber(t) Error in =3D=3D> loadlrn at 56 [data,names,defined] =3D loadlrnfast(filename); Error in =3D=3D> esom_train at 144 data =3D loadlrn([prefix, '.lrn']); Error in =3D=3D> esom_demo at 61 [wts, bm, umx] =3D esom_train(NOData, prefix, epochs, rows, columns, grid, radius, learn, algorithm); regards, yok yen On 8/16/07, Fabian M=F6rchen <fa...@my...> wrote: > > Yok, > > there seem to be some general functions missing. they are > attached. I hope to get to create an updated version with everything > some time. > > fabian > > Yok Yen wrote: > > > > Hi, > > > > I am trying to integrate ESOM with my matlab problem. > > However, it is not successful. > > Hope to seek your help in this. > > Thanks in advance. > > > > The errors that shows up when I try to run esom_demo.m are as follows: > > 1) > > >> esom_demo > > ??? Undefined command/function 'tail'. > > > > Error in =3D=3D> addfileext at 29 > > if ~strcmp(tail(filename,length(ext)),ext) > > > > Error in =3D=3D> savecls at 32 > > filename =3D addfileext(filename,'.cls'); > > > > Error in =3D=3D> esom_demo at 54 > > savecls('demo.cls', key, cls); > > > > 2) > > ??? Undefined command/function 'head'. > > > > Error in =3D=3D> loadlrnfast at 60 > > tokens =3D strread(deblank(head(line,-1)),'%s\t'); > > > > Error in =3D=3D> loadlrn at 56 > > [data,names,defined] =3D loadlrnfast(filename); > > > > Error in =3D=3D> esom_train at 144 > > data =3D loadlrn([prefix, '.lrn']); > > > > Error in =3D=3D> esom_demo at 61 > > [wts, bm, umx] =3D esom_train(NOData, prefix, epochs, rows, columns, > > grid, radius, learn, algorithm); > > > > regards, > > yok yen > > -----------------------------------------------------------------------= - > > > > > ------------------------------------------------------------------------- > > This SF.net email is sponsored by: Splunk Inc. > > Still grepping through log files to find problems? Stop. > > Now Search log events and configuration files using AJAX and a browser. > > Download your FREE copy of Splunk now >> http://get.splunk.com/ > > -----------------------------------------------------------------------= - > > > > _______________________________________________ > > Databionic-ESOM-User mailing list > > Dat...@li... > > https://lists.sourceforge.net/lists/listinfo/databionic-esom-user > > > > > ------------------------------------------------------------------------- > This SF.net email is sponsored by: Splunk Inc. > Still grepping through log files to find problems? Stop. > Now Search log events and configuration files using AJAX and a browser. > Download your FREE copy of Splunk now >> http://get.splunk.com/ > _______________________________________________ > Databionic-ESOM-User mailing list > Dat...@li... > https://lists.sourceforge.net/lists/listinfo/databionic-esom-user > > > |
From: <fa...@my...> - 2007-08-16 01:04:32
|
Yok, there seem to be some general functions missing. they are attached. I hope to get to create an updated version with everything some time. fabian Yok Yen wrote: > > Hi, > > I am trying to integrate ESOM with my matlab problem. > However, it is not successful. > Hope to seek your help in this. > Thanks in advance. > > The errors that shows up when I try to run esom_demo.m are as follows: > 1) > >> esom_demo > ??? Undefined command/function 'tail'. > > Error in ==> addfileext at 29 > if ~strcmp(tail(filename,length(ext)),ext) > > Error in ==> savecls at 32 > filename = addfileext(filename,'.cls'); > > Error in ==> esom_demo at 54 > savecls('demo.cls', key, cls); > > 2) > ??? Undefined command/function 'head'. > > Error in ==> loadlrnfast at 60 > tokens = strread(deblank(head(line,-1)),'%s\t'); > > Error in ==> loadlrn at 56 > [data,names,defined] = loadlrnfast(filename); > > Error in ==> esom_train at 144 > data = loadlrn([prefix, '.lrn']); > > Error in ==> esom_demo at 61 > [wts, bm, umx] = esom_train(NOData, prefix, epochs, rows, columns, > grid, radius, learn, algorithm); > > regards, > yok yen > ------------------------------------------------------------------------ > > ------------------------------------------------------------------------- > This SF.net email is sponsored by: Splunk Inc. > Still grepping through log files to find problems? Stop. > Now Search log events and configuration files using AJAX and a browser. > Download your FREE copy of Splunk now >> http://get.splunk.com/ > ------------------------------------------------------------------------ > > _______________________________________________ > Databionic-ESOM-User mailing list > Dat...@li... > https://lists.sourceforge.net/lists/listinfo/databionic-esom-user > |
From: Yok Y. <yo...@gm...> - 2007-08-13 02:15:38
|
Hi, I am trying to integrate ESOM with my matlab problem. However, it is not successful. Hope to seek your help in this. Thanks in advance. The errors that shows up when I try to run esom_demo.m are as follows: 1) >> esom_demo ??? Undefined command/function 'tail'. Error in ==> addfileext at 29 if ~strcmp(tail(filename,length(ext)),ext) Error in ==> savecls at 32 filename = addfileext(filename,'.cls'); Error in ==> esom_demo at 54 savecls('demo.cls', key, cls); 2) ??? Undefined command/function 'head'. Error in ==> loadlrnfast at 60 tokens = strread(deblank(head(line,-1)),'%s\t'); Error in ==> loadlrn at 56 [data,names,defined] = loadlrnfast(filename); Error in ==> esom_train at 144 data = loadlrn([prefix, '.lrn']); Error in ==> esom_demo at 61 [wts, bm, umx] = esom_train(NOData, prefix, epochs, rows, columns, grid, radius, learn, algorithm); regards, yok yen |
From: Katerina M. <mit...@un...> - 2007-07-05 20:08:37
|
So th Mario Noecker wrote: >Hi Katerina, > >the only training error which is implemented yet, is the average >quantization error. > >If you change the entry for log4j.category.databionics in the >etc/esom.conf file from INFO to DEBUG the quantization error will be >logged after every epoch of training. > The average quantizatior error is the error printed for the last epoch? I have one more problem I had performed training with one dataset and a umx matrix is produced. when I load the cls file while I have open the umx the clustering is not successful. The bestmatches of one class are over the bestmatches of the other no clusters are created. any suggestions to solve this ?? Should I try another training alogorithm? My data is the problem? thanks, Katerina > > > > >Katerina Mitrokotsa wrote: > > >>Hi, >>I would like to know if eSOM tool provides a way to perform kfold, if >>there is way to see which is the training error when a perform a training >>and which are the parameters that are more important to change in order to >>perform the best tuning. >> >>thank you in advance, >>Katerina >> >> >> >>------------------------------------------------------------------------- >>Take Surveys. Earn Cash. Influence the Future of IT >>Join SourceForge.net's Techsay panel and you'll get the chance to share your >>opinions on IT & business topics through brief surveys-and earn cash >>http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV >>_______________________________________________ >>Databionic-ESOM-User mailing list >>Dat...@li... >>https://lists.sourceforge.net/lists/listinfo/databionic-esom-user >> >> >> > > >------------------------------------------------------------------------- >Take Surveys. Earn Cash. Influence the Future of IT >Join SourceForge.net's Techsay panel and you'll get the chance to share your >opinions on IT & business topics through brief surveys-and earn cash >http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV >_______________________________________________ >Databionic-ESOM-User mailing list >Dat...@li... >https://lists.sourceforge.net/lists/listinfo/databionic-esom-user > > > > > |
From: Matthew K. <ema...@in...> - 2007-07-02 13:20:50
|
Yes=21 That is a massive improvement. Thank you very much for replying so = promptly with a fix. I can now be reassured that the Hierarchical = Clustering (via DELTA) and SOM (via ESOM) aspects of my project are fairly = secure and move on to K-Means... It is worth noting that there is still some overlap - so perhaps some = later version could adjust the positioning of labels slightly to avoid = this. Nevertheless, I can replace the names (e.g. HD_189733) with shorter = numbers or an ID code for my purposes, and it is definitely usable. Regards, Matthew ____________________________________________________________ ONE-CLICK WEBMAIL ACCESS - Easily monitor & access your email accounts=21 Visit http://www.inbox.com/notifier and check it out=21 |
From: <fa...@my...> - 2007-07-02 01:49:02
|
Matthew, you are right, this function is not very well designed, yet. I tried a simple fix that limits the maximum font size to 12 (which was previously used at zoom level 6) and also uses a minimum font zise of 10. I will send a modified jar to your personal email, just replace the one in your lib folder. If you think this is better I will include it in a future release. fabian Matthew Karlsen wrote: > Hello, > > I have been using Databionics ESOM for my dissertation (amongst other software) as it is the best SOM clustering program that I have found. However, I have struck a very simple problem that renders it useless for my purposes, without substantial manual editing. > > The font (I am viewing it at 10x zoom, though it makes little difference since the map shrinks along with the font) appears extremely large (size 16 or similar) and hence the names (only about 8 characters long each) all run over each other and become illegible. It is exceedingly frustrating because were the font at, say, 8 or 10, at 10x zoom, then the application would be near perfect. > > Am I missing something obvious in the user interface, or will I have to find another program? (which I *really* don't want to do)... > > Thank you to anyone able to offer assistance. > > -Matthew Karlsen > > ____________________________________________________________ > ONE-CLICK WEBMAIL ACCESS - Easily monitor & access your email accounts! > Visit http://www.inbox.com/notifier and check it out! > > ------------------------------------------------------------------------- > This SF.net email is sponsored by DB2 Express > Download DB2 Express C - the FREE version of DB2 express and take > control of your XML. No limits. Just data. Click to get it now. > http://sourceforge.net/powerbar/db2/ > _______________________________________________ > Databionic-ESOM-User mailing list > Dat...@li... > https://lists.sourceforge.net/lists/listinfo/databionic-esom-user > > > |
From: <fa...@my...> - 2007-07-02 01:25:14
|
Sesan, we have successfully used ESOM with datasets of this size and beyond. It should in principle not make a difference except for the training time. are you using the same normalization? an error in preprocessing can lead to meaningless results. You may want to increase the map size to have a higher resolution and not have a too 'crowded' map. Then you also should increase the start radius proportionally. If you can draw a small representative sample from your large dataset you could try to cluster the sample, check for meaningful results, and then project the full dataset onto the map in classification mode. This will be much faster than training with the full set. Of course this is problematic if the sample is not representative and the full dataset may contain additional clusters. hope this helps fabian Sesan Adeyemo wrote: > Hi > I am using Databionics ESOM (along with other software) for my > reseach. The data set that am working on can be really large (up to > 10,000 rows of data in about 5 colums in an Excel spreadsheet. > > When i tried ESOM using a smaller data set (about 600) i was able to > get some meaningful results. However with a data set of 2000 data > elements i couldn't get any meaningful clusters (other none graphical > software did). > > I really like the ESOM software because its comprehensive and > flexible, however, it just won't give any meaning results. I varied > the epochs (up to 500), varied the map size etc, but still won't work > or can't visualize the clusters if they really are there!!! > > How can i solve this problem or is it that the ESOM can't scale to > large values. > > Thanks > > Sesan Adeyemo > > > ------------------------------------------------------------------------ > Finding fabulous fares is fun. > Let Yahoo! FareChase search your favorite travel sites > <http://farechase.yahoo.com/promo-generic-14795097;_ylc=X3oDMTFtNW45amVpBF9TAzk3NDA3NTg5BF9zAzI3MTk0ODEEcG9zAzEEc2VjA21haWx0YWdsaW5lBHNsawNxMS0wNw--> > to find flight and hotel bargains. > ------------------------------------------------------------------------ > > ------------------------------------------------------------------------- > This SF.net email is sponsored by DB2 Express > Download DB2 Express C - the FREE version of DB2 express and take > control of your XML. No limits. Just data. Click to get it now. > http://sourceforge.net/powerbar/db2/ > ------------------------------------------------------------------------ > > _______________________________________________ > Databionic-ESOM-User mailing list > Dat...@li... > https://lists.sourceforge.net/lists/listinfo/databionic-esom-user > |
From: Sesan A. <ses...@ya...> - 2007-06-30 13:57:43
|
Hi I am using Databionics ESOM (along with other software) for my reseach. The data set that am working on can be really large (up to 10,000 rows of data in about 5 colums in an Excel spreadsheet. When i tried ESOM using a smaller data set (about 600) i was able to get some meaningful results. However with a data set of 2000 data elements i couldn't get any meaningful clusters (other none graphical software did). I really like the ESOM software because its comprehensive and flexible, however, it just won't give any meaning results. I varied the epochs (up to 500), varied the map size etc, but still won't work or can't visualize the clusters if they really are there!!! How can i solve this problem or is it that the ESOM can't scale to large values. Thanks Sesan Adeyemo --------------------------------- Finding fabulous fares is fun. Let Yahoo! FareChase search your favorite travel sites to find flight and hotel bargains. |
From: Matthew K. <ema...@in...> - 2007-06-29 18:01:24
|
Hello, I have been using Databionics ESOM for my dissertation (amongst other = software) as it is the best SOM clustering program that I have found. = However, I have struck a very simple problem that renders it useless for = my purposes, without substantial manual editing. The font (I am viewing it at 10x zoom, though it makes little difference = since the map shrinks along with the font) appears extremely large (size = 16 or similar) and hence the names (only about 8 characters long each) all = run over each other and become illegible. It is exceedingly frustrating = because were the font at, say, 8 or 10, at 10x zoom, then the application = would be near perfect. Am I missing something obvious in the user interface, or will I have to = find another program? (which I *really* don't want to do)... Thank you to anyone able to offer assistance. -Matthew Karlsen ____________________________________________________________ ONE-CLICK WEBMAIL ACCESS - Easily monitor & access your email accounts=21 Visit http://www.inbox.com/notifier and check it out=21 |
From: <fa...@my...> - 2007-06-02 00:56:04
|
Katerina, ESOM is an unsupervised method, so I think k-fold training to optimize certain parameters makes only very limited sense. In supervised problems all you care about is the accuracy (or a similar measure). Crucial parameters of a classifier (like C for SVM) can be optimized using k-fold crossvalidation to avoid overfitting. For unsupervised methods like ESOM or clustering there are several alternative measures that you might want to optimize. But if you would want to optimize map size to achieve a low quantization error you will most likely get smaller errors as the map grows, because a larger parameter space can better represent your data. A small quantization error does not necessarily mean you have the best map (e.g. the best visualization, the best untangling of clusters, ...). As for the speed there are people working on speeding up ESOM training and I hope these methods will be incorporated in a future version. fabian Katerina Mitrokotsa wrote: > Hi Mario, > thank you, but what about kfold???? > Is there a command I can use to perform kfold for the tuning of > parameters???? > > another problem I face is that the overhead is really high for > training datasets around 20000 records any suggestions for this problem? > > Best Regards, > Katerina > > Mario Noecker wrote: >> Hi Katerina, >> >> the only training error which is implemented yet, is the average >> quantization error. >> >> If you change the entry for log4j.category.databionics in the >> etc/esom.conf file from INFO to DEBUG the quantization error will be >> logged after every epoch of training. >> >> The parameters which can be tuned are (in my opinion) the size of the >> map, the values for radius and learning rate, the neighborhood function, >> the number of epochs and the initialization method. >> >> bye >> mario >> >> >> >> >> >> Katerina Mitrokotsa wrote: >> >>> Hi, >>> I would like to know if eSOM tool provides a way to perform kfold, if >>> there is way to see which is the training error when a perform a training >>> and which are the parameters that are more important to change in order to >>> perform the best tuning. >>> >>> thank you in advance, >>> Katerina >>> >>> >>> >>> ------------------------------------------------------------------------- >>> Take Surveys. Earn Cash. Influence the Future of IT >>> Join SourceForge.net's Techsay panel and you'll get the chance to share your >>> opinions on IT & business topics through brief surveys-and earn cash >>> http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV >>> _______________________________________________ >>> Databionic-ESOM-User mailing list >>> Dat...@li... >>> https://lists.sourceforge.net/lists/listinfo/databionic-esom-user >>> >>> >> >> >> >> >> > > ------------------------------------------------------------------------ > > ------------------------------------------------------------------------- > This SF.net email is sponsored by DB2 Express > Download DB2 Express C - the FREE version of DB2 express and take > control of your XML. No limits. Just data. Click to get it now. > http://sourceforge.net/powerbar/db2/ > ------------------------------------------------------------------------ > > _______________________________________________ > Databionic-ESOM-User mailing list > Dat...@li... > https://lists.sourceforge.net/lists/listinfo/databionic-esom-user > |
From: Katerina M. <mit...@un...> - 2007-06-01 18:39:13
|
Hi Mario, thank you, but what about kfold???? Is there a command I can use to perform kfold for the tuning of parameters???? another problem I face is that the overhead is really high for training datasets around 20000 records any suggestions for this problem? Best Regards, Katerina Mario Noecker wrote: >Hi Katerina, > >the only training error which is implemented yet, is the average >quantization error. > >If you change the entry for log4j.category.databionics in the >etc/esom.conf file from INFO to DEBUG the quantization error will be >logged after every epoch of training. > >The parameters which can be tuned are (in my opinion) the size of the >map, the values for radius and learning rate, the neighborhood function, >the number of epochs and the initialization method. > >bye >mario > > > > > >Katerina Mitrokotsa wrote: > > >>Hi, >>I would like to know if eSOM tool provides a way to perform kfold, if >>there is way to see which is the training error when a perform a training >>and which are the parameters that are more important to change in order to >>perform the best tuning. >> >>thank you in advance, >>Katerina >> >> >> >>------------------------------------------------------------------------- >>Take Surveys. Earn Cash. Influence the Future of IT >>Join SourceForge.net's Techsay panel and you'll get the chance to share your >>opinions on IT & business topics through brief surveys-and earn cash >>http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV >>_______________________________________________ >>Databionic-ESOM-User mailing list >>Dat...@li... >>https://lists.sourceforge.net/lists/listinfo/databionic-esom-user >> >> >> > > > > > > |
From: Mario N. <noe...@Ma...> - 2007-03-12 09:21:33
|
Hi Katerina, the only training error which is implemented yet, is the average quantization error. If you change the entry for log4j.category.databionics in the etc/esom.conf file from INFO to DEBUG the quantization error will be logged after every epoch of training. The parameters which can be tuned are (in my opinion) the size of the map, the values for radius and learning rate, the neighborhood function, the number of epochs and the initialization method. bye mario Katerina Mitrokotsa wrote: > Hi, > I would like to know if eSOM tool provides a way to perform kfold, if > there is way to see which is the training error when a perform a training > and which are the parameters that are more important to change in order to > perform the best tuning. > > thank you in advance, > Katerina > > > > ------------------------------------------------------------------------- > Take Surveys. Earn Cash. Influence the Future of IT > Join SourceForge.net's Techsay panel and you'll get the chance to share your > opinions on IT & business topics through brief surveys-and earn cash > http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV > _______________________________________________ > Databionic-ESOM-User mailing list > Dat...@li... > https://lists.sourceforge.net/lists/listinfo/databionic-esom-user > |
From: Katerina M. <mit...@un...> - 2007-03-08 21:22:06
|
Hi, I would like to know if eSOM tool provides a way to perform kfold, if there is way to see which is the training error when a perform a training and which are the parameters that are more important to change in order t= o perform the best tuning. thank you in advance, Katerina |
From: <fa...@my...> - 2006-09-12 02:53:53
|
Hi Preeti, it is possible that your problem is related to missing values or calculation errors from division by zero or something like that. this is hard to tell without seeing the data. can you send me a sample to my personal email where the problem occurs? for best result you should be using the online algorithm, see http://www.mathematik.uni-marburg.de/~databionics/de//downloads/papers/noecker06fast.pdf the parameter selection is in general not all that crucial. the default settings will most likely work well for many problems. increasing the number of training epochs mainly means smoothing the training process, since the radius and learning rate are always cooled from start to end. if you have a large dataset you might want to make the map bigger to increase the resolution of you views into the high dimensional data space. pca weight initialization will give you more reproducible map layouts but is very expensive. random works too and is faster. more important than the learning rate is the radius and more important than start values are end values. a larger end radius will give you a smoother mapping, while a smaller end radius will give you more details. bye fabian Preeti Singh wrote: > Hello! everyone, > > I am new to ESOM and have been using it to classify a huge database. > First of all, I have noticed that many times when I train the dataset, > I save the weights (*.wts) and the best matching (*.bm) along the way. > After the training is complete, I get a weird visualization, where > most of the map is blue and white dots (best matching units) in > between here and there. When I go into the weight file, I can see that > it has some weird characters instead of numbers. I dont know what I am > doing wrong? I have tried several times and I keep getting the same > visualization and weight files most of the time. One out of 10 > trainings gives me the correct visualization. Can anyone help me in > finding out where the mistake lies? second of all, how do you know > what parameters are the optimal ones for running your dataset? For > example, how many epochs I should run it for? Which training algorithm > should I use? which weight initilization method is the best? start > value for learning rate? etc. > > Looking forward to hearing from some of you! > > Best Regards, > Preeti > >------------------------------------------------------------------------ > >------------------------------------------------------------------------- >Using Tomcat but need to do more? Need to support web services, security? >Get stuff done quickly with pre-integrated technology to make your job easier >Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo >http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 > >------------------------------------------------------------------------ > >_______________________________________________ >Databionic-ESOM-User mailing list >Dat...@li... >https://lists.sourceforge.net/lists/listinfo/databionic-esom-user > > |
From: Preeti S. <ps...@ya...> - 2006-09-11 11:38:05
|
Hello! everyone, I am new to ESOM and have been using it to classify a huge database. First of all, I have noticed that many times when I train the dataset, I save the weights (*.wts) and the best matching (*.bm) along the way. After the training is complete, I get a weird visualization, where most of the map is blue and white dots (best matching units) in between here and there. When I go into the weight file, I can see that it has some weird characters instead of numbers. I dont know what I am doing wrong? I have tried several times and I keep getting the same visualization and weight files most of the time. One out of 10 trainings gives me the correct visualization. Can anyone help me in finding out where the mistake lies? second of all, how do you know what parameters are the optimal ones for running your dataset? For example, how many epochs I should run it for? Which training algorithm should I use? which weight initilization method is the best? start value for learning rate? etc. Looking forward to hearing from some of you! Best Regards, Preeti |
From: <fa...@my...> - 2006-06-08 01:18:40
|
>I have another question. >It's impossible to save a matrix of P-height values (contrary to *.umx >file). Why? Is it a problem? > > This is surely possible. Any height matrix that you can create with the ESOM tools can be saved as a *.umx file. The file extension is a little misleading, but in the beginning there was only the U-Matrix. With the command line tools you could save the P-Matrix with esomrnd -l trainingData.lrn -w trainedESOM.wts -B pmx -u pHeights.umx Fabian |
From:
<ale...@gm...> - 2006-06-07 23:54:27
|
VGhhbmsgeW91IGZvciBxdWljayBhbmQgb3B0aW1pc3RpYyByZXNwb25zZS4KWW91IGhhdmUgY3Jl YXRlZCBhIHZlcnkgZ29vZCB0b29sLiBEYW5rZSBzY2jDtm4hCgpJIGhhdmUgYW5vdGhlciBxdWVz dGlvbi4KSXQncyBpbXBvc3NpYmxlIHRvIHNhdmUgYSBtYXRyaXggb2YgUC1oZWlnaHQgdmFsdWVz IChjb250cmFyeSB0byAqLnVteApmaWxlKS4gV2h5PyBJcyBpdCBhIHByb2JsZW0/Cgo+IFllcywg dGhlcmUgaXMgc29tZW9uZSB3b3JraW5nIG9uIGltcGxlbWVudGluZyB0aGUgVSpNYXRyaXgsIGJ1 dCB3ZSBoYXZlCj4gbm8gcmVsZWFzZSBkYXRlLCB5ZXQuCj4KPiBGYWJpYW4KCi0tClJlZ2FyZHMs CkFsZXhhbmRlciBTaWdhY2hvdgo= |
From: <fa...@my...> - 2006-06-05 17:15:19
|
Yes, there is someone working on implementing the U*Matrix, but we have no release date, yet. Fabian =D0=90=D0=BB=D0=B5=D0=BA=D1=81=D0=B0=D0=BD=D0=B4=D1=80 =D0=A1=D0=B8=D0=B3= =D0=B0=D1=87=D1=91=D0=B2 wrote: >Any news? >Will it be implemented in Java? > >thanks >Alexander Sigachov > > =20 > >>The U*Matrix is not implemented in Java, yet. We might be able to offer >>it as a funtion within the Matlab interface included in the ESOM tools, >>I have to check on this. A Java implementation is planned for early nex= t >>year. >> >>bye >>fabian >> >>mitrokat@we... wrote: >> =20 >> >>>How can we produce the U*-Matrix? >>>Is ESOM tool capable of producing U*-Matrix? >>>thanks >>>Katerina >>> >>> =20 >>> > > >_______________________________________________ >Databionic-ESOM-User mailing list >Dat...@li... >https://lists.sourceforge.net/lists/listinfo/databionic-esom-user > > > =20 > |
From:
<ale...@gm...> - 2006-06-03 11:43:45
|
Any news? Will it be implemented in Java? thanks Alexander Sigachov > The U*Matrix is not implemented in Java, yet. We might be able to offer > it as a funtion within the Matlab interface included in the ESOM tools, > I have to check on this. A Java implementation is planned for early next > year. > > bye > fabian > > mitrokat@we... wrote: >> How can we produce the U*-Matrix? >> Is ESOM tool capable of producing U*-Matrix? >> thanks >> Katerina >> |
From: Katerina M. <mit...@un...> - 2006-03-21 17:20:23
|
thank you :) fa...@Ma... wrote: >Hi Katerina, > >the format of your file looks ok. the data itself looks quite weird. there >are only few unique values in most columns with many duplicates. this >seems to throw off the pareto density estimatio course into an endless >loop finally running out of memory. the actual training suceeds, only the >subsequent centering of the map around the closest neuron is affected. you >can work around this using the command line option "-dc" (= don't center), >that is, unfortunately only available on the command line, not in the gui. > >since our ressources are currently very limited I don't know when this can >be fixed. It does seem like a very unlikely case caused by your actual >dataset to me. > >I strongly recommend you to look closer at your data before you feed into >ESOM or any clustering algorithm, in particular the scales of the >variables that differ tremendously in your file. > >bye >fabian > > > >>Dear Fabian, >>I am facing some problems using eSOM and your help would be very valuable >>for me. >>I am using eSOM for an .lrn file and when I try to perform training (with >>the default parameters) I receive the following message >> >>spheres for 18-tile contain on average 65% of the data searching pareto >>radius ... >> >> >>and finally >> >>at databionics.math.ParetoDensity.getParetoRadius(ParetoDensity.java:156) >>at databionics.math.ParetoDensity.getParetoRadius(ParetoDensity.java:323) >> >>The training can not be completed it stops in 95%. >> >>I don't understand what is wrong?? >> I suppose that something is wrong with the lrn file used for the >>training. >>I attach the file used for the training. >> >>I would appreciate it if you could help me. >> >>Thanking you in advance. >>Katerina >> >> >> >> >>>>@fabian could you please set the reply-to headers for the list? >>>> >>>> >>>done >>> >>> >>> >>>>Katerina Mitrokotsa wrote: >>>> >>>> >>>> >>>>>I have recently tried to use ESOm and although I have found it really >>>>>interesting I can't understand if there is a way to inspect neuron >>>>>values Does this tool permit us to see which samples of data >>>>>correspond to which neuron? >>>>> >>>>> >>>>You can select the samples in the Data tab at the bottom, which are >>>>then highlighted. >>>> >>>> >>>addition: you can also select neurons in the map with the data mouse >>>(activate the leftmost icon in the toolbar). the data points assigned to >>>these neurons will be displayed in the data tab at the bottom. you can >>>also load a *.names file with text labels for the data points. these >>>will be displayed in the last columns of the data table. >>> >>> >>> >>>>>Furthermore which is the procedure in order to use a dataset for >>>>>training and then another dataset for testing. >>>>> >>>>> >>>>To do this you have to add classmasks to your ESOM and then use the >>>>Project tool to see if the test set is projected into the correct >>>>classes. The prosses isn't automated as far as i know (fabian?) >>>> >>>> >>>creating the class masks is manual (in cvs there is some semi-automated >>>support with flood filling already). projection is automated and can be >>>run via the menu or the command line. short summary: >>> >>>- create two seperate *.lrn for training and test data >>>- train ESOM with training data >>>- optional: load *.cls with known classification of training data >>>- identify clusters and create class mask (also *.cls) >>>- load *.lrn with test data >>>- project this data on ESOM >>>- save newly created *.cls for test data >>>- optional: analyze *.cls for test data, e.g. compare to *.cls with >>>known classification of test data. >>> >>>we offer no tools for the last step which is rather easy however. i >>>could post some matlab code, if you wish. >>> >>>bye >>>fabian >>> >>> >>>------------------------------------------------------- >>>This SF.Net email is sponsored by Yahoo. >>>Introducing Yahoo! Search Developer Network - Create apps using Yahoo! >>>Search APIs Find out how you can build Yahoo! directly into your own >>>Applications - visit >>>http://developer.yahoo.net/?fr=offad-ysdn-ostg-q22005 >>>_______________________________________________ >>>Databionic-ESOM-User mailing list >>>Dat...@li... >>>https://lists.sourceforge.net/lists/listinfo/databionic-esom-user >>> >>> >> >> >> >> >> > > > > >------------------------------------------------------- >This SF.Net email is sponsored by xPML, a groundbreaking scripting language >that extends applications into web and mobile media. Attend the live webcast >and join the prime developer group breaking into this new coding territory! >http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642 >_______________________________________________ >Databionic-ESOM-User mailing list >Dat...@li... >https://lists.sourceforge.net/lists/listinfo/databionic-esom-user > > > > > > > |