Community Profile

photo

Andre


Academical usage

Con actividad desde 2014

Estadísticas

  • Thankful Level 3

Ver insignias

Content Feed

Ver por

Pregunta


What is the search range of a hidden layer size in a regression task?
Searching for answers here in the forum, I read one answer by Greg that usually do: "An outer loop H = Hmin:dH:Hmax over numb...

alrededor de 9 años hace | 1 respuesta | 0

1

respuesta

Pregunta


How to apply a zero mean scaling in another set ?
I did a zero mean scaling: x_mean = mean(input); x_out=input-x_mean; Scaling the output by maximum: x_max = max(...

alrededor de 9 años hace | 1 respuesta | 0

1

respuesta

Pregunta


Why scaling data inside [-1,1] ?
What are the diferences between normalizating features in [0,1], [-1,1] or [-5,5] with NN minmax ?

alrededor de 9 años hace | 1 respuesta | 0

1

respuesta

Pregunta


How to remove repeated values mantaining the first one from an array ?
I have something like: 10000111111111011011100000111011000111111011000000010101011111111.... how to: 0000010000...

más de 9 años hace | 2 respuestas | 0

2

respuestas

Pregunta


Neural Mapminmax option for a set
When I use mapminmax like, net.inputs{1}.processFcns = {'removeconstantrows','mapminmax'}; net.outputs{2}.processFcns = ...

casi 10 años hace | 1 respuesta | 0

1

respuesta

Pregunta


How to testing a normalized trained fitnet ?
Hi, how can I get the ranges of the normalization process with fitnet ? I used: {'removeconstantrows' , 'mapminmax' }; ...

casi 10 años hace | 1 respuesta | 0

1

respuesta

Pregunta


Can I use a dynamic NN for a curve fitting ?
Hi, I have a situation that I'm thinking a TDNN (my data have a dynamic behavior), and I want to fit it. I gotta results ...

casi 10 años hace | 0 respuestas | 0

0

respuestas

Pregunta


Anyone already did an one-cycle full cosine filter ?
I didnt find examples in matlab manuals or here in the forum. Andre

casi 10 años hace | 1 respuesta | 0

1

respuesta

Pregunta


How do I filter correctly ?
Hi, I have two small signals sampled both on 15360Hz: 1)"almost" a SIN, with fundamental frequency on 60Hz. 2) a noise si...

casi 10 años hace | 1 respuesta | 0

1

respuesta

Pregunta


How good was a fit ?
Hi, 1) Does Matlab have implemented R, R^2, S, K-S, or other tools that can indicate how good is a fit ? 2) This is a gene...

casi 10 años hace | 1 respuesta | 0

1

respuesta

Pregunta


How can I perform a Fourier analysis (magnitude) of an input signal over a one cycle of the fundamental frequency of a signal ?
I found a block for SIMULINK, anybody helps me to implement it on a .m file ? Thanks, Andre

casi 10 años hace | 0 respuestas | 0

0

respuestas

Pregunta


How to get the fundamental frequency magnitude ?
Hi, I have an array of a pseudo-sin signal. I want to get the fundamental magnitude of it knowing the fundamental frequenc...

casi 10 años hace | 1 respuesta | 0

1

respuesta

Pregunta


There is a way to simulate fault inception angle in SimPower?
There is a way to simulate fault inception angle in SimPower?

casi 10 años hace | 1 respuesta | 0

1

respuesta

Pregunta


There is a quick way to format clasification input patterns for a NN ?
For example, I have, A = 1 1 2 2 3 3 4 4 I want it without many ifs to be targets for my cl...

casi 10 años hace | 0 respuestas | 0

0

respuestas

Pregunta


How to concatenate rows ?
Hi, there is a "not looping" way to concatenate rows into a 1 line ? Example: A=[[ 1 2 3 4 ] ; [ 5 6 7 ...

casi 10 años hace | 1 respuesta | 0

1

respuesta

Pregunta


How can I divide a matrix by its columns ?
Hi, for example: [ 1 35 37 29 312 1 321 421 2 34 1 329 412 32 54 . . . 4 421 348 48 445...

casi 10 años hace | 1 respuesta | 0

1

respuesta

Pregunta


There is an easy way to get phasor representation ?
I have a periodic signal (x,y) with 1000 samples. (like a sin with 1000 samples). Matlab provides a simple way to get this to...

casi 10 años hace | 2 respuestas | 0

2

respuestas

Pregunta


How to set custom parameteres of svmtrain ?
Hi, is there a way to use custom C and gamma (as libsvm) at the svmtrain command ? Thanks, André

casi 10 años hace | 1 respuesta | 0

1

respuesta

Pregunta


A way to replace a single number array to a double array.
Hi, there is a simple way (like array(array(:)==1)=5), to do this: array= [ 1 1 0 0 1 ]; t...

casi 10 años hace | 1 respuesta | 0

1

respuesta

Pregunta


How to generate sequence integers between two ranges?
Hi, how can I generate sequenced integer numbers between two floats ? Example 1: Ranges: [93.9688 96.9688] Output: [93...

casi 10 años hace | 1 respuesta | 0

1

respuesta

Pregunta


Searching different elements from array.
Hi, I have an array, and I want a new array with matches from another array. Like, array=[12 3 4 8 9 3 3 4 1] ...

casi 10 años hace | 2 respuestas | 0

2

respuestas

Pregunta


Half split a number in subsequents arrays.
There is a know command to split (half) a number into subsequents arrays ? Example 1: I give a number 100, and want to split ...

alrededor de 10 años hace | 1 respuesta | 0

1

respuesta

Pregunta


Continuous outputs on Neural Networks
Hi, can I have the nn toolbox working to output a continuous value ? Instead of training it like: inputs: [10 15 34 41 3...

alrededor de 10 años hace | 1 respuesta | 0

1

respuesta

Pregunta


How to improve Classification/Regression generalization?
Hi, I have a dataset 6x20000 as inputs and 100 outpus for a class problem. The problem is that, the dataset is changing ev...

alrededor de 10 años hace | 0 respuestas | 0

0

respuestas

Respondida
Ideas for a classification/regression problem.
Thank you very much.

alrededor de 10 años hace | 0

Pregunta


Ideas for a classification/regression problem.
Hi, I have some data, like: X: Car_Weigth, Car_type, Weather_type, Speed_Before_Accident, Drunk_Pilot_Status Y: 1, 2, 3, ...

alrededor de 10 años hace | 2 respuestas | 0

2

respuestas

Pregunta


How can I segment a time series signal?
Hi, Any idea how can I break a signal like on this picture? <http://www.inf.ufpr.br/aksantos/signal_example.gif> <<http...

alrededor de 10 años hace | 1 respuesta | 0

1

respuesta