BP neural network matlab code explanation and implementation steps

1. Introduction and structural parameters of BP neural network Neural network is a common mathematical model in machine learning. It processes information by constructing a structure similar to the synaptic connection of brain nerves. In the process of applying neural network, the units dealing with information are generally divided into t ...

Posted on Tue, 07 Dec 2021 00:02:11 -0500 by Billett

Fundamentals of MATLAB programming

Catalogue of series articles Are there any students who have not learned the language matlab like me, but want to learn the course of intelligent optimization algorithm and matlab examples. Article catalog Basic understandingRelation and logical operationData input and outputSelect and loop statementsFunction file  Matlab drawing ...

Posted on Fri, 03 Dec 2021 19:57:54 -0500 by mihomes

Detailed explanation of the use of mwArray array in Qt and Matlab mixed programming

Original link: https://blog.csdn.net/HongAndYi/article/details/79477031 content validity In the basic flow of Qt 5.9 and matlab 2017b mixed programming, the basic flow of MATLAB and C + + mixed programming is introduced. After the flow is through, the key is to realize the function through the function in DLL. The function compiled by MA ...

Posted on Wed, 01 Dec 2021 11:06:46 -0500 by Cannibal_Monkey

Influence of zero pole distribution on system frequency response

Catalogue of series articles Digital signal processing (DSP) is a very important research direction in the field of electronic communication. The blogger summarized the classic case analysis commonly used in digital signal processing (DSP), and analyzed the practical application of digital signal processing in detail based on algorithm analys ...

Posted on Tue, 30 Nov 2021 11:05:11 -0500 by CraigRoberts

Function optimization and engineering optimization application based on Artificial Ecosystem Optimization Algorithm

1, Theoretical basis 1. Artificial ecosystem optimization algorithm Artificial ecosystem based optimization (AEO) algorithm is a new meta heuristic optimization algorithm proposed by Zhao in 2019 by simulating the energy flow in the earth ecosystem. The algorithm simulates the production, consumption and decomposition behavior in the ecos ...

Posted on Mon, 29 Nov 2021 01:25:12 -0500 by andrew_U

[digital signal processing] synchronous compression and transformation of digital signals based on MATLAB [including Matlab source code 1534]

1, Get code method Get code method 1: The complete code has been uploaded to my resources: [digital signal processing] synchronous compression and transformation of digital signals based on MATLAB [including Matlab source code 1534] Get code method 2: By subscribing to the payment column of zijishenguang blog, private bloggers can obtain this ...

Posted on Sun, 28 Nov 2021 03:23:38 -0500 by GameYin

[digital signal processing] synchronous compression and transformation of digital signals based on MATLAB [including Matlab source code 1535]

1, Get code method Get code method 1: The complete code has been uploaded to my resources: [digital signal processing] synchronous compression and transformation of digital signals based on MATLAB [including Matlab source code 1535] Get code method 2: By subscribing to the payment column of zijishenguang blog, private bloggers can obtain this ...

Posted on Sun, 28 Nov 2021 03:04:39 -0500 by kcarroll

Modern signal processing - classical power spectrum estimation

Tip: after improvement is a follow-up to before improvement preface In the periodic graph method and BT method, the original signal of power spectrum estimation is set as Gaussian white noise. Because BT method must be used in generalized stationary random process, the existing function is only the function of periodic graph method. There ...

Posted on Thu, 18 Nov 2021 08:14:38 -0500 by Rohlan

Nurse scheduling problem based on genetic algorithm (with Matlab source code)

Catalog Preface 1. Scheduling issues 2. Genetic Algorithms 1. Background introduction 2. Encoding summary Preface         For the learning of genetic algorithm, I believe that many beginners like me start with the simplest binary function to find the extreme value. Understand population number, gene length, numb ...

Posted on Fri, 12 Nov 2021 11:46:27 -0500 by ShadowBlade72

nonlinear programming

catalogue 1, Definition of nonlinear programming 2, Nonlinear programming model 3, Nonlinear programming function 4, Linear inequality constraints 5, Linear inequalities and equality constraints 6, Optimization with nonlinear constraints 7, Nonlinear constraint           Summary: 1, Definition of nonlinear programming Previously ...

Posted on Wed, 10 Nov 2021 13:41:20 -0500 by DapperDanMan