neural-network
How to direct information flow in a graph or ANN?
I\'m building an undirected ANN. There are no distin开发者_开发知识库ct input or output nodes, and all connections are undirected.[详细]
2023-03-23 19:42 分类:问答MATLAB neural nets: trainbfg problems when using a custom performance function
I have written my own custom performance function, that is a cross entropy function with some modifications, called augmented cross entropy function.[详细]
2023-03-21 09:53 分类:问答Install\build FANN in Qt !
I tried to integrate FANN library ( Artificial neural network ) with Qt, but I got errors! My FANN librar开发者_如何学JAVAy version is (fann-2.1.0). It doesn\'t contain *.dll and *.lib files. It just[详细]
2023-03-19 07:37 分类:问答Calibration using GA and then ANN
I have to do a calibration of a model with 10 parameters. Used GA to calibrate, but to avoid convergence of GA at local optima I wanna use ANN to find the global optimum. Can I use the s开发者_运维百科[详细]
2023-03-18 21:23 分类:问答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 statist[详细]
2023-03-18 18:53 分类:问答Checking the gradient when doing gradient descent
I\'m trying to implement a feed-forward backpropagating autoencoder (training with gradient descent) and wanted to verify that I\'m calculating the gradient correctly. This tutorial suggests calculati[详细]
2023-03-17 05:49 分类:问答trouble with NeuronDotNet in c#
i want to use NeuronDotNet in my application. please consider this class: using NeuronDotNet.Core; public class CostomNeuralNetwork[详细]
2023-03-17 04:23 分类:问答What is the best programming language to implement neural networks?
I\'m not looking for a Neural Networks library, since I\'m creating new kinds of networks. For that I need a good \"dataflow\" language.[详细]
2023-03-17 03:37 分类:问答What's the point of the threshold in a perceptron?
I\'m having trouble seeing what the threshold actually does in a single-layer perceptron. The data is usually separated no matter what the value of the threshold is. It seems a lower thre开发者_运维问[详细]
2023-03-17 00:45 分类:问答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 andand I was hoping to get some help from the wonderful community here.[详细]
2023-03-16 09:31 分类:问答