awarded
awarded
awarded
awarded
awarded
awarded
awarded
comment
Max pooling has no parameters and therefore doesn't affect the backpropagation?
Fell free to add more content my friend. This is an open community, your contributions will be more than welcome ;)
awarded
awarded
Loading…
revised
How to decrease $R^2$ value and change it to positive value
added 15 characters in body; edited title
Loading…
revised
How to decrease $R^2$ value and change it to positive value
added 14 characters in body
Loading…
comment
Performing anomalie detection on a battery volatge using LSTM-RNN
For sure, always after digging into the Deep Learning, you must perform as much as Exploratory Data Analysis as you can. You need to know very well how your data look like because, perhaps, you won't need a neurla network to solve your problem. For time-series you have ARIMA, even Bayesian Filters and other well-knonw techniques. Other considerations, is your data labeled, I mean, do you know the threshold?
comment
Performing anomalie detection on a battery volatge using LSTM-RNN
The sampling period is something you have to come up with... there is no a recipe, every problem is different, You might do some research in the literature. The LSTM can accept an input with the following shape: (batch_size, num_samples, features)
Loading…
revised
Getting very low/ wrong accuracy from RandomizedSearchCV
added 27 characters in body
Loading…
revised
Getting very low/ wrong accuracy from RandomizedSearchCV
added 364 characters in body
Loading…
comment
Getting very low/ wrong accuracy from RandomizedSearchCV
Think that if only one element of the 230 changes in one sample, for 100 samples the accuracy will drop 1%. If accuracy is computed element-wise, the drop in the accuracy will be 1/(230*100)...

