Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Loops, arrays and neural networks
Message
De
01/04/2009 21:24:24
 
 
À
01/04/2009 17:08:11
John Ryan
Captain-Cooker Appreciation Society
Taumata Whakatangi ..., Nouvelle Zélande
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Versions des environnements
Visual FoxPro:
VFP 9 SP2
OS:
Vista
Network:
Windows 2000 Server
Database:
Visual FoxPro
Application:
Desktop
Divers
Thread ID:
01392096
Message ID:
01392681
Vues:
64
>Have you considered using cursors? VFP cursors automatically span to disk, meaning you can forget about the resource problems to be expected from memory-resident collections, arrays or datasets. You can create thousands of VFP cursors if necessary- to store intermediate results or simplify nested processing. You can index your cursors on the fly after which you should be able to replace intensive loops with SQL queries that can be very quick against indexed tables or cursors.

Thank you for the suggestion. Some of these neural nets may have well over 5000 input nodes. Each set of weights is calcuated into a 5000 by 5000 array. Cursors and tables would be fine vertically, but as I recollect, horizontally their maximum is 256 fields which makes them unusable for this purpose. Standard backward propagation neural network code at this level will not execute in VFP.
I ain't skeert of nuttin eh?
Yikes! What was that?
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform