var fDesc=new Array(); fDesc[1] = "mechanism called Backpropagation. Improve your IQ test score, memory and attention"; fDesc[2] = "unconstrained environment for designing neural networks for research or to solve real-world problems."; fDesc[3] = "and is the winner of the 7th Computer Olympiad 2002. Some of its features: Play against BGBlitz, with it's top neural net technology Easy to use superb graphics Play over TCP/IP against a opponent at a different computer Rollout Positions. Let the tutor improve your play. Train your skill with position quiz databases. Analyze interesting positions. Train your cube handling in matchplay. Supported languages are English, German, French, Spanish, Italian, Dutch, Danish, Hebrew,Swedish,Turkish And much more..."; fDesc[4] = "genetic algorithm technologies to create remarkably effective trading models for stocks, futures and forex."; fDesc[5] = "modular architecture based on linkable components that can be extended to build new learning algorithms and neural networks architectures. Joone is composed by a central engine that is the fulcrum of all applications that are developed with Joone."; fDesc[6] = "online system to play against thousands of players worldwide. Professional version has improved neural nets based AI."; fDesc[7] = "allows the user to produce multilayer neural networks from a grid or from text files and images."; fDesc[8] = "computing capabilities allowing users to leverage the power of NeuroSolutions (www.neurosolutions.co m) inside MATLAB and Simulink."; fDesc[9] = "on neural networks and modern signal processing. A large database with stocks, mutual funds and indices is available for free. Try free 30 days!"; fDesc[10] = "mathematical calculation, which has been very successfully used by a few top traders."; fDesc[11] = "estimating of numeric amounts such as sales, prices, workloads, levels, costs, scores, speeds and capacities."; fDesc[12] = "regression, forecasting, curve fit, pattern recognition, classification, decision making."; fDesc[13] = "values are forecasted by the neural network."; fDesc[14] = "functions are managed automatically. You don't need to know anything about neural networks."; fDesc[15] = "recommendations regarding certain aspects of buying and selling on the basis of the forecast. The program is h..."; function tCollapseAll(maxID) { document.getElementById("alls_action").innerHTML = "Expand descriptions"; var id=1; for (id=1; id <= maxID; id++) { if (document.getElementById("desc_" + id)) tShowHide(id, 2); } } function tExpandAll(maxID) { document.getElementById("alls_action").innerHTML = "Collapse descriptions"; var id=1; for (id=1; id <= maxID; id++) { if (document.getElementById("more_" + id)) tShowHide(id, 1); } } function tShowHide(id, show) { var s = document.getElementById("more_" + id); if ((s.innerHTML!=fDesc[id] || show==1) && show!=2) { s.innerHTML = fDesc[id]; } else { s.innerHTML = '...'; } }