人工智能 Resources

Showing items tagged with "人工智能"

This MATLAB code implements the Firefly Algorithm, a swarm intelligence optimization method. Developed as a university project, it features a main program with auxiliary functions simulating fundamental firefly behaviors, making it particularly suitable for artificial intelligence applications. The implementation includes attraction mechanisms based on brightness and distance calculations.

MATLAB 231 views Tagged

PNN, also known as Probabilistic Neural Network, was initially proposed by mathematician Specht in 1990 and subsequently refined by researchers including Master [1995]. This network architecture has been successfully applied across multiple domains including machine learning, artificial intelligence, and automatic control systems. Compared to multi-layer feedforward networks, PNN demonstrates simpler mathematical principles and easier implementation through its probability density function estimation approach using Parzen windows and radial basis functions.

MATLAB 209 views Tagged

This is a particle swarm optimization toolbox available for download. Contains implementations for artificial intelligence/neural networks/deep learning applications with modular algorithm structures and configurable parameters.

MATLAB 206 views Tagged