pybrain Questions

1

I have trouble getting the DeepBeliefTrainer to work on my data in PyBrain/Python. Since I can't find any examples other than unsupervised on how to use the deep learning in PyBrain, I hope that so...
Chief asked 1/3, 2013 at 15:32

1

Solved

I am making use of pybrain to build a network that has 6 input dimensions and one real valued output dimension. The code I use is shown below: network = buildNetwork(train.indim, 4, train.outdim) ...

1

Solved

I have played around a bit with pybrain and understand how to generate neural networks with custom architectures and train them to supervised data sets using backpropagation algorithm. However I ...
Laoighis asked 1/4, 2013 at 20:55

1

I am trying to recreate a neural network based on given facts.It has 3 inputs,a hidden layer and an output.My problem is that the weights are also given,so I don't need to train. I was thinking ma...
Bullbat asked 3/3, 2012 at 21:6

0

I'm using pybrain to build an agent that learns chemotaxis (moving toward food based on a chemical signal). The agent is represented by a neural network, which should adjust its weights based...
Waylan asked 15/12, 2012 at 3:17

1

Solved

I am predicting a value, I have 2 input layer and an output layer. Here is my code in which I have trained a PyBrain network and then tested it, I am missing how should I give a set of input to the...
Anthurium asked 5/11, 2012 at 11:56

3

Solved

finally I managed to train a network from a file :) Now I want to print the nodes and the weights, especially the weights, because I want to train the network with pybrain and then implement a NN s...
Absentminded asked 16/11, 2011 at 11:16

1

I am trying to solve this Kaggle Problem using Neural Networks. I am using Pybrain Python Library. It's a classical supervised Learning Problem. In following code: 'data' variable is numpy array(8...

1

there is a function like: y = sin(x) I want to use PyBrain networks to fit the functions, here are what i did: when you run it you will get what i get, the data obtained is far from what it should ...
Fictionalize asked 25/4, 2012 at 8:0

1

Solved

I feel like this should be trivial, but I've struggled to find anything useful in the PyBrain documentation, on here, or elsewhere. The problem is this : I have a three layer (input, hidden, outp...
Beckmann asked 15/9, 2012 at 9:47

1

Solved

Is there a good way to add/remove a neuron and its associated connections into/from a fully connected PyBrain network? Say I start with: from pybrain.tools.shortcuts import buildNetwork net = buil...
Madaih asked 25/7, 2012 at 23:10

0

So, PyBrain definitely seems like it has a lot of great tools and functionality(s) to be used. Sadly, it's documentation/'tutorial' is....very........weaK? And it is very hard to determine ho...
Slag asked 11/7, 2012 at 19:36

© 2022 - 2024 — McMap. All rights reserved.