Neural Network Software Reviews

Neural Network Software Reviews 9,1/10 3526 reviews

Neural network simulators are software applications that are used to simulate the behavior of artificial or biological neural networks which focus on one or a limited number of specific types of neural networks. There are many neural network/deep learning software (platforms). Which is the best depends on your application. You can see the comparison in the following url. In my personal review, if I must choose four among those, I would like to choose Caffe, Torch, Theano, and TensorFlow. Jan 21, 2017  Neuroph is lightweight Java neural network framework to develop common neural network architectures. It contains well designed, open source Java library with small number of basic classes which correspond to basic NN concepts. Also has nice GUI neural network editor to quickly create Java neural network components. It has been released as open source under the Apache 2.0.

  1. Neural Network Software For Windows
  2. Neural Network Programs
  3. Neural Network Download
  4. Neural Network Software Download
  5. Neural Network Software Reviews

Neural network software is used to simulate, research, develop, and apply artificial neural networks, software concepts adapted from biological neural networks, and in some cases, a wider array of adaptive systems such as artificial intelligence and machine learning.

  • 1Simulators
  • 2Development environments
    • 2.1Component based
  • 4Standards

Simulators[edit]

Neural network simulators are software applications that are used to simulate the behavior of artificial or biological neural networks. They focus on one or a limited number of specific types of neural networks. They are typically stand-alone and not intended to produce general neural networks that can be integrated in other software. Simulators usually have some form of built-in visualization to monitor the training process. Some simulators also visualize the physical structure of the neural network.

Research simulators[edit]

SNNS research neural network simulator

Dec 16, 2018  Neural Designer is a professional software for Advanced Analytics. It is based on neural networks, which are considered the most powerful technique for data analysis. The software contains a graphical user interface that clearly defines the workflow and provides comprehensive results.

Historically, the most common type of neural network software was intended for researching neural network structures and algorithms. The primary purpose of this type of software is, through simulation, to gain a better understanding of the behavior and the properties of neural networks. Today in the study of artificial neural networks, simulators have largely been replaced by more general component based development environments as research platforms.

Commonly used artificial neural network simulators include the Stuttgart Neural Network Simulator (SNNS), Emergent and Neural Lab.

In the study of biological neural networks however, simulation software is still the only available approach. In such simulators the physical biological and chemical properties of neural tissue, as well as the electromagnetic impulses between the neurons are studied.

  1. The neural network analyzes the dataset, and then a cost function then tells the neural network how far off of target it was. The neural network then adjusts to increase accuracy of the algorithm.
  2. Artificial neural network free download - Artificial Neural Network, Tutorial On Artificial Neural Network, Sharky Neural Network, and many more programs.
  3. Neural network free download - Java Neural Network Examples, Assembler-based Neural Network Simulator, Sharky Neural Network, and many more programs.

Commonly used biological network simulators include Neuron, GENESIS, NEST and Brian.

Data analysis simulators[edit]

Unlike the research simulators, data analysis simulators are intended for practical applications of artificial neural networks. Their primary focus is on data mining and forecasting. Data analysis simulators usually have some form of preprocessing capabilities. Unlike the more general development environments data analysis simulators use a relatively simple static neural network that can be configured. A majority of the data analysis simulators on the market use backpropagating networks or self-organizing maps as their core. The advantage of this type of software is that it is relatively easy to use. Neural Designer is one example of a data analysis simulator.

Simulators for teaching neural network theory[edit]

When the Parallel Distributed Processing volumes[1][2][3] were released in 1986-87, they provided some relatively simple software. The original PDP software did not require any programming skills, which led to its adoption by a wide variety of researchers in diverse fields. The original PDP software was developed into a more powerful package called PDP++, which in turn has become an even more powerful platform called Emergent. With each development, the software has become more powerful, but also more daunting for use by beginners.

