[SVM prediction] Grey Wolf algorithm optimization SVM support vector machine prediction matlab source code

The selection of prediction model parameters plays an important role in its generalization ability and prediction accuracy. The parameters of least squares support vector machine based on RBF kernel function mainly involve penalty factor and kernel function parameters. The selection of these two parameters will directly affect the learning and ...

Posted by Ammar on Mon, 03 Jan 2022 13:38:07 +0100

Matlab improved limit learning machine ELM based on particle swarm optimization algorithm to realize data prediction

I. concept of extreme learning machine Extreme learning machine (ELM) is an algorithm for solving single hidden layer neural network proposed by Huang guangbin. The biggest feature of ELM is that for traditional neural networks, especially single hidden layer feedforward neural networks (SLFNs), it is faster than traditional learning algorith ...

Posted by idevlin on Mon, 03 Jan 2022 04:03:17 +0100

[MDVRP] solve multi depot VRP Problem with distance based on Matlab genetic algorithm (including single line local optimization) [including Matlab source code phase 1170]

1, Introduction 1 overview of genetic algorithm Genetic Algorithm (GA) is a part of evolutionary computation. It is a computational model simulating Darwin's genetic selection and natural elimination of biological evolution process. It is a method to search the optimal solution by simulating the natural evolution process. The algorithm is simp ...

Posted by arun_desh on Mon, 03 Jan 2022 02:43:45 +0100

On VMD -- variational modal decomposition

In many scenarios, we need to decompose the signal to facilitate our next operation. The commonly used decomposition methods can include EMD family, such as EMD, EEMD, FEEMD, CEEMDAN, ICEEMDAN, etc. of course, there are also wavelet decomposition and empirical wavelet decomposition. In short, there are many decomposition methods. Different deco ...

Posted by jammer on Mon, 03 Jan 2022 01:35:24 +0100

[path planning] robot grid map path planning based on particle swarm optimization algorithm

1 particle swarm optimization 1.1 research background The development process of particle swarm optimization algorithm. Particle swarm optimization algorithm (partial swarm optimization PSO), each particle in the particle swarm represents the possible solution of a problem. The intelligence of problem solving is realized through the simpl ...

Posted by stanleybb on Sun, 02 Jan 2022 19:01:57 +0100

[digital signal modulation] binary differential phase shift keying modulation (2DPSK) based on MATLAB [including Matlab source code phase 163]

1, Get code method Get code method 1: The complete code has been uploaded to my resources: [digital signal modulation] binary differential phase shift keying modulation (2DPSK) based on MATLAB [including Matlab source code phase 163] Get code method 2: By subscribing to the payment column of zijishenguang blog, private bloggers can obtain thi ...

Posted by chawezul on Sun, 02 Jan 2022 18:34:13 +0100

Matlab particle swarm optimization algorithm based on weighted mutation (WVPSO)

I. particle swarm optimization Particle swarm optimization algorithm was proposed by Dr. Eberhart and Dr. Kennedy in 1995. It comes from the study of bird predation behavior. Its basic core is to make use of the information sharing of individuals in the group, so as to make the movement of the whole group produce an evolutionary process from d ...

Posted by Jaehoon on Sun, 02 Jan 2022 17:59:23 +0100

[traffic sign recognition] traffic sign recognition based on matlab GUI BP neural network (with panel) [including Matlab source code phase 1647]

1, Introduction of BP neural network traffic sign recognition Road traffic signs are used to prohibit, warn, instruct and restrict road users to use roads in an orderly manner to ensure travel safety If the road traffic signs can be recognized automatically, the occurrence of road traffic accidents will be greatly reduced However, due to the c ...

Posted by mckinney3 on Sun, 02 Jan 2022 09:21:23 +0100

Semiconductor physics software experiment

Variation of electron concentration with temperature in semiconductors Description of experimental principle Experimental purpose Understand the principle of carrier concentration varying with temperature.Understand the functions and basic usage of Medici software.Master the solution of Fermi level, carrier concentration, electric neutra ...

Posted by g00bster on Sun, 02 Jan 2022 02:36:57 +0100

Matlab intelligent algorithm - particle swarm optimization algorithm based on nonlinear dynamic adaptive inertia weight (IPSO)

I. particle swarm optimization Particle swarm optimization algorithm was proposed by Dr. Eberhart and Dr. Kennedy in 1995. It comes from the study of bird predation behavior. Its basic core is to make use of the information sharing of individuals in the group, so as to make the movement of the whole group produce an evolutionary process from d ...

Posted by phpmoron on Sun, 02 Jan 2022 00:51:26 +0100