人工神经网络 Resources

Showing items tagged with "人工神经网络"

A practical artificial neural network design implementation example that has been verified to produce correct results, including discussions on network architecture parameters and optimization algorithms.

MATLAB 239 views Tagged

One of the artificial neural network experiments that implements Hopfield network to solve the Traveling Salesman Problem. The package includes complete documentation covering algorithm theory, problem formulation, experimental results, and analysis, along with source code implementation featuring energy function minimization and convergence validation.

MATLAB 247 views Tagged

Image Compression with Artificial Neural Networks - MATLAB Implementation. This codebase, developed in MATLAB 6.5, provides a complete Windows-compatible solution for neural network-based image compression. The package includes all necessary files with Train.m handling network training through backpropagation algorithms and Codec.m performing image compression/decompression using the trained network weights.

MATLAB 206 views Tagged