In 1997, the tLearn software was released to accompany a book.[4] This was a return to the idea of providing a small, user-friendly, simulator that was designed with the novice in mind. tLearn allowed basic feed forward networks, along with simple recurrent networks, both of which can be trained by the simple back propagation algorithm. tLearn has not been updated since 1999.

In 2011, the Basic Prop simulator was released. Basic Prop is a self-contained application, distributed as a platform neutral JAR file, that provides much of the same simple functionality as tLearn.

In 2012, Wintempla included a namespace called NN with a set of C++ classes to implement: feed forward networks, probabilistic neural networks and Kohonen networks. Neural Lab is based on Wintempla classes. Neural Lab tutorial and Wintempla tutorial explains some of these clases for neural networks. The main disadvantage of Wintempla is that it compiles only with Microsoft Visual Studio.

Development environments[edit]

Development environments for neural networks differ from the software described above primarily on two accounts – they can be used to develop custom types of neural networks and they support deployment of the neural network outside the environment. In some cases they have advanced preprocessing, analysis and visualization capabilities.[5]

Component based[edit]

PeltarionSynapse component based development environment.

A more modern type of development environments that are currently favored in both industrial and scientific use are based on a component based paradigm. The neural network is constructed by connecting adaptive filter components in a pipe filter flow. This allows for greater flexibility as custom networks can be built as well as custom components used by the network. In many cases this allows a combination of adaptive and non-adaptive components to work together. The data flow is controlled by a control system which is exchangeable as well as the adaptation algorithms. The other important feature is deployment capabilities.

With the advent of component-based frameworks such as .NET and Java, component based development environments are capable of deploying the developed neural network to these frameworks as inheritable components. In addition some software can also deploy these components to several platforms, such as embedded systems.

Component based development environments include: PeltarionSynapse, NeuroDimensionNeuroSolutions, Scientific SoftwareNeuro Laboratory, and the LIONsolver integrated software. Free open source component based environments include Encog and Neuroph.

Criticism[edit]

A disadvantage of component-based development environments is that they are more complex than simulators. They require more learning to fully operate and are more complicated to develop.

Custom neural networks[edit]

The majority implementations of neural networks available are however custom implementations in various programming languages and on various platforms. Basic types of neural networks are simple to implement directly. There are also many programming libraries that contain neural network functionality and that can be used in custom implementations (such as tensorflow, theano, etc., typically providing bindings to languages such as python, C++, Java).

Standards[edit]

In order for neural network models to be shared by different applications, a common language is necessary. The Predictive Model Markup Language (PMML) has been proposed to address this need. PMML is an XML-based language which provides a way for applications to define and share neural network models (and other data mining models) between PMML compliant applications.

PMML provides applications a vendor-independent method of defining models so that proprietary issues and incompatibilities are no longer a barrier to the exchange of models between applications. It allows users to develop models within one vendor's application, and use other vendors' applications to visualize, analyze, evaluate or otherwise use the models. Previously, this was very difficult, but with PMML, the exchange of models between compliant applications is now straightforward.

PMML consumers and producers[edit]

A range of products are being offered to produce and consume PMML. This ever-growing list includes the following neural network products:

  • R: produces PMML for neural nets and other machine learning models via the package pmml.
  • SAS Enterprise Miner: produces PMML for several mining models, including neural networks, linear and logistic regression, decision trees, and other data mining models.
  • SPSS: produces PMML for neural networks as well as many other mining models.
  • STATISTICA: produces PMML for neural networks, data mining models and traditional statistical models.

See also[edit]

References[edit]

  1. ^Rumelhart, D.E., J.L. McClelland and the PDP Research Group (1986). Parallel Distributed Processing: Explorations in the Microstructure of Cognition. Volume 1: Foundations, Cambridge, MA: MIT Press
  2. ^McClelland, J.L., D.E. Rumelhart and the PDP Research Group (1986). Parallel Distributed Processing: Explorations in the Microstructure of Cognition. Volume 2: Psychological and Biological Models, Cambridge, MA: MIT Press
  3. ^McClelland and Rumelhart 'Explorations in Parallel Distributed Processing Handbook', MIT Press, 1987
  4. ^Plunkett, K. and Elman, J.L., Exercises in Rethinking Innateness: A Handbook for Connectionist Simulations (The MIT Press, 1997)
  5. ^'The R&D Pipeline Continues: Launching Version 11.1—Stephen Wolfram'. blog.stephenwolfram.com. Retrieved 2017-03-22.

