神经网络 Resources

Showing items tagged with "神经网络"

For unknown nonlinear functions, accurately finding extremum values solely through input-output data is challenging. This problem can be solved by combining neural networks with genetic algorithms, leveraging neural networks' nonlinear fitting capabilities and genetic algorithms' nonlinear optimization abilities to locate function extrema. This article demonstrates how to optimize extremum values for nonlinear functions using neural network genetic algorithms, with implementation details including network architecture design and genetic operation parameters.

MATLAB 354 views Tagged

MATLAB implementation for training neural networks with genetic algorithms to overcome local optima issues in neural network optimization, featuring population-based parameter evolution and fitness evaluation techniques.

MATLAB 363 views Tagged

MATLAB source code implementations for fundamental pattern recognition algorithms including Least Squares, SVM, Neural Networks, K-Nearest Neighbors (KNN), Editing Methods, Feature Selection, and Feature Transformation techniques.

MATLAB 327 views Tagged