Chuguang Pan
Programming Languages:
MATLAB, Python, C
Spoken Languages:
English, Chinese
Pronouns:
He/him
Professional Interests:
Control Algorithm Design, Signal and Data Processing, Mechanical Engineering
MATLAB, Python, C
Spoken Languages:
English, Chinese
Pronouns:
He/him
Professional Interests:
Control Algorithm Design, Signal and Data Processing, Mechanical Engineering
統計
All
Feeds
送信済み
Customized Spike Neuron Layers for Spiking Neural Networks
SpikeIFNeuronLayer and SpikeLIFNeuronLayer for constructing Spiking Neural Networks (SNNs).
1日 前 | ダウンロード 0 件 |
送信済み
Tensorized LSTM Network with Mixture Attention
Tensorized LSTM unit for multivariate time series (MTS) learning. Mixture Attention for variable attention and temproal attentio...
7日 前 | ダウンロード 4 件 |
質問
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...
7日 前 | 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).
11日 前 | ダウンロード 2 件 |
送信済み
Customized Invertible Attention Layer
Invertible Attention Layer (IAL) constructed based on Deep Learning Toolbox for conditional invertible neural networks (cINNs).
14日 前 | ダウンロード 1 件 |
質問
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...
18日 前 | 2 件の回答 | 0
2
回答送信済み
Wavelet Kolmogorov-Arnold Layers
Wavelet Kolmogorov-Arnold Networks (Wav-KAN) framework for enhancing interpretability and performance.
20日 前 | ダウンロード 7 件 |
送信済み
Customized BiGRU Layer using Deep Learning Toolbox
BiGRU layer constructed based on Deep Learning Toolbox.
27日 前 | ダウンロード 0 件 |
質問
How is the spectralConvolution1dLayer forward computation process performed
spectralConvolution1dLayer performs convolution on 1-D input using frequency domain transformations. The layer convolves the in...
約1ヶ月 前 | 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ヶ月 前
送信済み
Multi Head Hybrid Adaptive Attention Mechanism
Multi-head hybrid adaptive attention (MHAA) mechanism integrating MSA and MEA.
約1ヶ月 前 | ダウンロード 4 件 |
解決済み
Multiply the Diagonals of Two Vectors
Find the diagonals of vectors a and b and multiply them.
約2ヶ月 前
送信済み
T-S Fuzzy Markov Jump Systems Simulation Example
T-S Fuzzy Markov Jump Systems Simulation based on ode Object and odeEvent object.
約2ヶ月 前 | ダウンロード 1 件 |
送信済み
Customized Graph Attention Layer for Graph Neural Network
Customized Graph Attention Layer based on Deep Learning Toolbox for graph neural network.
約2ヶ月 前 | ダウンロード 1 件 |
送信済み
Top-k Sparse Attention Layer
Top-k Sparse Attention Layer implemented based on Deep Learning Toolbox and customized deep learning layer template.
約2ヶ月 前 | ダウンロード 1 件 |
送信済み
Customized Graph Convolution Network Layer
Graph Convolution Network (GCN) Layer constructed based on MATLAB Deep Learning Toolbox.
約2ヶ月 前 | ダウンロード 3 件 |
送信済み
Customized Mamba SSM Block Deep Learning Layer
Core Mamba SSM block implementation leveraging selective state spaces based on MATLAB Deep Learning Toolbox
約2ヶ月 前 | ダウンロード 10 件 |
解決済み
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ヶ月 前
送信済み
Quadratic 1D Convolution and Fully-Connection Layer
Quadratic 1D convolution layer and fully-connection layer.
2ヶ月 前 | ダウンロード 3 件 |
送信済み
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ヶ月 前 | ダウンロード 1 件 |
送信済み
PPO Deep Reinforcement Learning Control Example
PPO DRL continuous control example with customized environment based on Deep Learning Toolbox
2ヶ月 前 | ダウンロード 1 件 |
送信済み
Adaptive Morlet Wavelet Transform Deep Learning Layer
Differentiable parameterized Morlet wavelet transform layer is constructed for adaptive time-frequency representation of complex...
3ヶ月 前 | ダウンロード 3 件 |
送信済み
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ヶ月 前 | ダウンロード 5 件 |
回答済み
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...
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ヶ月 前 | 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ヶ月 前
解決済み
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ヶ月 前
解決済み
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ヶ月 前
解決済み
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ヶ月 前
送信済み
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ヶ月 前 | ダウンロード 1 件 |
質問
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ヶ月 前 | 1 件の回答 | 0











