Newest Questions
12,769 questions
7
votes
2
answers
338
views
Are humans intelligent according to the definition of an intelligent agent?
Given the following definition of an intelligent agent (taken from a Wikipedia article)
If an agent acts so as to maximize the expected value of a performance measure based on past experience and ...
33
votes
4
answers
2k
views
How to find the optimal number of neurons per layer?
When you're writing your algorithm, how do you know how many neurons you need per single layer? Are there any methods for finding the optimal number of them, or is it a rule of thumb?
14
votes
3
answers
1k
views
How does noise affect generalization?
Does increasing the noise in data help to improve the learning ability of a network? Does it make any difference or does it depend on the problem being solved? How is it affect the generalization ...
12
votes
5
answers
900
views
What is "backprop"?
What does "backprop" mean? Is the "backprop" term basically the same as "backpropagation" or does it have a different meaning?