代码搜索:Help
找到约 10,000 项符合「Help」的源代码
代码结果 10,000
www.eeworm.com/read/349415/10828245
help binomial.help
"binomial.cpp" Help File
Purpose: Demonstrate the functionality
of a binomial neural network. Uses two
layers and predefined weights. Also
demonstrates that the most classic
scenario of the XOR
www.eeworm.com/read/349415/10828303
help array.help
"array.cpp" Help File
Purpose: Use a bitmap and a SIGMOID
network to idenfity the digits from
0-9.
There are two extra functions. The first,
"SetRandomWeights" set's random weights
in the ma
www.eeworm.com/read/349415/10828317
help pnn.help
"pnn.cpp" Help File
The purpose is to demonstrate the use
of probabilistic neural networks. A
binomial function is defined and then
the function minima is determined.
~Panayiotis Thomakos
www.eeworm.com/read/349415/10828319
help recurrent.help
"recurrent.cpp" Help File
Purpose: Test if a recurrent network
can learn how to copy input. This
really just tests the functionality of
recurrent neural nets.
~Panayiotis Thomakos
www.eeworm.com/read/349415/10828323
help hopefield.help
www.eeworm.com/read/349415/10828326
help annealing.help
annealing.cpp help file
Purpose: Demonstrate the use of
Simulated Annealing Neural Networks.
Using this network function:
[ 2 2 ]
[ -1 -1 ]
Find the function minima:
answer = [ 0 1 ]
www.eeworm.com/read/419876/10831546
ico help.ico
www.eeworm.com/read/275165/10833169
java help.java
import java.awt.*;
import javax.swing.border.*;
import java.net.*;
import javax.swing.*;
import java.awt.event.*;
public class Help extends JDialog {
JPanel titlePanel = new JPanel();
www.eeworm.com/read/275165/10833195