Chuguang Pan
MATLAB, Python, C
Spoken Languages:
English, Chinese
Pronouns:
He/him
Professional Interests:
Control Algorithm Design, Signal and Data Processing, Mechanical Engineering
Estadística
CLASIFICACIÓN
569
of 301.966
REPUTACIÓN
139
CONTRIBUCIONES
37 Preguntas
62 Respuestas
ACEPTACIÓN DE RESPUESTAS
70.27%
VOTOS RECIBIDOS
26
CLASIFICACIÓN
13.559 of 21.475
REPUTACIÓN
23
EVALUACIÓN MEDIA
1.00
CONTRIBUCIONES
18 Archivos
DESCARGAS
58
ALL TIME DESCARGAS
174
CLASIFICACIÓN
512
of 177.784
CONTRIBUCIONES
0 Problemas
295 Soluciones
PUNTUACIÓN
3.781
NÚMERO DE INSIGNIAS
14
CONTRIBUCIONES
0 Publicaciones
CONTRIBUCIONES
0 Público Canales
EVALUACIÓN MEDIA
CONTRIBUCIONES
0 Temas destacados
MEDIA DE ME GUSTA
Feeds
Enviada
Tensorized LSTM Network with Mixture Attention
Tensorized LSTM unit for multivariate time series (MTS) learning. Mixture Attention for variable attention and temproal attentio...
3 días hace | 4 descargas |
Pregunta
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...
3 días hace | 1 respuesta | 0
1
respuestaEnviada
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 días hace | 2 descargas |
Enviada
Customized Invertible Attention Layer
Invertible Attention Layer (IAL) constructed based on Deep Learning Toolbox for conditional invertible neural networks (cINNs).
9 días hace | 1 descarga |
Pregunta
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...
14 días hace | 2 respuestas | 0
2
respuestasEnviada
Wavelet Kolmogorov-Arnold Layers
Wavelet Kolmogorov-Arnold Networks (Wav-KAN) framework for enhancing interpretability and performance.
15 días hace | 6 descargas |
Enviada
Customized BiGRU Layer using Deep Learning Toolbox
BiGRU layer constructed based on Deep Learning Toolbox.
23 días hace | 0 descargas |
Pregunta
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 días hace | 1 respuesta | 0
1
respuestaResuelto
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...
alrededor de 1 mes hace
Enviada
Multi Head Hybrid Adaptive Attention Mechanism
Multi-head hybrid adaptive attention (MHAA) mechanism integrating MSA and MEA.
alrededor de 1 mes hace | 4 descargas |
Resuelto
Multiply the Diagonals of Two Vectors
Find the diagonals of vectors a and b and multiply them.
alrededor de 2 meses hace
Enviada
T-S Fuzzy Markov Jump Systems Simulation Example
T-S Fuzzy Markov Jump Systems Simulation based on ode Object and odeEvent object.
alrededor de 2 meses hace | 1 descarga |
Enviada
Customized Graph Attention Layer for Graph Neural Network
Customized Graph Attention Layer based on Deep Learning Toolbox for graph neural network.
alrededor de 2 meses hace | 1 descarga |
Enviada
Top-k Sparse Attention Layer
Top-k Sparse Attention Layer implemented based on Deep Learning Toolbox and customized deep learning layer template.
alrededor de 2 meses hace | 1 descarga |
Enviada
Customized Graph Convolution Network Layer
Graph Convolution Network (GCN) Layer constructed based on MATLAB Deep Learning Toolbox.
alrededor de 2 meses hace | 3 descargas |
Enviada
Customized Mamba SSM Block Deep Learning Layer
Core Mamba SSM block implementation leveraging selective state spaces based on MATLAB Deep Learning Toolbox
alrededor de 2 meses hace | 10 descargas |
Resuelto
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...
alrededor de 2 meses hace
Enviada
Quadratic 1D Convolution and Fully-Connection Layer
Quadratic 1D convolution layer and fully-connection layer.
alrededor de 2 meses hace | 3 descargas |
Enviada
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.
alrededor de 2 meses hace | 1 descarga |
Enviada
PPO Deep Reinforcement Learning Control Example
PPO DRL continuous control example with customized environment based on Deep Learning Toolbox
2 meses hace | 1 descarga |
Enviada
Adaptive Morlet Wavelet Transform Deep Learning Layer
Differentiable parameterized Morlet wavelet transform layer is constructed for adaptive time-frequency representation of complex...
2 meses hace | 3 descargas |
Enviada
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 meses hace | 2 descargas |
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 meses hace | 1
| aceptada
Resuelto
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 meses hace
Resuelto
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 meses hace
Resuelto
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 meses hace
Resuelto
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 meses hace
Enviada
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 meses hace | 2 descargas |
Pregunta
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 meses hace | 1 respuesta | 0
1
respuestaPregunta
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 meses hace | 1 respuesta | 0











