Search found 55 matches

by MrCreosote
Thu 18. Nov 2010, 17:35
Forum: Feedback and Suggestions
Topic: Normalization Settings Window: Upper/Lower Limit display
Replies: 2
Views: 10724

Normalization Settings Window: Upper/Lower Limit display

Not a bug, but should probably be cleaned up: The display width is one less when the upper limit is > 0 and two less when the upper limit is < 0 While this is not a "problem," the first limit (Upper) is left justified because it has the Focus while the 2nd limit (Lower) is right justified ...
by MrCreosote
Tue 9. Nov 2010, 20:06
Forum: Feedback and Suggestions
Topic: An Input Settings Run Log File and Random Number Seeds
Replies: 0
Views: 11881

An Input Settings Run Log File and Random Number Seeds

One of the biggest problems I have had with all Nnet platforms is that I'll make a run where an input parameter is not what I thought it was and I get a superior result by accident. In most cases, I don't know it at the time and by the time I do realize there was something "miss-set" it is...
by MrCreosote
Thu 4. Nov 2010, 20:21
Forum: All about using MemBrain
Topic: Teaching Shutdown Controls: Error and Repetitions
Replies: 2
Views: 10213

Teaching Shutdown Controls: Error and Repetitions

At first it is quite clear how to specify an error limit that will stop Teach when that error limit is achieved. At first it appeared that there was no way to teach for n repetitions (or epochs). With the TeachStep, a Script loop could have been written to loop n times to do this. This was not consi...
by MrCreosote
Thu 4. Nov 2010, 20:14
Forum: Scripting
Topic: Teachers and TeacherSetting Command
Replies: 3
Views: 12456

Re: Teachers and TeacherSetting Command

1) First, from the documentation, what are "the three versions of this function." (NOTE: also since this returns a "void" should it be called a Command?) Depending on the type of teacher setting the function takes different parameter types. You can think of the function being ab...
by MrCreosote
Tue 2. Nov 2010, 20:28
Forum: Scripting
Topic: Teachers and TeacherSetting Command
Replies: 3
Views: 12456

Teachers and TeacherSetting Command

Controlling Teachers via Script: First, user can setup a custom teacher and simply SelectTeacher. However, user may want to setup a teacher with script. Here I have some questions about TeacherSetting: 1) First, from the documentation, what are "the three versions of this function." (NOTE:...
by MrCreosote
Mon 1. Nov 2010, 18:29
Forum: Project Support
Topic: Leaning to use RPROP: Suggestions/References?
Replies: 0
Views: 10567

Leaning to use RPROP: Suggestions/References?

I've never used RPROP and have been trying to find URL's that would explain what I need to know. Are there any URL's you would recommend? Also, if you have any tips/tricks/hazards using RPROP, that would be helpful. Thanks so much, Tom PS. With my previous platform, I was using BP w/Momentum. Sizing...
by MrCreosote
Mon 1. Nov 2010, 17:34
Forum: PSPad
Topic: PSPad questions (new user)
Replies: 2
Views: 13229

Re: PSPad questions (new user)

Hi, I tried you example and the last 2 lines did not appear. Further, the error Line given appears to be Absolute instead of Relative within a particular file. EDIT: (It almost looks like it doesn't recognize the #include statements?) Here is what I got: Error Start: 29 Oct 2010, 15:40:26 End: 29 Oc...
by MrCreosote
Fri 29. Oct 2010, 21:48
Forum: PSPad
Topic: PSPad questions (new user)
Replies: 2
Views: 13229

PSPad questions (new user)

First, I wonder if PSPad should have its own subforum? Maybe under Script? Went through the setup document and it seemed to work quite well. But got some minor problems: 1) When producing an error after an ALT F9, the editor did not open the #included .as file. The membrane.exe is in Program Files d...
by MrCreosote
Wed 27. Oct 2010, 18:35
Forum: PSPad
Topic: Script Killing and Pausing: No Hot Keys like F5, F7?
Replies: 1
Views: 12201

Script Killing and Pausing: No Hot Keys like F5, F7?

F5 and F7 are very helpful. I've been working on my scripts and have found it difficult to Kill or Pause a script. I've basically had to kill the Membrain task to stop a script. Are there any easy ways to Kill and pause? Perhaps PSPad allows one to do this? Thanks Tom PS. Thanks for the PSPad setup ...
by MrCreosote
Mon 25. Oct 2010, 18:54
Forum: Scripting
Topic: Trace Window Usage
Replies: 1
Views: 8910

Trace Window Usage

Is there any way to increase the number of lines displayed in the Trace Window? I like to write programs that have elaborate log files that log every phase of the algorithm during execution. The trace window works perfectly for that. Is there any way that the contents of the trace window could be du...