神经网络 Resources

Showing items tagged with "神经网络"

Introduction to the feedback linearization control process utilizing neural networks. Feedback linearization employs control feedback mechanisms to eliminate nonlinearities within a system, resulting in linear dynamics for the closed-loop system. This approach involves implementing algorithms that transform nonlinear system dynamics into linear equivalents through coordinate transformations and nonlinear feedback control laws.

MATLAB 223 views Tagged

These 7 source code examples demonstrate various adaptive noise filtering techniques, including wavelet analysis, LMS (Least Mean Squares), RLS (Recursive Least Squares), NLMS (Normalized LMS) adaptive filters, feedforward neural networks, and BP (Backpropagation) neural network-based noise cancellation algorithms with practical implementation details.

MATLAB 302 views Tagged

This method implements handwriting recognition using a Backpropagation (BP) neural network with accelerated training techniques. It enables rapid pattern recognition for a class of related handwritten fonts with high accuracy rates. When font variations cause reduced recognition performance, the network can be retrained for improved adaptability. Experimental results confirm effective handwritten character recognition, though limitations include slower recognition speeds and occasional training non-convergence issues.

MATLAB 254 views Tagged

The MATLAB implementation of image compression and reconstruction involves: ① Performing wavelet decomposition to obtain first-level low-frequency and high-frequency coefficients ② Retaining low-frequency coefficients while compressing high-frequency coefficients using neural network-based vector quantization encoding ③ Restoring high-frequency coefficients from the codebook ④ Reconstructing the image using preserved low-frequency and restored high-frequency coefficients

MATLAB 262 views Tagged