photo

Chuguang Pan


Last seen: Today 自 2019 起处于活动状态

Followers: 3   Following: 12

消息

Continuous learning matters enormously. Knowledge and industries change fast these days, so we can not stop learning once we master a set of skills. Keeping learning helps us broaden our horizons, improve our problem-solving skills and stay competitive in both work and life.

Programming Languages:
MATLAB, Python, C
Spoken Languages:
English, Chinese
Pronouns:
He/him
Professional Interests:
Control Algorithm Design, Signal and Data Processing, Mechanical Engineering

统计学

All
MATLAB Answers

37 个提问
62 个回答

File Exchange

18 文件

Cody

0 个问题
295 个答案

排名
569
of 301,973

声誉
139

贡献数
37 个提问
62 个回答

回答接受率
70.27%

收到投票数
26

排名
13,538 of 21,476

声誉
23

平均
1.00

贡献数
18 文件

下载次数
58

ALL TIME 下载次数
174

排名
512
of 177,809

贡献数
0 个问题
295 个答案

评分
3,781

徽章数量
14

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • Thankful Level 4
  • Knowledgeable Level 4
  • Speed Demon
  • Promoter
  • Personal Best Downloads Level 2
  • First Submission
  • First Review
  • Project Euler I
  • CUP Challenge Master
  • Introduction to MATLAB Master
  • Community Group Solver
  • Solver

查看徽章

Feeds

排序方式:

已提交


Tensorized LSTM Network with Mixture Attention
Tensorized LSTM unit for multivariate time series (MTS) learning. Mixture Attention for variable attention and temproal attentio...

3 days 前 | 4 次下载 |

0.0 / 5

提问


Custom Deep Learning Layer with different input and output format occurs error
When I construct the custom deep learning layer with formattable input and output, checkLayer function returns error when the in...

4 days 前 | 1 个回答 | 0

1

个回答

已提交


Spiking Neural Network Example using Spiking LIF Layer
Customized Spiking LIF (Leaky-and-Firing) Layer without learnable parameters for constructing Spiking Neural Networks (SNNs).

7 days 前 | 2 次下载 |

0.0 / 5
Thumbnail

已提交


Customized Invertible Attention Layer
Invertible Attention Layer (IAL) constructed based on Deep Learning Toolbox for conditional invertible neural networks (cINNs).

10 days 前 | 1 次下载 |

0.0 / 5
Thumbnail

提问


How to ensurethat the sum([0.7 0.2 0.1])==1 return true when testing equivalence relation
I find that when I want to test the equivalence between sum([0.7 0.2 0.1]) and 1, the testing result return false. I think the e...

15 days 前 | 2 个回答 | 0

2

个回答

已提交


Wavelet Kolmogorov-Arnold Layers
Wavelet Kolmogorov-Arnold Networks (Wav-KAN) framework for enhancing interpretability and performance.

16 days 前 | 6 次下载 |

0.0 / 5
Thumbnail

已提交


Customized BiGRU Layer using Deep Learning Toolbox
BiGRU layer constructed based on Deep Learning Toolbox.

23 days 前 | 0 次下载 |

0.0 / 5
Thumbnail

提问


How is the spectralConvolution1dLayer forward computation process performed
spectralConvolution1dLayer performs convolution on 1-D input using frequency domain transformations. The layer convolves the in...

29 days 前 | 1 个回答 | 0

1

个回答

已解决


MATLAB 101: Reverse a Vector
Write a MATLAB function that takes a 1D vector (either a row or a column vector) and returns the vector with its elements in exa...

1 month 前

已提交


Multi Head Hybrid Adaptive Attention Mechanism
Multi-head hybrid adaptive attention (MHAA) mechanism integrating MSA and MEA.

1 month 前 | 4 次下载 |

0.0 / 5
Thumbnail

已解决


Multiply the Diagonals of Two Vectors
Find the diagonals of vectors a and b and multiply them.

2 months 前

已提交


T-S Fuzzy Markov Jump Systems Simulation Example
T-S Fuzzy Markov Jump Systems Simulation based on ode Object and odeEvent object.