External links[edit]

  • Comparison of Neural Network Simulators at University of Colorado
Retrieved from 'https://en.wikipedia.org/w/index.php?title=Neural_network_software&oldid=869496328'

Page & Branch Summary
On these pages you will find information & links on software packages, suitable for researchers, students, practitioners and developers specifically suitable to forecasting tasks. Wish to add something to this portal ? Link exchange only in NN & forecasting sites! Send info, links etc. to add-info@neural-forecasting.com

Following we have listed selected neural network software programs / simulators that are suitable to forecasting, i.e. classification or regression tasks. While most software is suitable to classification tasks (binary output variables) each software offers a different focus on univariate, multivariate or intervention modelling for time series prediction. Especially sophisticated functionality on time series pre-processing to allow different input lag lengths etc. was not incorporated by any package.

Now it is telling me that it is not valid.Completely lost, I am definately not in Kansas anymore!Anyone out there help a pathetic soul that is lost with no idea what to do?If so, bless you.Sincerely!DELL DIMENSION E520Windows 7 Ultimate2.8Ghz Dual CoreRadeon X1300/X1550 Series (Microsoft Corporation - WDDM)4GBs DDR2 Ram450GB HDCreative Sound Blaster -X-Fi audio cardTSST corp CDRWDVD TS-H493A. You stated the PC had a disc attached to it. How to do clean installation windows 7. When doing the install did you use the decal/sticker located on the PC or one possibility on the disc(decal)?

In an attempt to further dissemination of forecasting with neural networks, we have collected a range of neural network software programs suitable to simulating NNs for forecasting applications in regression & classification. The CD-Rom includes over 20+ freeware, public domain as well as fully functional demos of the top commercial software packages, a selection of time series data for immediate experiments as well as a collection of relevant references and publicly available publications to allow a head start in neural forecasting. Most software listed below is included in it, to allow an unbiased comparison of software. Please find information under --> Free CD-ROM Starter-Kit in the navigation bar on the left.

Please check back for our review of the individual programs regarding their suitability to regression or classification based forecasting. Most software offers different methods & algorithms, and most allow the automation of classification tasks. However, there remain significant differences regarding efficiency (speed & data ressource required), user interface design, methods incorporated, knowledge & principles included (out of sample testing) etc. Also, the integration of data ETL-services (extraction, transformation & load) differ substantially for both application domains, i.e. creating data patterns in dependence of a window length of lagged variables may cause manual pre-processing and ex post comparison outside the software, limiting its abilities to support decision making.

The following order is alphabetically and does not imply any superiority or preference in software packages. Prices quote single licenses.

Alyuda Research, USA

Neural network software for experts designed for intelligent support in applying neural networks to solve real-world forecasting, classification and function approximation problems. Alyuda offers a range of products ..

Below, please find the official product description. An individual, objective review will follow shortly ..

