[optimization prediction] optimize ELM prediction of limit learning machine based on Matlab genetic algorithm [including Matlab source code 1673]

1, Introduction to ELM neural network 1 Introduction Extreme learning machine is not a new thing, but has new content in algorithm (method). In terms of neural network structure, it is a forward propagation neural network, and the significance of previous blog posts. 2 ELM's biggest innovation 1) The connection weight between the input layer ...

Added by mgzee on Fri, 14 Jan 2022 17:38:31 +0200

[Matlab license plate recognition] template matching license plate recognition [including GUI source code phase 1215]

1, Introduction to license plate recognition License plate recognition technology originated in the early 1980s. Image pattern recognition and computer vision play an important role in it. With the rapid popularization and progress of computer technology, the license plate recognition system was gradually put into the market and used in the mi ...

Added by upit on Fri, 14 Jan 2022 08:53:16 +0200

[Matlab image enhancement] dark channel image defogging [including GUI source code 740]

1, Introduction 1 dark channel a priori image defogging method 1.1 light transmittance model Due to the scattering of light in propagation, only part of the radiation emitted from the light source can reach the receiving sensor, and the others are scattered into the propagation medium. Assuming that the scattered light intensity is linear with ...

Added by cptnwinky on Fri, 07 Jan 2022 11:48:06 +0200

[Matlab image processing] automatic target reporting system (heavy bullet hole) [including GUI source code phase 973]

1, Introduction of shooting simulation system 1 subject description 2 subject modeling process a) First, obtain the parameters of the weapon, and calculate the response common deviation of the weapon in direction and height from these parameters; b) Second, the deviation of direction and height in the shooting process is normally distributed. ...

Added by backinblack on Fri, 07 Jan 2022 11:09:31 +0200

[Matlab image denoising] butterworth + median + Wiener + wavelet image denoising [including GUI source code phase 520]

1, Introduction to image denoising and filtering 1 image denoising 1.1 definition of image noise Noise is an important factor that interferes with the visual effect of image. Image denoising refers to the process of reducing noise in image. There are three kinds of noise classification: additive noise, multiplicative noise and quantization noi ...

Added by fansphp on Fri, 07 Jan 2022 11:08:48 +0200

matlab calculates the "best" index factor OIF of remote sensing image

In order to reduce information redundancy and reduce the dimension of data, the optimal band feature combination is established by using the optimal index factor (OIF). Its basic principle is: the amount of information covered in the image is directly proportional to its standard deviation. The larger the standard deviation, the more informatio ...

Added by wama_tech on Thu, 06 Jan 2022 15:35:32 +0200

Matlab intelligent algorithm - adaptive ant lion optimization algorithm based on Optimization Strategy

1, Introduction to ant lion algorithm 1. Principle ALO algorithm simulates the hunting mechanism of ant lion in nature. Their name comes from their unique hunting behavior and their favorite prey. The ant lion moves along a circular path and uses its huge jaw to dig a conical pit in the sand. After digging the trap, hide at the bottom of the ...

Added by furious5 on Thu, 06 Jan 2022 01:37:31 +0200

Chapter 11 file operation of Matlab syntax

(11.1) opening and closing of documents fid = fopen(fileName,permission); fid returns an integer when the file is opened successfully, and - 1 when the file is not opened successfully. permission is the opening mode of the file, 'r' represents opening in read mode (default), 'w' represents opening in write mode, 'r +' represents openi ...

Added by crag on Wed, 05 Jan 2022 09:58:14 +0200

Matlab extreme learning machine (ELM) regression prediction based on bottle sea squirt algorithm

I. limit learning machine Single hidden layer feedback neural network has two outstanding capabilities: (1) The complex mapping function f: x ^ t can be fitted directly from the training samples (2) it can provide models for a large number of natural or artificial phenomena that are difficult to deal with by traditional classification parame ...

Added by Allen4172 on Wed, 05 Jan 2022 08:06:36 +0200

Matlab - flower pollination algorithm based on distributed disturbance strategy and mutation strategy

I. flower pollination algorithm Flower Pollination Algorithm (FPA) was proposed by Yang, a scholar at Cambridge University in 2012. Its basic idea comes from the simulation of natural flower self pollination and cross pollination. It is a new meta heuristic swarm intelligent random optimization technology. In order to simplify the calculation, ...

Added by therealairness on Wed, 05 Jan 2022 02:15:02 +0200