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...
Want to share photos of your group with the world? Add a group photo to Flickr.

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 1391 - 1420 of 1554   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
1391
I imported a dataset with a little over 65000 columns (and only 18 rows) and the import went fine. However, as soon as the data is displayed in the grid (with...
David31786
Offline Send Email
May 23, 2008
8:44 am
1392
... That's a lot of columns. Learning would be very slow but there is no reason why it should be slow before learning starts. If you send a copy of the data to...
Stephen Wolstenholme
easynn
Offline Send Email
May 23, 2008
9:23 am
1393
Just as a point of comparison:- I had a NN with: 136 columns with 130,000 rows = 17,680,000 cells You have: 65,000 columns with 18 rows =...
P. Dickens
aa99on
Offline Send Email
May 23, 2008
1:01 pm
1394
... I don't know how you imported the data as I have spent a few hours trying. The huge number of columns is a major problem. EasyNN-plus is optimised to...
Stephen Wolstenholme
easynn
Offline Send Email
May 24, 2008
12:48 pm
1395
EasyNN-plus 10.0a beta 1 is available for testing. Changes: 1. The toolbars have been changed to Main, Tools, View, Advanced, Reconfigure & Extras. This is to...
Stephen Wolstenholme
easynn
Offline Send Email
May 25, 2008
12:25 pm
1396
EasyNN-plus V10.0a is now available. The changes are as follows: 1. Changed the toolbars to Main, Tools, View, Advanced, Reconfigure & Extras. 2. Added...
Stephen Wolstenholme
easynn
Offline Send Email
Jun 2, 2008
12:53 pm
1397
Hi, I'm trying to train Easynn with the next simple setup in order to make the network discriminate between the English and German language: two columns with ...
ottoenn
Offline Send Email
Jun 13, 2008
9:53 pm
1398
... 80% is higher than I would have expected. I would have thought it is very difficult for a neural network to learn how to differentiate the two languages. ...
Stephen Wolstenholme
easynn
Offline Send Email
Jun 13, 2008
11:03 pm
1399
EasyNN-plus 10.0b is now available. Changes: 1. Fixed a problem with the temporary version producing inconsistent results. 2. Fixed a problem with multiple...
Stephen Wolstenholme
easynn
Offline Send Email
Jun 14, 2008
12:56 pm
1400
My name is Marcos I am Brazilian and I want lern more about easynn Thank you so mutch Marcos [Non-text portions of this message have been removed]...
Marcos
mjsanvidotti
Offline Send Email
Jun 14, 2008
9:38 pm
1401
... Do the "Getting Started" exercises. Steve -- EasyNN-plus. Build Neural Networks. http://www.easynn.com SwingNN. Forecast the Future....
Stephen Wolstenholme
easynn
Offline Send Email
Jun 14, 2008
10:02 pm
1402
Hi, I imported the file with the contents below. Importing and making the network went ok, but making a specific Query did not work. If I tried to put 'ad' as...
ottoenn
Offline Send Email
Jun 15, 2008
9:39 am
1403
Hi, If I import a file with a series of training rows and a series of validation rows, the menu option should help to set the imported validation rows to...
ottoenn
Offline Send Email
Jun 15, 2008
10:42 am
1404
Hi, Importing a file with a number of Training rows follwed by a number of Validating rows messes up the data. See the example below. The row with the data: ...
ottoenn
Offline Send Email
Jun 15, 2008
11:02 am
1405
... Hello, Is it producing the "Possible Text Error" dialog? If so, there is a problem in that the error can't be just ignored even though this is not really...
Stephen Wolstenholme
easynn
Offline Send Email
Jun 15, 2008
11:10 am
1406
Hi Steve, It is not "producing the "Possible Text Error" dialog" You can use the example-input I gave for reproducing the bug and for debugging. Just replace...
ottoenn
Offline Send Email
Jun 15, 2008
1:44 pm
1407
... That's fixed in the next update. ... Most imported files do not have labels that could be reliably used to identify the row type. If you set "Ask while...
Stephen Wolstenholme
easynn
Offline Send Email
Jun 15, 2008
1:50 pm
1408
... That's what I did and I am getting "Possible Text Error". Which version are you using? Steve -- EasyNN-plus. Build Neural Networks. http://www.easynn.com ...
Stephen Wolstenholme
easynn
Offline Send Email
Jun 15, 2008
1:53 pm
1409
... That's strange. I'll try to reproduce it. Steve -- EasyNN-plus. Build Neural Networks. http://www.easynn.com SwingNN. Forecast the Future....
Stephen Wolstenholme
easynn
Offline Send Email
Jun 15, 2008
2:30 pm
1410
... I have found the problem. It is a performance change that was introduced ages ago. The check for too close hash values was being skipped while importing....
Stephen Wolstenholme
easynn
Offline Send Email
Jun 15, 2008
3:04 pm
1411
Hi Steve, I'm using version 10.0a (limited tryout). If after the import and making the network as described in the first mail I do: Query > Query.... Click Add...
ottoenn
Offline Send Email
Jun 16, 2008
7:13 am
1412
Hi, The next combination gives the error 'stl start learning failed'. data in lang2aa.txt with contents word1 word2 word3 language T:0 aa ab ac 0 T:1 ad ae af...
ottoenn
Offline Send Email
Jun 16, 2008
9:34 am
1413
... Otto, I have not been able to reproduce that problem. It does not happen in version 10.0c I have sent you 10.0b and it will be interesting to see if the...
Stephen Wolstenholme
easynn
Offline Send Email
Jun 16, 2008
9:44 am
1414
Hi, Steve, The bug is still in 10.0b. You should be able to reproduce it, if you do from sratch the steps as described below, using as test the sample-file of...
ottoenn
Offline Send Email
Jun 16, 2008
10:24 am
1415
... Otto, It is useful to know that the bug is still in 10.0b I know now that I'm not going crazy! It doesn't happen in 10.0c The other bugs you found have...
Stephen Wolstenholme
easynn
Offline Send Email
Jun 16, 2008
11:25 am
1416
Hi Steve, I found the bug: what was not recorded, was an essential step, defining the output-column: SetColumnsTypeAndMode(3, 1, 1, 3) Of that step was added...
ottoenn
Offline Send Email
Jun 16, 2008
11:26 am
1417
Otto, I use the group be email and I have not seen the original message. I will get Yahoo to resend it. Steve...
Stephen Wolstenholme
easynn
Offline Send Email
Jun 16, 2008
11:34 am
1418
Hi Steve, You don't need to use the first complete example with the sample-files, because I detected the bug that caused the error. You can reproduce the...
ottoenn
Offline Send Email
Jun 16, 2008
2:14 pm
1419
... Otto, Only the low level edits are recorded. If you open Macros & Scripts in the Help file you will see which functions are recorded. Steve -- EasyNN-plus....
Stephen Wolstenholme
easynn
Offline Send Email
Jun 16, 2008
2:43 pm
1420
Hi Steve, There seems to be some inconsistency in what has to be regarded as high level or low level, because if I use the option 'Ask while importing' the...
ottoenn
Offline Send Email
Jun 16, 2008
3:44 pm
Messages 1391 - 1420 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