Nayan
Followers: 0 Following: 0
Statistiques
0 Questions
21 Réponses
RANG
1 631
of 300 343
RÉPUTATION
42
CONTRIBUTIONS
0 Questions
21 Réponses
ACCEPTATION DE VOS RÉPONSES
0.00%
VOTES REÇUS
5
RANG
of 20 926
RÉPUTATION
N/A
CLASSEMENT MOYEN
0.00
CONTRIBUTIONS
0 Fichier
TÉLÉCHARGEMENTS
0
ALL TIME TÉLÉCHARGEMENTS
0
RANG
of 168 172
CONTRIBUTIONS
0 Problèmes
0 Solutions
SCORE
0
NOMBRE DE BADGES
0
CONTRIBUTIONS
0 Publications
CONTRIBUTIONS
0 Public Chaîne
CLASSEMENT MOYEN
CONTRIBUTIONS
0 Point fort
NOMBRE MOYEN DE LIKES
Feeds
Proof of convergence for fmincon
Hi theOptimizer, MATLAB's “fmincon()” function implements several algorithms. MATLAB will choose automatically the best possib...
plus de 2 ans il y a | 0
How to create low pass filter to remove the signal greater than 40pi?
As I understand, your problem requires a low pass filtering frequency range from "0-40pi". For this, you are using the filter de...
plus de 2 ans il y a | 0
Why I can't use the hhspectrum
Hi, I would suggest you refer to the following link for the Hilbert-Huang transform:- Hilbert-Huang transform For any error ...
plus de 2 ans il y a | 0
How to remove false positives in audio classification?
Hi I understand that the problem is with the excessive number of "False Positives" in the classification of footsteps from wood...
plus de 2 ans il y a | 1
| A accepté
Reproducing 'pspectrum' using 'periodogram'
As I understand it you would like to understand the working of "pspectrum(x)". I would suggest you to note down the following po...
plus de 2 ans il y a | 0
How to eliminate periodic frequencies (line processing) from image and what parameters to use?
Hi, As I understand, you would like to perform fence removal from the image. My research and exploration have found that deep-...
plus de 2 ans il y a | 1
Spectrogram computed on the Bark scale
Hi As I understand, you need to find the spectrogram on the bark-scale. This can be achieved by the following steps :- Read th...
plus de 2 ans il y a | 0
How can i use Discrete wavelet transform (DWT) on a matrix
Hi As I understand you want to perfrom discrete wavelet transform on a matrix. This can be performed using dwt2(X,wname). For ...
plus de 2 ans il y a | 0
How to Fourier Phase Scramble a specific area of an image?
Hi, As I understand you need to perform phase scrambling on the image. Phase scrambling is a technique used in signal processin...
plus de 2 ans il y a | 2
| A accepté
1-day ahead Load forecasting using AR and ARX models
Hi, As I understand you are trying to train an order AR(1) model for forecasting from historical electricity load data. To desi...
plus de 2 ans il y a | 0
How to obtain the uncertainties in the obtained fitting parameters from the confidence bounds in the curve fitting toolbox?
Hi The uncertainty of a fitted parameter can be estimated from the confidence bounds obtained from the Curve Fitting Toolbox in...
plus de 2 ans il y a | 0
| A accepté
How to scramble an image using Gyrator transform? matlab code?
Hi Though the gyrator transform is not directly available in MATLAB. You could use the FFT and permutation matrix. Find the a...
plus de 2 ans il y a | 1
| A accepté
How to use Nadam optimizer in training deep neural networks
Hi I assume you want to use "adam" optimizer in place "sgdm". You need to simply replace the "sgdm" key with "adam" keyword. o...
plus de 2 ans il y a | 0
Invalid training data. Predictors must be a N-by-1 cell array of sequences, where N is the number of sequences. All sequences must have the same feature dimension and at least
Hi, I reproduced the exact error with a test .txt file. The code is failing at the line net = trainNetwork(sequences,responses...
plus de 2 ans il y a | 0
Trying to divide a 3D Scatter plot into grid to count number of colored points in each grid cell
Hi, As, I understand, you are required to find the area of the heart with the most isochronal crowding (defined as the region w...
plus de 2 ans il y a | 0
GANs not scaling up or down
Hi, GANs makes use of two network namely generator and descriminator. To train GANs with images a convolutional neural network...
plus de 2 ans il y a | 0
How to select samples to leave out when building my regression model and automate it
Hey NCA As described above, I would suggest you to perform k-Fold Cross Validation. K-Fold Cross Validation helps in splitting...
plus de 2 ans il y a | 0
| A accepté
How is data characterised as 'spatial or temporal' in the context of neural networks?
Hey Nikolas Katsaros, As your error suggests, the input data to your fullyConnectedLayer has both spatial and temporal dimensio...
plus de 2 ans il y a | 0
| A accepté
How to calculate and plot the power spectral density of complex envelope
Hey Emmanuela, As I understand you want to calculate the and plot the power spectral density of complex envelop. I would sugg...
plus de 2 ans il y a | 0
| A accepté
Simple Simulink model on fuel valve using first order system without PID Controller for an aircraft system
Hey Phuntsog As I understand you want to design a fuel valve using a first order system. I would suggest you to refer to Implem...
plus de 2 ans il y a | 0
| A accepté
neural network in Matlab: vectors at output instead of a single concrete number
Hey Mary, As I understand from your description, you want to design a neural network that outputs two set of vectors for a giv...
plus de 2 ans il y a | 0