Official product & sales info:Neural network software for experts designed for intelligent support in applying neural networks to solve real-world forecasting, classification and function approximation problems. Use intelligent features to pre-process datasets, find efficient architecture, analyze performance and apply the neural network to new data. Experts can create and test their solutions much faster, increase their productivity and improve results.
Version:
Price:US$399.- 01/10/2004
Official product & sales info:Forecast stock prices, build and test trading systems based on artificial neural networks and traditional technical analysis. The tool helps beginning investors and veteran traders make better trading decisions with its ability to learn patterns from historical data. It informs when to enter and exit positions using discovered market movement patterns and stock forecasts.
Version:
Price:US$399.- 01/10/2004, NeuroSignalXL Lite US$199.- 01/10/2004
Official product & sales info:Neural network software for forecasting, data analysis and classification. It allows you improving your forecasting using the power of neural network technology. Alyuda Forecaster was designed for managers and engineers to help them solve forecasting and estimation problems. Its features Wizard interface, automatic data analysis and automatic parameters selection.
Version:
Price:US$249.- 01/10/2004
Official product & sales info:Forecast with easy-to-use Excel add-in. You can instantly apply forecasting capabilities of neural networks to your Excel data, while still retaining all of Excel's data manipulation and formatting tools. The Forecaster XL add-in offers a simple way to enhance your analytical and forecasting capabilities, making it an ideal tool for your everyday forecasting and data analysis requirements.
Version:
Price:US$149.- 01/10/2004
Official product & sales info:General-purpose neural networks library written in ANSI C++ and compiled with Visual C++ 6.0. With this library you can create, train and apply constructive neural networks for both regression and classification problems. With NeuroFusion software developers can easily integrate state-of-the-art constructive neural networks with their software.
Version:
Price:US$399.- 01/10/2004
http://www.alyuda.com/

Attrasoft Inc., USA

Below, please find the official product description. An individual, objective review will follow shortly ..
PredictorOfficial product & sales info:Predictoris Attrasoft's application of neural network technology. Predictor analyze tremendous amounts of information available through your database or spreadsheets, learning relationships and patterns. This enables Predictor to detect subtle changes and predict results
Version:2.6
Price:US$99.- 01/10/2004
Predictor ProOfficial product & sales info:Making decisions based on your projection of the future events is a way of life. Attrasoft PredictorPro is a fast terabyte data processing tool for your database. It uses a sequence of numbers to predict the next row of numbers in line. It uses historical data to predict future possibilities. It does not matter what you want to predict.
Version:2.8
Price:US$499.- 01/10/2004
http://www.attrasoft.com

CPC-X Software, USA

Below, please find the official product description. An individual, objective review will follow shortly ..
Official product & sales info:Have you ever tried to find a idea tool for Forecasting in Engineering, Financial and Stock Market, Classification and Pattern Recognition, Decision Mark and problem optimization, Time Series Analysis .. Have a try of NeuralPower! A powerful, easiest-to-use and unmatched MLP neural network software package with many extra features you never seen before!
Version:2.6
Price:US$149.- 01/10/2004
Official product & sales info:Auto2Fit is a robust, flexible and state-of-the-art Win32 program. It use advance Optimization and Evolution Algorithms to handle complicated problems that are hard or impossible for regular/traditional approaches. With it, you can easily solve problems like regression and Curve Fit, Global Optimization, Equation Solve, Model Auto-calibration, plot function charts
Version:2.0
Price:US$149.- 01/10/2004
http://www.geocities.com/neuralpower/

Knowledge Miner Inc., USA

Below, please find the official product description. An individual, objective review will follow shortly ..
Official product & sales info:KnowledgeMiner is a data mining tool that enables anyone to use its unique form of modelling to quickly visualize new possibilities. It is an artificial intelligence tool designed to easily extract hidden knowledge from data. It was built on the cybernetic principles of self-organization: Learning a completely unknown relationship between output and input of any given system in an evolutionary way from a very simple organization to an optimally complex one.
Version:5.0
Price:US$120.- copper - 1800.- platinum (01/10/2004)
http://www.knowledgeminer.net

NeuroDimension Inc., USA

