-
I just checked and, yes, L2 is indeed the default.
2009-02-13 04:42:15 UTC by nikkostrom
-
You can use the Display command to examine properties of units. Try it with "-X 2" or "-X 3" to get more detailed info.
You can use the SetType command to set the desired error metric. There are many types available. See: http://nico.nikkostrom.com/doc/
I believe the default is L2, but unfortunately the documentation doesn't specify the default, and I can't look at...
2009-02-13 04:11:54 UTC by nikkostrom
-
Hello Nikko,
What is the error measure used in the back-prop? since we assume that the output activities are posterior probabilities, literature says the cross entropy measure should be used so the network can map to a Bayesian classifier. Does it use cross entropy by default?
-S.
2009-02-12 23:10:24 UTC by samer_moubayed
-
1Db68v hfcyzekukjfo, [url=http://nhbysilipiid.com/]nhbysilipiid[/url], [link=http://kdokzswttxxd.com/]kdokzswttxxd[/link], http://puapjmepnquh.com/.
2009-01-01 11:53:20 UTC by nobody
-
dbxdzg mkmgwpmfxsvr, [url=http://clyuzpkwupnu.com/]clyuzpkwupnu[/url], [link=http://cdeqnnmxnnaa.com/]cdeqnnmxnnaa[/link], http://monsutjtihkx.com/.
2008-12-07 10:15:06 UTC by nobody
-
The problem is that net->stream_dir and net->stream_ext are
freed twice. The following patch fixes the problem:
--- lib/Simulation.c.orig 2008-03-28 12:34:58.188303000 +0100
+++ lib/Simulation.c 2008-03-28 12:35:10.408446000 +0100
@@ -589,8 +589,6 @@
FREE(net->stream_offset);
FREE(net->stream_mode);
- FREE(net->stream_dir);
- FREE(net->stream_ext);...
2008-03-28 13:22:59 UTC by sahoff
-
Hi again,
I do not have time to investigate this further right now, but the line that causes the segmentation fault is:
FreeNetWork(net);
Segmentation fault appears in my case only when this line is reached:
FREE(h)
If I remove the FreeNetWork command everything goes fine. I guess all the free commands can be removed if we trust the operating system to free all resources when a...
2007-08-20 16:48:08 UTC by giampiero
-
Hi,
I am using nico version 1.1.1. When I run CResult I get a printout of the results and then segmentation fault. (The command I run is 'CResult -S netname listoffiles').
If I redirect the standard output to file, I get segmentation fault before the program writes into the file, but I guess this depends of buffering somewhere in the redirection.
I checked the code and I saw that some of...
2007-08-20 15:55:51 UTC by giampiero
-
Hi,
I just installed nico-1.1.1.
I noticed that, when running BackProp with the -V option (validation set with classification), the validation error looks ok, while the classification score is always 0.0%. This is an excerpt from my log file:
[...]
Iteration Global Error Pruning Validation
| | C% U% %Correct Error...
2007-08-10 13:02:38 UTC by giampiero
-
Hi,
I have download your toolkit. When I type make command, the system response some error. Between these error, Problem with math.h.
Small indication, I use cygwin.
What is the problem?
Thank you for your help.
2007-04-07 09:15:22 UTC by nobody