Reviews
Now Reading
gobrain
0
Review

gobrain

Overview
Synopsis

The version 1.0.0 includes just basic Neural Network functions such as Feed Forward and Elman Recurrent Neural Network.

Category

Artificial Neural Network Software

Features

•Feed Forward
•Elman Recurrent Neural Network

License

Proprietary Software

Pricing

Subscription

Free Trial

Available

Users Size

Small (<50 employees), Medium (50 to 1000 Enterprise (>1001 employees)

Company

gobrain

What is best?

•Feed Forward
•Elman Recurrent Neural Network

PAT Rating™
Editor Rating
Aggregated User Rating
Rate Here
Ease of use
8.3
7.2
Features & Functionality
8.5
Advanced Features
8.5
Integration
8.4
Performance
8.3
Customer Support
7.6
5.4
Implementation
Renew & Recommend
Bottom Line

Using the framework, users are able to construct a simple Feed Forward Neural Network by first creating the XOR representation pattern to train the network. The networks structure should contain a specific number of inputs, hidden nodes and outputs.

8.3
Editor Rating
6.3
Aggregated User Rating
1 rating
You have rated this

The version 1.0.0 of gobrain includes just basic Neural Network functions such as Feed Forward and Elman Recurrent Neural Network. Using the framework, users are able to construct a simple Feed Forward Neural Network by first creating the XOR representation pattern to train the network.

The networks structure should contain a specific number of inputs, hidden nodes and outputs. The training should run for a given number of epochs e.g. 1000. The learning rate can be set to 0.6 and the momentum factor to 0.4. Users can receive reports about the learning error by using true in the last parameter.

The BackPropagate method is used when training the Neural Network to back propagate the errors from network activation. On the other hand, the return e method is used to train the Network; it will run the training operation for 'iterations' times and return the computed errors when training. After running the relevant code the network will be trained and ready to be used. The network can then be test run using the Test method.

Users can also use the method Update to predict the output given an input with the output being a vector with values ranging from 0 to 1. gobrain features Recurrent Neural Network, a library that implements Elman's Simple Recurrent Network. To take advantage of this, one can use the SetContexts function. They can create a single context initialized with a certain value or create custom initialized contexts. However, custom contexts must have the same size of hidden nodes + 1 (bias node).

Filter reviews
User Ratings





User Company size



User role





User industry





Ease of use
Features & Functionality
Advanced Features
Integration
Performance
Customer Support
Implementation
Renew & Recommend

What's your reaction?
Love It
0%
Very Good
0%
INTERESTED
100%
COOL
0%
NOT BAD
0%
WHAT !
0%
HATE IT
0%