Tagged Questions

6
votes
14answers
395 views

Prototyping neural networks

Hi all, from your experience, which is the most effective approach to implement artificial neural networks prototypes? It is a lot of hype about R (free, but I didn't work with it) or Matlab (not …
5
votes
4answers
77 views

How to determine for which value artificial neuron will fire?

I'm trying to determine for the articial neuron shown below the values (0 or 1) for the inputs i1, i2, and i3 for which it will fire (i0 is the input for the bias weight and will always be -1). The …
5
votes
3answers
135 views

Neural Network “Breeding”

I just watched a Google tech talk video covering "Polyworld" (found here) and they talk about breeding two neural networks together to form offspring. My question is, how would one go about combining …
5
votes
2answers
189 views

modern c++ style neural network libraries?

Looking for neuronal network libraries (providing the basic multi-layer-perceptron with back-propagation and possibly teachers) i did find only libraries which seem to come from the 1990s and don't …
3
votes
3answers
64 views

Continuous output in Neural Networks

How can I set Neural Networks so they accept and output a continuous range of values instead of a discrete ones? From what I recall from doing a Neural Network class a couple of years ago, the …
2
votes
2answers
50 views

Backpropagation issues

I have a couple of questions about how to code the backpropagation algorithm of neural networks: The topology of my networks is an input layer, hidden layer and output layer. Both the hidden layer …
1
vote
4answers
83 views

PHP Loop Performance Optimization

I am writing a PHP function that will need to loop over an array of pointers and for each item, pull in that data (be it from a MySQL database or flat file). Would anyone have any ideas of optimizing …
1
vote
2answers
67 views

XOR problem solvable with 2x2x1 neural network without bias?

Is a Neural network with 2 input nodes, 2 hidden nodes and an output supposed to be able to solve the XOR problem provided there is no bias? Or can it get stuck?
1
vote
2answers
126 views

Neural Networks in Python without using any readymade libraries…i.e., from first principles..help!

I am trying to learn programming in python and am also working against a deadline for setting up a neural network which looks like it's going to feature multidirectional associative memory and …
1
vote
2answers
222 views

Knight’s Tour using a Neural Network

I was looking at the knights tour problem and decided to have a go at implementing it in python using a neural network to find solutions. The general explanation of the method can be found on …
0
votes
0answers
28 views

Matrix power to minimize error in neural network using Newton’s method

Hello, I have a non square matrix A and i want to know A^2. Actually i am working in neural network newton optimization method using second order Taylor series such that I want to multiply the …
0
votes
0answers
11 views

Is there any implementation for a continuous hopfield network

Is there a .NET-library available for a continuous hopfield network. And if there is, is it open-source.
0
votes
1answer
123 views

Competitive Learning in Neural Networks

I am playing with some neural network simulations. I'd like to get two neural networks sharing the input and output nodes (with other nodes being distinct and part of two different routes) to compete. …
0
votes
1answer
107 views

Another neural network knight’s tour conundrum

I've done my best to make a simple java implementation of the neural network knight's tour finder but I'm completely stumped as to why it fails to work.. there are 6 classes, 3 for the GUI which im …
0
votes
1answer
88 views

How can i create neural networks in c#?

I'm doing object detection in c# using emgucv library. But i find it difficult to develop the neural network in c# for detecting the object? Please any body help me about this topic and how to test …

1 2 next
15 30 50 per page