神经网络编程 Resources

Showing items tagged with "神经网络编程"

Implementing neural networks with MATLAB using the newff() function to create a two-layer feedforward network. The network accepts inputs in the range [-1, 1], with the first layer containing 10 neurons using tansig activation functions. This implementation demonstrates key neural network architecture configuration and activation function selection.

MATLAB 209 views Tagged