neurolab | Neurolab is a simple and powerful Neural Network Library | Machine Learning library
kandi X-RAY | neurolab Summary
kandi X-RAY | neurolab Summary
Neurolab is a simple and powerful Neural Network Library for Python. Contains based neural networks, train algorithms and flexible framework to create and explore other neural network types.
Support
Quality
Security
License
Reuse
Top functions reviewed by kandi - BETA
- Call the network .
- Generate a new smesh .
- Calculate the gradient of a layer .
- Create a new network .
- Build a new GRNN layer .
- Initialize the w . r .
- Generate a network .
- Generate a new hop network .
- Create a new network layer .
- Calculate gradient of convolutional layer .
neurolab Key Features
neurolab Examples and Code Snippets
Community Discussions
Trending Discussions on neurolab
QUESTION
I already know how to train a neural net with NeuroLab and get the error every X epochs, but I want to get the final error after training the net.
...ANSWER
Answered 2018-May-05 at 15:03Okay, so the best way I have found until now is to save the error progress and then get the last item in the array.
QUESTION
I have a file BCICIV1bAF3.dat which contain data. The file size is 20x1
This is my code...
In newff function the range i decide based on Min/Max but i dont know how to decide the other parameters. How much hidden layer do i want etc.
...ANSWER
Answered 2017-Mar-28 at 17:56Did you try other training methods? I saw in other answer that it helped, because of a bug in library.
Available methods:
train_gd, train_gdm, train_gda, train_gdx, train_rprop, train_bfgs (DEFAULT), train_cg
You can change it by calling:
net.trainf = nl.train.train_gd
If you could provide input data (even with changed values) it would be great.
I tried calling train method for input in form: [0,1,2,3...18,19]
and it failed - I had to change input (and target) to [[0],[1],...[18],[19]]
EDIT:
Your data is in wrong format, you should transform it to list of lists. I don't have scipy
on my machine, but try this:
Community Discussions, Code Snippets contain sources that include Stack Exchange Network
Vulnerabilities
No vulnerabilities reported
Install neurolab
Support
Reuse Trending Solutions
Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items
Find more librariesStay Updated
Subscribe to our newsletter for trending solutions and developer bootcamps
Share this Page