Below, please find the official product description. An individual, objective review will follow shortly ..
Official product & sales info:NeuroSolutions is NeuroDimension's base product. This leading edge software combines a modular, icon-based network design interface with an implementation of advanced learning procedures, such as recurrent backpropagation and backpropagation through time. Some other notable features include C++ source code generation, customized components through DLLs, a comprehensive macro language, and Visual Basic accessibility through OLE Automation.
Version:4.3
Price:US$795.- user / 1295.- consultant / 1995.- professional / 2495.- developer (01/10/2004)
Official product & sales info:The NeuroSolutions for MATLAB neural network toolbox is a valuable addition to MATLAB's technical computing capabilities allowing users to leverage the power of NeuroSolutions inside MATLAB. The toolbox features 15 neural models, 5 learning algorithms and a host of useful utilities integrated in an easy-to-use interface, which requires “next to no knowledge” of neural networks to begin using the product.
Version:
Price:US$795.- (01/10/2004)
Official product & sales info:NeuroSolutions for Excel is a Microsoft Excel add-in to supplement NeuroSolutions. You simply highlight portions of your data as training, cross validation, or testing within your Excel spreadsheet, step through a few configuration panels, and you have a working neural network. Configure another panel and watch Excel graph the results from a batch of experiments. This powerful feature allows you to easily determine the optimum network parameters
Version:
Price:
Official product & sales info:TradingSolutions 3.0 is now available! This advanced technical analysis software combines neural network and genetic algorithm technologies with traditional technical analysis to create a highly effective tool for financial modelling.
Version:3.0
Price:US$995.- / 1295.- Suite / 1995.- real-time / 1995.- real-time suite (01/10/2004)
Official product & sales info:Genetic Server and Genetic Library are flexible Software Development Kits (SDKs) that allow programmers to easily use genetic algorithms to solve their optimization problems. They can also be use to embed genetic optimization into a custom application which can then be distributed free of charge.
Version:
Price:US$795.- library + server (01/10/2004)
http://www.nd.com/ - http://www.neurosolutions.com

Neural Planner Software, USA

Below, please find the official product description. An individual, objective review will follow shortly ..
EasyNN PlusOfficial product & sales info:EasyNN-plus is a neural network software system for Microsoft Windows
Version:5.0e
Price:US$49.- 01/10/2004
http://www.easynn.com/

Promised Land Technologies, USA

Below, please find the official product description. An individual, objective review will follow shortly ..
BraincellOfficial product & sales info:BrainCell is a PC software tool that generates neural nets. BrainCell, combined with Microsoft Excel or Lotus 1-2-3, creates the first 'intelligent spreadsheetª'. It makes possible a sophisticated new level of problem-solving and analysis that can give planners, business executives, engineers, scientists, and others a major competitive advantage.
Version:3.0
Price:US$249.- 01/10/2004
http://www.promland.com/

Neural Network Software For Windows


Ward Systems Group

Ward Systems, USA

Below, please find the official product description. An individual, objective review will follow shortly ..
A complete and discounted artificial intelligence toolkit of our most popular professional products that solves prediction and classification problems and can discover optimum values for model inputs.
Version:
Price:US$ 1245.- (01/10/2004)
GeneHunterGenetic algorithm product designed for optimizations such as finding the best schedules, financial indicators, mixes, model variables, locations, parameter settings, portfolios, etc
Version:
Price:US$ 545.- (01/10/2004)
NeuroShell PredictorProfessional system to solve forecasting and estimation problems by learning historical data.
Version:
Price:US$ 545.- (01/10/2004)
NeuroShell ClassifierProfessional system that learns historical patterns to categorize or classify data.
Version:
Price:US$ 545.- (01/10/2004)
NeuroShell 2An experimentation kit of 16 classic neural network architectures primarily for students and professors.
Version:
Price:US$ 870.- (01/10/2004)


NeuroShell Trader
Trader Professional
DayTrader Professional

Magix music maker 17 free download - Magix Music Maker Plus, Magix Music Maker Live, Magix Music Maker for MySpace, and many more programs. Easily control Music Maker software instruments such as strings, bass, guitars, synthesizers and lots more. Give each and every song a characteristic flair. You can choose 3 MAGIX instruments and 1 Tiny instrument for Music Maker Plus Edition or 6 MAGIX instruments and 2 Tiny Instruments for Music Maker Premium Edition. Magix music maker 17 download.

