I\'m building an undirected ANN. There are no distin开发者_开发知识库ct input or output nodes, and all connections are undirected.
I have written my own custom performance function, that is a cross entropy function with some modifications, called augmented cross entropy function.
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
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开发者_运维百科
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
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
i want to use NeuronDotNet in my application. please consider this class: using NeuronDotNet.Core; public class CostomNeuralNetwork
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.
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开发者_运维问
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.