Estadística
CLASIFICACIÓN
285.458
of 297.046
REPUTACIÓN
0
CONTRIBUCIONES
26 Preguntas
1 Respuesta
ACEPTACIÓN DE RESPUESTAS
65.38%
VOTOS RECIBIDOS
0
CLASIFICACIÓN
of 20.422
REPUTACIÓN
N/A
EVALUACIÓN MEDIA
0.00
CONTRIBUCIONES
0 Archivos
DESCARGAS
0
ALL TIME DESCARGAS
0
CLASIFICACIÓN
of 157.776
CONTRIBUCIONES
0 Problemas
0 Soluciones
PUNTUACIÓN
0
NÚMERO DE INSIGNIAS
0
CONTRIBUCIONES
0 Publicaciones
CONTRIBUCIONES
0 Público Canales
EVALUACIÓN MEDIA
CONTRIBUCIONES
0 Temas destacados
MEDIA DE ME GUSTA
Feeds
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...
casi 10 años hace | 1 respuesta | 0
1
respuestaPregunta
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 10 años hace | 1 respuesta | 0
1
respuestaPregunta
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 10 años hace | 1 respuesta | 0
1
respuestaPregunta
How to remove repeated values mantaining the first one from an array ?
I have something like: 10000111111111011011100000111011000111111011000000010101011111111.... how to: 0000010000...
alrededor de 10 años hace | 2 respuestas | 0
2
respuestasPregunta
Neural Mapminmax option for a set
When I use mapminmax like, net.inputs{1}.processFcns = {'removeconstantrows','mapminmax'}; net.outputs{2}.processFcns = ...
más de 10 años hace | 1 respuesta | 0
1
respuestaPregunta
How to testing a normalized trained fitnet ?
Hi, how can I get the ranges of the normalization process with fitnet ? I used: {'removeconstantrows' , 'mapminmax' }; ...
más de 10 años hace | 1 respuesta | 0
1
respuestaPregunta
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 ...
más de 10 años hace | 0 respuestas | 0
0
respuestasPregunta
Anyone already did an one-cycle full cosine filter ?
I didnt find examples in matlab manuals or here in the forum. Andre
más de 10 años hace | 1 respuesta | 0
1
respuestaPregunta
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...
más de 10 años hace | 1 respuesta | 0
1
respuestaPregunta
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...
más de 10 años hace | 1 respuesta | 0
1
respuestaPregunta
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 11 años hace | 0 respuestas | 0
0
respuestasPregunta
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 11 años hace | 1 respuesta | 0
1
respuestaPregunta
There is a way to simulate fault inception angle in SimPower?
There is a way to simulate fault inception angle in SimPower?
casi 11 años hace | 1 respuesta | 0
1
respuestaPregunta
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 11 años hace | 0 respuestas | 0
0
respuestasPregunta
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 11 años hace | 1 respuesta | 0
1
respuestaPregunta
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 11 años hace | 1 respuesta | 0
1
respuestaPregunta
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 11 años hace | 2 respuestas | 0
2
respuestasPregunta
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 11 años hace | 1 respuesta | 0
1
respuestaPregunta
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 11 años hace | 1 respuesta | 0
1
respuestaPregunta
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 11 años hace | 1 respuesta | 0
1
respuestaPregunta
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 11 años hace | 2 respuestas | 0
2
respuestasPregunta
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 ...
casi 11 años hace | 1 respuesta | 0
1
respuestaPregunta
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...
casi 11 años hace | 1 respuesta | 0
1
respuestaPregunta
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...
casi 11 años hace | 0 respuestas | 0
0
respuestasIdeas for a classification/regression problem.
Thank you very much.
casi 11 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, ...
casi 11 años hace | 2 respuestas | 0
2
respuestasPregunta
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...
casi 11 años hace | 1 respuesta | 0