I have downloaded a trial version of EasyNN-plus and I am having a hard time getting the type of response that I am looking for. I am trying to use the NN to...
... Neural networks are useless at extrapolating. EasyNN-plus makes no attempt to predict outputs outside the training range. Some other applications try to...
Many copies of the 6.0f beta have been downloaded but only one problem has been reported. I need to know about any problems as soon as possible so I can get...
I thought the beta was going too well! A few people have had trouble with installing beta 2. This registration will work until the end of April. Registration...
EasyNN-plus 6.0f beta 3 is now available. The changes are as follows: 1. The extra wfs() parameter descriptions have been added to the help file. 2. A sv()...
I am a bit confused with the meaning of validation and query in EasyNN. I would like to understand the query function. I think validation data set is used to...
... The popular terminology has changed over the years. Some applications use the term Testing for Validating while some others use Testing or Interrogating...
I have an application that I am sure would be Idealy siuted to a neural network solution however I am unsure as to how to formulate the problem to make it...
... Post a description of the problem. I'm sure someone will be able to help. -- Steve Wolstenholme Neural Planner Software EasyNN-plus. The easy way to...
I have some changes to the group to try an alternative way of avoiding garbage posts. Message moderation has been switched off. Membership has been changed to...
EasyNN-plus 6.0f is now available. The changes are:- Import Excel file has been added. Open file defaults to load most recently used file and position cursor ...
For debugging purposes I have built a version of EasyNN-plus that can single step macros and scripts. Is single step worth including in a general release? Will...
... Will it be any use?<< Can't speak for everyone, but I'd say yes. ... to make it reliable.<< It would be a significant enough feature to wait several...
... I thought of you and a few other script users as soon as I got single step working. You will probably find a message in one of your other boxes. Since then...
... Whoa, sounds great, look forward to it. Regards, __________________________________ Do you Yahoo!? Yahoo! Small Business - Try our new resources site! ...
... The message arrived at this end. I'll answer it now. -- Steve Wolstenholme Neural Planner Software EasyNN-plus. The easy way to build neural networks. ...
... It depends what you mean by "entire NN". Scripts can be run from the command line. -- Steve Wolstenholme Neural Planner Software EasyNN-plus. The easy...
I had in mind a system whereby one could call and run EasyNNPlus only from the command line so for example one could : Call the program EasyNNPlus and run it...
The command line idea I had would do the following: 1) open EasyNNPlus (no need to open the GUI) 2) provide the name of the csv file to process 3) provide all...
... That's all possible from a script that you can call from the command line. BTW, why do all your messages start with {Spam?} ? -- Steve Wolstenholme...
... I think I can do the job by including a 'pause' command in the script language. When the script reaches the pause line it remembers the line number and...
... Yes, I think that would do the trick. __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam...
Steve, Does the open command have any special parameters, aside from the .TVQ network filename? When I use an open(cFilename.tvq) command in a script from the...
... It needs the full path name and the extension unless it is being run from the same folder. ... Is the view Grid button pushed? You may need a sv(1) after...
... it is being run from the same folder.<< Got that covered, even though it is being run from the same folder. ... You may need a sv(1) after the open() to...
Steve, Got it. It's a filename issue from the command line, which means it's really a non-issue, since the filename can be changed. If the script (named...
... Command line scripts can be either ENS or TXT. That's how the command info from ParseCommandLine in Windows is used to recognise scripts. The code is:- //...