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
送信済み
Sharpness Aware Minimization for Generalization
Min-Max optimization for robust network training.
5日 前 | ダウンロード 0 件 |
送信済み
TSK Fuzzy Inference Deep Learning Layer
Customized deep learning layer for TSK fuzzy inference system.
5日 前 | ダウンロード 0 件 |
送信済み
Local Spectral Centroid Attention (LSCA) Layer
LSCA dynamically identifies dominant local spectral centroids and adaptively allocates frequency-band weights for vibration-base...
11日 前 | ダウンロード 1 件 |
質問
Control Underactuated Two-Link Robot Using C/GMRES Solver Example Generates Distinct Result
I was learning Nonlinear Model Predictive Controller (NMPC) recently and tried to reproduce the Control Underactuated Two-Link R...
13日 前 | 1 件の回答 | 0
1
回答送信済み
Clipped Double DQN Agent for Reinforcement Learning
Clipped Double Deep Q-Network (CDDQN) RL agent constructed based on template calss.
16日 前 | ダウンロード 1 件 |
質問
Inconsistent observation input type of getActionImpl method in Custom Reinforcement Learning Agent Class
I want to construct custom Reinforcement Learning (RL) agent based on template class provided by MATLAB Example. After construct...
16日 前 | 0 件の回答 | 0
0
回答送信済み
Customized Causal Wavelet Layer for Physics-Guided Learning
Causal wavelet layer is a customized deep learning layer for physics-guided learning. It uses conv-1D to implement wavelet trans...
18日 前 | ダウンロード 3 件 |
送信済み
Latent Augmented Neural Ordinary Differential Equations
Latent augmented neural ordinary differential equation (LANODE) for data-driven modeling of dynamic systems.
19日 前 | ダウンロード 3 件 |
送信済み
Generalized State Space Layer for Sampling Rate Shift
Generalized State Space (GSS) layer can process input sampling rate shift based on SSM with learnable timescale.
22日 前 | ダウンロード 4 件 |
解決済み
Swap the column given with another one!
We have a random sized matrix A. You have to change the nth column with the kth column. The result must be a matrix B. For exam...
22日 前
質問
pinv function is supported for dlarray input while the pageinv function is not supported
In the deep learning pipeline, I want to use inverse operation on every page of 3D dlarray object. I have tried pageinv function...
24日 前 | 2 件の回答 | 0
2
回答送信済み
Wavelet-Structured Gated Recurrent Unit Layer
Customized Wavelet-Structured Gated Recurrent Unit (WSGRU) layer for multivariate time series analysis.
24日 前 | ダウンロード 3 件 |
回答済み
How to multiple very large numbers in Matlab?
@Manny. You can use sym function to obtain accurate symbolic result. accurateNum = sym("111111111"); res = accurateNum.^2
How to multiple very large numbers in Matlab?
@Manny. You can use sym function to obtain accurate symbolic result. accurateNum = sym("111111111"); res = accurateNum.^2
24日 前 | 2
送信済み
Caputo Fractional-Order GRU for Time-Series Learning
Caputo fractional-order extension model is integrated into the GRU state update mechanism based on Caputo fractional derivative....
26日 前 | ダウンロード 2 件 |
回答済み
dlarray supported alternatives of matrix inverse and matrix determinant
After refering to the Example presented in Specify Custom Operation Backward Function and the Matrix calculus formula. I define ...
dlarray supported alternatives of matrix inverse and matrix determinant
After refering to the Example presented in Specify Custom Operation Backward Function and the Matrix calculus formula. I define ...
約1ヶ月 前 | 0
質問
dlarray supported alternatives of matrix inverse and matrix determinant
I want to use matrix inverse and matrix determinant in the Dynamic Computation Graph of the deep learning model. However, there ...
約1ヶ月 前 | 1 件の回答 | 0
1
回答送信済み
Customized MambaBlock Layer Using Minimal Implementation
Minimal implementation of MambaBlock.
約1ヶ月 前 | ダウンロード 4 件 |
送信済み
Flow Matching Example for Generative Modeling
FlowMatching (FW) model builds the probability path from source distribution to target distribution.
約1ヶ月 前 | ダウンロード 5 件 |
解決済み
Find the standard deviation of non-zero elements in a matrix
Given a matrix A, calculate the sample standard deviation of only the non-zero elements. If there are fewer than 2 non-zero ...
約1ヶ月 前
送信済み
Split Input Function Layer with Multi-Outputs
Split input with uniform block size along channel ("C") dimension based on functionLayer.
約1ヶ月 前 | ダウンロード 1 件 |
送信済み
RBFKAN for Physics-Informed Machine Leaning
RBFKAN constructs its edge activation functions as a linear combination of radial basis functions.
約1ヶ月 前 | ダウンロード 6 件 |
送信済み
Customized Linformer Attention Layer
Linformer: multi-head linear attention with low-rank temporal projection.
約1ヶ月 前 | ダウンロード 2 件 |
送信済み
Gated Mamba Module based on Deep Learning Toolbox
Gated mamba module for multivariates time sequence deep learning.
約1ヶ月 前 | ダウンロード 3 件 |
送信済み
Neural Dynamics Gradient Time Acceleration Optimizer
NDGTA optimizer guides parameters of neural networks toward flat minima during the training for generalization.
約2ヶ月 前 | ダウンロード 2 件 |
送信済み
Deep Gaussian Process (DGP) Layer for DGP Integration
Deep Gaussian Processes (DGPs) are hierarchical Bayesian non-parametric models that extend standard Gaussian Processes for deep ...
約2ヶ月 前 | ダウンロード 6 件 |
送信済み
Symbolic KANs for Interpretable Learning
Symbolic Kolmogorov-Arnold Networks (Symbolic-KANs) embeds symbolic structure directly within a trainable network.
約2ヶ月 前 | ダウンロード 6 件 |
送信済み
Customized Spike Neuron Layers for Spiking Neural Networks
SpikeIFNeuronLayer and SpikeLIFNeuronLayer for constructing Spiking Neural Networks (SNNs).
約2ヶ月 前 | ダウンロード 3 件 |
送信済み
Tensorized LSTM Network with Mixture Attention
Tensorized LSTM unit for multivariate time series (MTS) learning. Mixture Attention for variable attention and temproal attentio...
2ヶ月 前 | ダウンロード 8 件 |
質問
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...
2ヶ月 前 | 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).
2ヶ月 前 | ダウンロード 13 件 |











