Tagged Questions
Network structure inspired by simplified models of biological neurons (brain cells). Neural networks are trained to "learn" by supervised and unsupervised techniques, and can be used to solve optimization problems, approximation problems, classify patterns, and combinations thereof.
102
votes
21answers
5k views
What problems have you solved using artificial neural networks? [closed]
I'd like to know about specific problems you - the SO reader - have solved using artificial neural network techniques and what libraries/frameworks you used if you didn't roll your own.
Questions:
...
41
votes
8answers
3k views
Neural networks - obsolete? [closed]
According to an answer from here, artificial neural networks are obsoleted by Support Vector Machines, Gaussian Processes, generative and descriptive models. What is your opinion?
39
votes
15answers
3k views
What are some good resources for learning about Neural Networks?
I'm really interested in Neural nets, but I'm looking for a place to start.
What resources are out there and what is a good starting project(s)?
36
votes
22answers
6k views
Math optimization in C#
I've been profiling an application all day long and, having optimized a couple bits of code, I'm left with this on my todo list. It's the activation function for a neural network, which gets called ...
30
votes
15answers
4k views
Predict Stock Market Values
I'm building a web semantic project that gathers the maximum ammount of historic data about a certain company and tries to predict its future market stock values.
For data I have the historic stock ...
26
votes
8answers
3k views
When to use Genetic Algorithms vs. when to use Neural Networks?
Is there a rule of thumb or set of examples to determine when to use Genetic Algorithms versus when to use Neural Networks to solve a problem?
I know there are cases in which you can have both ...
19
votes
6answers
686 views
How to train an artificial neural network to play Diablo 2 using visual input?
I'm currently trying to get an ANN to play a video game and and I was hoping to get some help from the wonderful community here.
I've settled on Diablo 2. Game play is thus in real-time and from an ...
18
votes
7answers
695 views
Backpropagation through time
Does anyone know of a library with a working implementation of backpropagation through time?
Any of Java/Python/C#/VB.NET/F# (preferably the last one) will do!
18
votes
6answers
4k views
Neural Network example in .NET
Any good tutorial with source that will demonstrate how to develop neural network (step bay step for dummies ;-))
17
votes
4answers
6k views
Good open-source neural network Python library?
I'm looking for a good (and, if possible, simple) open-source Python library to do neural network computations. It should be able to deal with multiple-layer networks and backpropagation learning. ...
16
votes
6answers
237 views
How to make virtual organisms learn using neural networks?
I'm making a simple learning simulation, where there are multiple organisms on screen. They're supposed to learn how to eat, using their simple neural networks. They have 4 neurons, and each neuron ...
16
votes
5answers
751 views
Machine Learning Algorithm for Predicting Order of Events?
Simple machine learning question. Probably numerous ways to solve this:
There is an infinite stream of 4 possible events:
'event_1', 'event_2', 'event_4', 'event_4'
The events do not come in in ...
15
votes
7answers
599 views
how useful is Turing completeness? are neural nets turing complete?
While reading some papers about the Turing completeness of recurrent neural nets (for example: Turing computability with neural nets, Hava T. Siegelmann and Eduardo D. Sontag, 1991), I got the feeling ...
15
votes
15answers
1k views
Prototyping neural networks
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 free), ...
12
votes
7answers
1k views
Neural Networks Project?
I'm looking for ideas for a Neural Networks project that I could complete in about a month or so. I'm doing it for the National Science Fair, so I need something that has some curb appeal as well ...
12
votes
4answers
1k views
Help with Perceptron
Here is my perceptron implementation in ANSI C:
#include <stdio.h>
#include <stdlib.h>
#include <math.h>
float randomFloat()
{
srand(time(NULL));
float r = (float)rand() / ...
12
votes
4answers
2k views
Prerequisites Needed to Read Books on Neural Networks (and understand them)
I've been trying to learn about Neural Networks for a while now, and I can understand some basic tutorials online, and I've been able to get through portions of Neural Computing - An Introduction but ...
11
votes
2answers
994 views
What's wrong with my Hopfield Neural Network solution to the Traveling Salesman Problem?
First off, this is homework. I think it's clear I've made an effort and I'm looking for hints, not code.
The problem is the following. The equation of operation has four components for altering a ...
11
votes
2answers
598 views
Estimating the number of neurons and number of layers of an artificial neural network
I am looking for a method on how to calculate the number of layers and the number of neurons per layer. As input i only have the size of the input vector, the size of the output vector and the size of ...
11
votes
2answers
4k views
whats the diference between train, validation and test set, in neural networks?
Im using this library
http://pastebin.com/raw.php?i=aMtVv4RZ
to implement a learning agent.
I have generated the train cases, but i dont know for sure what are the validation and test sets, the ...
11
votes
4answers
6k views
Role of Bias in Neural Networks
I'm a newbie to the world of ANN. I'm aware of the Gradient Desecent Rule and the Backpropagation Theorem. What I don't get is , when is using a bias important?
For example, when mapping the AND ...
10
votes
2answers
235 views
Multi-layer neural network wont predict negative values
I have implemented a multilayer perceptron to predict the sin of input vectors. The vectors consist of four -1,0,1's chosen at random and a bias set to 1. The network should predict the sin of sum of ...
10
votes
3answers
1k views
Understanding the Neural Network Backpropagation
Update: a better formulation of the issue.
I'm trying to understand the backpropagation algorithm with an XOR neural network as an example. For this case there are 2 input neurons + 1 bias, 2 ...
10
votes
5answers
800 views
Non-mathematical Description of Neural Networks
I am not a mathematician. I enjoy a good math puzzle, but I admit my weaknesses whole heartedly. That said, I've always had an interest in Neural Networks, and while I understand them enough to ...
9
votes
2answers
130 views
Easy to use Perl modules for neural networks
In a project that I'm working on I have a decision problem and none of my attempts have given satisfying results: using domain specifik knowledge, trying to generate statistics and creating a ...
9
votes
6answers
828 views
What algorithms are suitable for this simple machine learning problem?
I have a what I think is a simple machine learning question.
Here is the basic problem: I am repeatedly given a new object and a list of descriptions about the object. For example: new_object: 'bob' ...
9
votes
12answers
2k views
Where to start Handwritten Recognition using Neural Network?
I've been trying to learn about Neural Networks for a while now, and I can understand some basic tutorials online. Now i want to develop online handwritten recognition using Neural Network. So i ...
9
votes
6answers
433 views
Neural Networks
I want to learn more about AI and neural networks. I have some basic idea what it is and how it works, but I want to find a good book or tutorial with good explanations.
Anyone know of some good ...
9
votes
7answers
6k views
What kind of artificial intelligence jobs are out there?
Throughout my academic years in computer science I fell in love with many aspects of artificial intelligence. From expert systems, neural networks, to data mining (classification). I wonder, if I was ...
9
votes
2answers
3k views
Best book for learning artificial neural networks [closed]
in your opinion, what are the best books to:
start with learning in neural network area, and
getting more in-depth knowledge in this domain?
Books/resources demanding mathematical prerequisites ...
9
votes
5answers
914 views
Are evolutionary algorithms and neural networks used in the same problem domains?
I am trying to get a feel for the difference between the various classes of machine-learning algorithms.
I understand that the implementations of evolutionary algorithms are quite different from ...
9
votes
9answers
726 views
Best approach to what I think is a machine learning problem
I am wanting some expert guidance here on what the best approach is for me to solve a problem. I have investigated some machine learning, neural networks, and stuff like that. I've investigated ...
9
votes
5answers
1k views
Artificial Neural Network Question
Generally speaking what do you get out of extending an artificial neural net by adding more nodes to a hidden layer or more hidden layers?
Does it allow for more precision in the mapping, or does it ...
9
votes
7answers
714 views
What is the coolest AI project you've heard of?
As I learn more about Computer Science, AI, and Neural Networks, I am continually amazed by the cool things a computer can do and learn. I've been fascinated by projects new and old, and I'm curios ...
8
votes
6answers
321 views
Neural Network based ranking of documents
I'm planning of implementing a document ranker which uses neural networks. How can one rate a document by taking in to consideration the ratings of similar articles?. Any good python libraries for ...
8
votes
2answers
249 views
Problem with simple artificial neural network — adding
I am trying to make a simple artificial neural network work with the backpropagation algorithm. I have created an ANN and I believe I have implemented the BP algorithm correctly, but I may of course ...
8
votes
3answers
219 views
Giving a neural network “pain”
I've programmed a non-directional neural network. So kind of like the brain, all neurons are updated at the same time, and there are no explicit layers.
Now I'm wondering, how does pain work? How can ...
8
votes
5answers
693 views
Removing Image Background/ Scene
I have captured an image in the first part, but then I would want to extract everything out the background I have captured on the right side (the one without the hand), so that the hand will then be ...
8
votes
8answers
403 views
Is it theoretically possible to emulate a human brain on a computer?
Our brain consists of billions of neurons which basically work with all the incoming data from our senses, handle our consciousness, emotions and creativity as well as our hormone system, etc.
So I'm ...
8
votes
4answers
1k views
Weather forecast using a neural network
I am trying to write a program for weather forecasting using backpropagation. I am a beginner in this field. I have historical data with different parameters like temperature, humidity, wind speed, ...
8
votes
13answers
584 views
Common web problems where Neural Networks could help
I was wondering if you creative minds out there could think of some situations or applications in the web environment where Neural Networks would be suitable or an interesting spin.
Edit: Some great ...
8
votes
5answers
1k 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 ...
8
votes
7answers
2k views
Neural Net Optimize w/ Genetic Algorithm
Is a genetic algorithm the most efficient way to optimize the number of hidden nodes and the amount of training done on an artificial neural network?
I am coding neural networks using the NNToolbox ...
8
votes
7answers
2k views
Looking for a Good Reference on Neural Networks
Duplicate
http://stackoverflow.com/questions/478947/what-are-some-good-resources-for-learning-about-neural-networks
I'm looking for a good (beginner level) reference book (or website) on ...
7
votes
2answers
569 views
Find phase difference between two (inharmonic) waves
I have two datasets listing the average voltage outputs of two assemblies of neural networks at times t, that look something like this:
A = [-80.0, -80.0, -80.0, -80.0, -80.0, -80.0, -79.58, -79.55, ...
7
votes
1answer
208 views
Neural nets for ruby
Which libraries/plugins are the best(fast/well-documented/etc) for designing and creating neural nets with backpropgation?
Googling
Ai4r
Ai-Appp
7
votes
4answers
566 views
Opinion for a suitable programming language for Neural Network brain of a Robot?
I am doing a Neural Network project as my final year undergraduate project.
The idea of the project : A very simple robot with 2 motors, and two ir and bump sensors will traverse a environment with ...
7
votes
2answers
475 views
neural network for letter recognition
I'm trying to add to the code for a single layer neural network which takes a bitmap as input and has 26 outputs for the likelihood of each letter in the alphabet.
The first question I have is ...
7
votes
3answers
382 views
Boosting my GA with Neural Networks and/or Reinforcement Learning
As I have mentioned in previous questions I am writing a maze solving application to help me learn about more theoretical CS subjects, after some trouble I've got a Genetic Algorithm working that can ...
7
votes
5answers
814 views
What Neural Network framework provides the best balance of performance, ease of use, and correctness of results?
I need to try a Neural Network on an interesting research problem I'm faced with.
Any language is fine, although I suspect the best NN's are probably in C.
I would like to be able to integrate with ...