Statistik
17 Fragen
0 Antworten
RANG
21.073
of 295.467
REPUTATION
2
BEITRÄGE
17 Fragen
0 Antworten
ANTWORTZUSTIMMUNG
94.12%
ERHALTENE STIMMEN
2
RANG
of 20.234
REPUTATION
N/A
DURCHSCHNITTLICHE BEWERTUNG
0.00
BEITRÄGE
0 Dateien
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANG
of 153.912
BEITRÄGE
0 Probleme
0 Lösungen
PUNKTESTAND
0
ANZAHL DER ABZEICHEN
0
BEITRÄGE
0 Beiträge
BEITRÄGE
0 Öffentlich Kanäle
DURCHSCHNITTLICHE BEWERTUNG
BEITRÄGE
0 Highlights
DURCHSCHNITTLICHE ANZAHL DER LIKES
Feeds
Frage
How do I use the new Support Vector Machine Regression model to simulate the response of new predictors?
I’m trying out the new SVM regression capabilities that came with 2015b by following the example from the documentation as muc...
etwa 9 Jahre vor | 1 Antwort | 0
1
AntwortFrage
Is memory reduction not possible when training a neural network on a GPU?
When dealing with large datasets the amount of temporary storage needed during neural network training can be reduced by adding ...
mehr als 9 Jahre vor | 1 Antwort | 0
1
AntwortFrage
GPU training of neural network with parallel computing toolbox unreasonably slow, what am I missing?
I’m trying to speed up the training of some NARNET neural networks by using the GPU support that you get from the parallel compu...
mehr als 9 Jahre vor | 2 Antworten | 2
2
AntwortenFrage
Are reasonable targetless multistep ahead predictions in a NARXNET even possible?
Hi! I want to forecast the future of a time series that I believe is depending on several other external inputs. Now since I ...
mehr als 9 Jahre vor | 1 Antwort | 0
1
AntwortFrage
Append new values from a streaming time series to a saved .mat file?
Hi. I have data continuously coming in to matlab every few seconds that I want to save to a file with as little delay as poss...
mehr als 9 Jahre vor | 1 Antwort | 0
1
AntwortFrage
Scatter plot matrix data while keeping it considered as one data series?
I have two variables, variable A contains information about the orientation of a surface for each minute of a day, variable B co...
mehr als 9 Jahre vor | 1 Antwort | 0
1
AntwortFrage
Optimize/speed up a big and slow matrix operation with addition and bsxfun?
Hi. I have a fairly long line of code in my script that takes about 7 seconds to run, it was originally three separate calculati...
mehr als 9 Jahre vor | 2 Antworten | 0
2
AntwortenFrage
Vectorizing/speeding up bsxfun multiplication-loop
I have a situation that looks like this: C=zeros(1440,181,8); for i=1:8 C(:,:,i)=sum(bsxfun(@times,A(:,:,31:end),re...
mehr als 9 Jahre vor | 1 Antwort | 0
1
AntwortFrage
Is it possible to add/combine matrices without increasing memory usage?
Hi. I have a script that is really pushing the RAM limit of my computer and in one situation I have two large matrices of the sa...
mehr als 9 Jahre vor | 1 Antwort | 0
1
AntwortFrage
Numerical integration with the GPU? Trapz appears to be unsupported in arrayfun, are there any alternatives?
I’ve recently discovered GPU computing in Matlab and it’s been helping me a lot with speeding up slow calculations, so I want to...
mehr als 9 Jahre vor | 1 Antwort | 0
1
AntwortFrage
Struggling a bit with writing a function and passing it to the GPU with via arrayfun
I have a long equation that I am currently looping though element by element and its taking forever so I want to make it faster....
mehr als 9 Jahre vor | 1 Antwort | 0
1
AntwortFrage
Is this a valid vectorization of my loop?
I have a loop that I want to calculate that looks like this: TiltedGroundreflected = zeros(1440, length(Tilt), size(UpScale...
mehr als 9 Jahre vor | 1 Antwort | 0
1
AntwortFrage
Vectorizing a loop that calculates cosd on every element?
Hi. I have radiation data for every minute of a day that is spectrally resolved so each minute contains several wavelengths. I w...
mehr als 9 Jahre vor | 1 Antwort | 0
1
AntwortFrage
1x2 single a.k.a. the cursed variable that refuses to be tamed. How do i turn it into 1x2 double and what is the difference between the two seemingly identical variables?
I am trying to programmatically take a screenshot and identify the location of a specific button on the screen using the techniq...
mehr als 9 Jahre vor | 1 Antwort | 0
1
AntwortFrage
Amplitude adjustment on integral
Hi. I have a lot of electromagnetic spectrums that show the correct distribution (shape of the curve) of wavelengths, but I need...
mehr als 9 Jahre vor | 1 Antwort | 0
1
AntwortFrage
Repeating a time series from yyy-MM-dd to yyyy-MM-dd-hh-mm
I have a matrix where the first column is a time series with dates down to one minute resolution, in the format: yyyy-MM-dd-hh-m...
fast 10 Jahre vor | 1 Antwort | 0
1
AntwortFrage
Problems with showing geolocated data with geoshow. Error in Zdata
Hi. I have a number of netCDF files containing geolocated satellite data that I need to plot and analyze, but I’m having some di...
fast 10 Jahre vor | 2 Antworten | 0