Enables you to create and backtest end-of-day or intraday financial forecasting models that may include indicators, trading rules, neural networks, and genetic algorithm optimization.
Version:
Price:Trader US$ 795.- (01/10/2004)
Trader Professional US$ 1395.- (01/10/2004)
Day
Trader Professional US$ 2295.- (01/10/2004)
NeuroShell Engine - a programmer's 'API' for existing customers which specially licenses the internal learning mechanisms of the NeuroShell Predictor and NeuroShell Classifier for inclusion in their own applications.
Version:
Price:
NeuroShell Run-Time Server - contains Excel addins and a programmer's 'API' so you may apply (call) models created in either NeuroShell Predictor or Classifier from Excel, from your own programs or from a web page (Windows based servers only. For Unix based servers, please take a look at NeuroShell 2) with a license to distribute royalty free.
Version:
Price:US$ 445.- (01/10/2004)
http://www.wardsystems.com/

Soon to be added: Crystal & Analyser & Optimizer,

Neural Network Programs

Additionally, there is a wide variety on NN software available. For a extensive overview please use the link on the left. We have grouped the software packages by the user's purposes. Application oriented software is ready for immediate applications in various domains, while research focussed software offers more modelling degrees of freedom and extension, while requiring more knowledge and manual tasks in the application process. Developers require source code, components etc. to develop individual software based upon neural networks.

Software for Forecasting

Neural Network Download

CPC-X Software, USA

Below, please find the official product description. An individual, objective review will follow shortly ..
AutoboxOfficial product & sales info:

Automatic Forecasting Systems (AFS) was founded in 1975 to launch and market radical improvements in forecasting software.Our mission is to provide the most sophisticated software utilizing Box-Jenkins forecasting methodology
Our heuristics are often capable of exceeding experts due to the exhaustive search based approach which considers alternative sequences to model augmentation. Our unique intervention detection is able to identify outliers, steps, level shifts and local time trends
Autobox is AFS's flagship product, providing cutting edge forecasting for the PC desktop for 28 years. Autobox provides a start to finish environment designed to make forecasting easy whether you have one series or one thousand.
Autobox has a complete set of forecasting features that will appeal to both novice and expert forecasters. It's automatic features are unparalleled in breadth and depth of implementation. Autobox is truly the power forecasters dream tool with a pallette of tools that allows the forecaster to build models that work.

Version:5.0
Price:US$398.- 5000.- (and a lot HIGHER!) 01/10/2004
FreeforeOfficial product & sales info:

FreeFore is simply the easiest way to forecast. Designed with both the novice and expert forecaster in mind you can load your data and forecast like a Pro. No matter what method you currently use to forecast, FreeFore will improve your ability to forecast accurately.

FreeFore uses the Autobox engine, which has won the prestigious “Best Dedicated Forecasting Program” for the past four years running! AFS’s unique approach doesn’t try to shoehorn the data into a model or a limited number of models, allow FreeFore to combine, history and causals in an optimal way incorporating when needed Level Shifts, Local Time Trends and both One Time and Seasonal Pulses.FreeFore discovers new causal variables by gleaning patterns from historical forecast errors and outliers identified by the Autobox Engine! Many cases result in causal variables you may not have even known existed. i.e. promotions, holidays, day of the week effects and many others.. Check your accuracy using our professional forecasting diagnostics by including Future and Retained values to create rolling forecasts.

Version:0.x?
Price:FREE - US$1200.- 01/10/2004
http://www.geocities.com/neuralpower/

Neural Network Software Download

Software

Neural Network Software Reviews

Citation of these webpages ©
Please cite information from these pages clearly and properly - unless copyright otherwise stated - as:

Crone, Sven: Knowledge Repository on Foreascting with Artificial Neural Networks, complete URL (i.e. http://www.neural-forecasting.com/tutorials.htm), date of update, date of download,