neural-network
Should an input layer include a bias neuron?
I was wondering: in a multi-layer feed-forward ne开发者_开发问答ural network should the input layer include a bias neuron, or this is just useful in hidden layers? If so, why?No, an input layer doesn\[详细]
2023-04-01 18:16 分类:问答Neural Networks for Mobile Robot Navigation [closed]
As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references,or expertise, but this question will likely solicit debate, a[详细]
2023-04-01 11:52 分类:问答Which optimization algorithm should I use to optimize the weights of a multilayer perceptron?
Actually these are 3 questions: Which optimization algorithm should I use to optimize the weights of a multilayer perceptron, if I knew...[详细]
2023-03-31 09:48 分类:问答Why the BIAS is necessary in ANN? Should we have separate BIAS for each layer?
I want to make a model which predicts the future response of the input signal, the architecture of my network is [3, 5, 1]:[详细]
2023-03-30 22:46 分类:问答Does it makes any sense that weights and threshold are growing proportionally when training my perceptron?
I am moving my first steps in neural networks and to do so I am experimenting with a very simple single layer, single output perceptron which uses a sigmoidal activation function. I am updating my wei[详细]
2023-03-30 15:48 分类:问答Which weights will be used for predicting the future response?
I am doing work on time series data prediction. The input signal is the daily concentration of dust particles in the air and having format (10x24), 10 =days and for each day 24 values, then it is co[详细]
2023-03-30 11:52 分类:问答How to customize error function of MATLAB Neural Network
I want to implement this function as the error function for training a neural network: function err = MyErrorFunction(T,O)[详细]
2023-03-29 10:48 分类:问答Artificial Intelligence, Text Classifier [closed]
As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references,or expertise, but this question will likely solicit debate, a[详细]
2023-03-29 01:06 分类:问答Matlab SOM Toolbox U-Matrix Visualization
I\'m using the SOM Toolbox to analyze data collected from a database of cars. My problem is when visualizing the Unified Distance Matrix. Quoting the documentation for som_umat:[详细]
2023-03-27 18:07 分类:问答Are neural networks really abandonware?
I am planning to use neural networks for approximating a value function in a reinforcement learning algorithm. I want to do that to introduce some generalization and flexibility on how I represent sta[详细]
2023-03-24 20:10 分类:问答