I am working on a convolutional GANs model for time series simulation. The time series includes the historical time-series demand (sales) data for the retail items. Comprising of different product-store items coming with different sales patterns, the time series data have input values at different scales. There exist some time-series with very large scales when are taken into normalization or scaling, e.g. min-max scaling, they can be seen as extreme values. Indeed, this has negative effects on training of the network. I am wondering what would be the best approach to scale or normalize time series data with potential extreme values. Thanks.
Scaling/Normalizing time series with extreme values
282 Views Asked by AidinZadeh At
0
There are 0 best solutions below
Related Questions in NEURAL-NETWORK
- How to choose good SURF feature keypoints?
- How to avoid overfitting (Encog3 C#)?
- Run out of VRAM using Theano on Amazon cluster
- Calculating equation from image in Java
- Print output of a Theano network
- Torch Lua: Why is my gradient descent not optimizing the error?
- How can I train a neural (pattern recognition) network multiple times in matlab?
- Using Convolution Neural Net with Lasagne in Python error
- Random number of hidden units improves accuracy/F-score on test set
- Matlab example code for deep belief network for classification
- Pybrain Reinforcement Learning Example
- How to speed up caffe classifer in python
- Opencv mlp Same Data Different Results
- Word2Vec Data Setup
- How can I construct a Neural Network in Matlab with matrix of features extracted from images?
Related Questions in TIME-SERIES
- How to best compress timeseries into a different duration?
- Calculating the difference in dates in a Pandas GroupBy object
- Simple Python Median Filter for time series
- Converting time series to data frame, matrix, or table
- Highstock time series navigator blank
- How to compute relative difference in a circular domain (weekday) in R
- How to store and retrieve time series using google appengine using python
- Plotting multivariate time-series data in R
- Reintroduction of AR and GARCH processes in MATLAB
- value from a past, potentially missing month in dataframe
- Forecasting an Arima Model in R Returning Strange Error
- computed initial MA coefficients are not invertible [Python] [TSA] [ARIMAX] [CrossValidation]
- Load local dataset into Python 3.4 Pandas statsmodel for Time Series
- Combining time series data into a single data frame
- Plotting Probability Density Heatmap Over Time in R
Related Questions in CONV-NEURAL-NETWORK
- Using Convolution Neural Net with Lasagne in Python error
- How to prepare data for torch7 deep learning convolutional neural network example?
- additive Gaussian noise in Tensorflow
- Same output in neural network for each input after training
- ConvNet : Validation Loss not strongly decreasing but accuracy is improving
- Tensor flow affecting multiprocessing/threading
- Inceptionv3 Transfer Learning on Torch
- Transfer weights from caffe to tensorflew
- Lasagne NN strange behavior with accuracy and weight convergence
- Multiple outputs in Keras gives value error
- How to use feature maps of CNN to localize obect on the image?
- Why Validation Error Rate remain same value?
- How to create LMDB files for semantic segmentation?
- Training model to recognize one specific object (or scene)
- Restoring saved TensorFlow model to evaluate on test set
Related Questions in SCALING
- ios responsive design not working (too wide in portrait orientation)
- Spark scaling the data for both features and the label
- Bad Swing UI scaling on high resolution (MS Surface)
- Will using dp take care of physical screen size?
- matplotlib: Rescale axis labels
- c3 scaling similar to d3?
- How to get around a Possible Loss of Precision Error in java
- Scaling animation or Texture Atlas on libgdx
- LibGDX TextureRegion draw bug when using split method and scaling
- Maintain centre of custom imageview resized in android
- how to fit screen shot in to 800*600 bitmap
- Server scaled images within WP Canvas - Gallery.
- CSS3 transform: scaling results in translation?
- Why is SVG scaling inversely with the viewBox, ie. larger numbers make SVG smaller and smaller numbers make it larger
- Unity3d 4.6 UI Image bug on some Windows 8 and 8.1
Related Questions in NORMALIZING
- Is the Fast Inverse Square Root Algorithm faster than C++'s standard library sqrt() function?
- geo location normalizer - Bulk requests
- How to add/subtract two arrays in java
- tm struct time.h not normalizing
- MemoryError: Unable to allocate 32.2 GiB for an array with shape (28709, 224, 224, 3) and data type float64
- How can I normalize column values in a data frame for all rows that share the same ID given in another column?
- Scaling/Normalizing time series with extreme values
- How to scale data between -1 and 1 in pandas
- C# Normalizing RGB and creating a new image
- pydub: how to retain headroom across `export` and `from_file`?
- Normalizing CDF in Python
- What is the need for normalizing a vector?
- How to prevent orphaned records in detail tables of normalized database?
- Dealing with "hypernormalized" data
- SQL Server Query Results in Duplicate Results for election Database
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?