Search the web
Sign In
New User? Sign Up
easynn · Neural Planner Software Ltd
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 492 - 522 of 1554   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
492
I was just checking a script and notice that I have forgotten to change the "if" commands to "itf" in the sample files. Both commands work and do the same...
steve@...
easynn
Offline Send Email
Sep 7, 2004
6:04 pm
493
A problem has been found with the nested script command parser. If a script has a command with spurious spaces they will be removed. Unfortunately this can...
steve@...
easynn
Offline Send Email
Sep 8, 2004
2:09 pm
494
Hi Steve, After working with your EasyNN for a while this is my wish list for Ver6:: 1) Import a xxx.csv file but set default to last Numeric columnas TARGET...
Marc Parham
marcparham5526
Offline Send Email
Sep 9, 2004
8:29 am
496
The wish list that Marc posted has some interesting ideas and they have been added then to the list for possible inclusion in future versions of EasyNN-plus. ...
steve@...
easynn
Offline Send Email
Sep 10, 2004
12:36 pm
497
... So far as I am aware all the formulas for the number of hidden nodes and hidden layers fail in some way. The only method that I know works is the one that...
steve@...
easynn
Offline Send Email
Sep 10, 2004
1:37 pm
498
Mistakes: I really should have said it was a bug in 5.0d but for some reason I was stuck in the world of version 4.0 ... It is fixed in 5.0e which is now...
steve@...
easynn
Offline Send Email
Sep 11, 2004
4:30 pm
499
I am have trouble with my e-mail messages being rejected again. For example hanmail.net are rejecting all of them. This includes registration messages. If you...
steve@...
easynn
Offline Send Email
Sep 21, 2004
12:13 pm
500
The wish list for version 6 is a bit lacking! So far the only ideas are user defaults for importing and a macro recorder/player to produce scripts. Both these...
steve@...
easynn
Offline Send Email
Sep 24, 2004
5:56 pm
501
Hi Steve, I am not quite sure if easynn is using the backpropagation algorithm but, if it is using it then can that supercede with some new faster algorithms...
DARSHAN.A.UKA
ukadarshan_2001
Offline Send Email
Sep 24, 2004
7:39 pm
502
Well it would be nice if you had: 1) A method to do 10xCV automatically with 10 random splits of the data with the ability to output the predicted values...
Marc Parham
marcparham5526
Offline Send Email
Sep 24, 2004
7:39 pm
503
A results grid with a Save As feature, that saves the selected result columns to a delimited file, with maybe an auxiliary file that contains auxiliary ...
Childers
iquine
Offline Send Email
Sep 24, 2004
9:04 pm
504
... Darshan, RPROP has some promise. I read quite a lot about it when it was first developed in the early 90's but have never tried to implement it. My first...
steve@...
easynn
Offline Send Email
Sep 25, 2004
11:41 am
505
... Have you tried Action > Leave Some Out ? It could be changed to do random splits. Bug: at present it only works once without reloading the file. Subsequent...
steve@...
easynn
Offline Send Email
Sep 25, 2004
11:41 am
506
Re: 1) the classics for cross validation are 10xCV and moving window which you have already BUT the 10xCV would be much faster to complete. It really fills in...
Marc Parham
marcparham5526
Offline Send Email
Sep 25, 2004
12:50 pm
507
... Did you miss the save as "Do you want to use comma separators?" prompt in File Query? It defaults to "No" so you may always be producing text results...
steve@...
easynn
Offline Send Email
Sep 26, 2004
9:40 am
508
... separators?" prompt in File Query? It defaults to "No" so you may always be producing text results files. *.csv files are linked to Excel and will open...
Childers
iquine
Offline Send Email
Sep 26, 2004
11:09 pm
509
I have started working on the macro facility for version 6. So far the macro is just a record of calls to major functions as they occur. For example below is...
steve@...
easynn
Offline Send Email
Sep 28, 2004
1:41 pm
510
I like the unified macro/script approach... You may consider a small "translation" utility to convert scripts to the macro syntax and then only one scripting...
walt
hairy_mug
Offline Send Email
Sep 28, 2004
3:02 pm
511
I guess I am now sure what the difference is between the macro facility and script and why you would need both. If you can just capture your keystrokes so it...
Marc Parham
marcparham5526
Offline Send Email
Sep 28, 2004
5:40 pm
512
... Unification will probably be the best approach. It will be easier to call the low level script commands from macros rather than convert scripts to macro...
steve@...
easynn
Offline Send Email
Sep 29, 2004
11:51 am
513
The default installation of some recent versions of EasyNN-plus is in the folder dc:\Program Files\EasyNN-plus rather than dc:\Program Files\EasyNN The...
steve@...
easynn
Offline Send Email
Oct 2, 2004
10:15 am
514
Some progress has been made with macros. The following macro commands were produce by recording. This macro works OK when played. Nothing was typed. Lines...
steve@...
easynn
Offline Send Email
Oct 4, 2004
1:48 pm
515
This looks really usable to me. I was wondering about the repeated line "ChangeNetwork(1, 1) 16293849" I assume these extra lines can be deleted in the final...
Marc Parham
marcparham5526
Offline Send Email
Oct 4, 2004
9:36 pm
516
... ChangeNetwork(1, 1) is a low level function that says increment hidden layer 1 by 1. It is called during optimization until the optimum number of nodes is...
steve@...
easynn
Offline Send Email
Oct 4, 2004
10:11 pm
517
SUPER! _____ From: steve@... [mailto:steve@...] Sent: Monday, October 04, 2004 9:48 AM To: easynn@yahoogroups.com Subject: [easynn] Macros &...
walt
hairy_mug
Offline Send Email
Oct 5, 2004
6:33 am
518
Steve, I'm probably not going to have the time to come up with suggestions, this time around, though there will probably be time to beta-test version 6 when...
iquine
Offline Send Email
Oct 15, 2004
4:06 pm
519
... Dwayne, It will be great if you can help with beta testing. Your scripts were very helpful last time. Steve -- EasyNN-plus. The easy way to build neural...
steve@...
easynn
Offline Send Email
Oct 15, 2004
6:45 pm
520
Macro progress. The information below is copied from the Help file so you can see what is going to be available. I think those of you who use scripts will...
steve@...
easynn
Offline Send Email
Oct 19, 2004
10:46 pm
521
The first beta release of EasyNN-plus 6.0a is ready for testing. The additions and changes are as follows:- 1. New Macro record and playback facility...
steve@...
easynn
Offline Send Email
Oct 20, 2004
2:48 pm
522
So far no problems have been found with beta 1. This means that either it is free of problems or more testers are needed. I would like to think beta 1 is...
steve@...
easynn
Offline Send Email
Oct 28, 2004
5:05 pm
Messages 492 - 522 of 1554   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help