2 months 前 | 1 次下载 |

0.0 / 5
Thumbnail

已提交


Customized Graph Attention Layer for Graph Neural Network
Customized Graph Attention Layer based on Deep Learning Toolbox for graph neural network.

2 months 前 | 1 次下载 |

0.0 / 5
Thumbnail

已提交


Top-k Sparse Attention Layer
Top-k Sparse Attention Layer implemented based on Deep Learning Toolbox and customized deep learning layer template.

2 months 前 | 1 次下载 |

0.0 / 5
Thumbnail

已提交


Customized Graph Convolution Network Layer
Graph Convolution Network (GCN) Layer constructed based on MATLAB Deep Learning Toolbox.

2 months 前 | 3 次下载 |

0.0 / 5
Thumbnail

已提交


Customized Mamba SSM Block Deep Learning Layer
Core Mamba SSM block implementation leveraging selective state spaces based on MATLAB Deep Learning Toolbox

2 months 前 | 10 次下载 |

0.0 / 5
Thumbnail

已解决


Count the even numbers in a multiplication table
A multiplication table that has products of numbers from 1 to 10 has 75 even numbers among the products. Write a function to c...

2 months 前

已提交


Quadratic 1D Convolution and Fully-Connection Layer
Quadratic 1D convolution layer and fully-connection layer.

2 months 前 | 3 次下载 |

0.0 / 5
Thumbnail

已提交


Efficient Channel Attention (ECA) for Spatial attention
To capture spatial dependencies in the multivariable time series data, ECA enhances the representational capacity of deep CNN.

2 months 前 | 1 次下载 |

0.0 / 5
Thumbnail

已提交


PPO Deep Reinforcement Learning Control Example
PPO DRL continuous control example with customized environment based on Deep Learning Toolbox

2 months 前 | 1 次下载 |

0.0 / 5
Thumbnail

已提交


Adaptive Morlet Wavelet Transform Deep Learning Layer
Differentiable parameterized Morlet wavelet transform layer is constructed for adaptive time-frequency representation of complex...

2 months 前 | 3 次下载 |

0.0 / 5
Thumbnail

已提交


Electro-hydraulic system simulation under OBC method
The electro-hydraulic system (EHS) is simulated under the optimal backstepping control (OBC) method with reinforcement learning....

3 months 前 | 3 次下载 |

0.0 / 5
Thumbnail

已回答
How to print a line of text with multiple variables
@Gabbie. The fprintf function fprintf(formatSpec,A1,...,An) applies the formatSpec to all elements of array A1, ..., An in colum...

3 months 前 | 1

| 已接受

已解决


Battery Discharge Time Estimation
In a Battery Management System (BMS), the estimated discharge time (T) of a battery can be calculated as: ​​ where: ​ is the ...

3 months 前

已解决


Energy Stored in a Capacitor
The energy (E) stored in a capacitor is given by the formula: where: C is the capacitance (in farads) V is the voltage (in ...

3 months 前

已解决


Simple Electrical Power Calculation
Calculate the electrical power using the formula: P=V×I where: V is the voltage (in volts) I is the current (in amperes)

3 months 前

已解决


Ohm’s Law - Calculate Resistance
Ohm’s Law states that resistance R can be calculated as:R=V/I​ where: V is the voltage (in volts) I is the current (in ampere...

3 months 前

已提交


A simple example to illustrate the event-triggered control
A simple example to demonstrate the event-triggered control using 2nd-order linear system model.

4 months 前 | 2 次下载 |

0.0 / 5
Thumbnail

提问


LSTM network time series prediction error occurs at the initial time step
I have trained a LSTM network for time series regression. After training, I want to test its performance based on the test datas...

4 months 前 | 1 个回答 | 0

1

个回答

提问


Training error when use selfAttentionLayer with DropOut
I want to use selfAttentionLayer to construct the time series prediction model. However, when I use selfAttentionLayer with Drop...

4 months 前 | 1 个回答 | 0

1

个回答

加载更多