I have a dataset of crop yield in 15 years. For each year I have around 5000 samples of classification data. I want to apply RNN to make a prediction in such a way that when I feed the features the crop it predicts also takes into account the previous years. I applied simple ANN to each year and soon will apply RNN to it but since the data will have 12 samples i don't know what to do. Can you give a basic idea how i should approach the problem?
Time series classification with RNN
83 Views Asked by Usama Ahmed At
0
There are 0 best solutions below
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 CLASSIFICATION
- Feature selection SVM-Recursive Feature elimination (SVM-RFE) with Libsvm, the accuracy result is worse than without feature selection, why?
- How to find algo type(regression,classification) in Caret in R for all algos at once?
- scatter plot for a multiclass dataset with class imbalance and class overlapping
- Gaussian Naive Bayes classification
- Train And Use Classifier Weka In Java
- ROC curve in R using rpart package?
- Matlab example code for deep belief network for classification
- Chained CostSensitiveClassifier
- Difference between segmentation and classification
- How to train a LogisticRegression classifier to read from a second dataset?
- Tagging a phrase to learn a classifier using NLTK in Python
- Which classifiers provide weight vector?
- NaiveBayes Classifier: Do I have to concatenate all files of one class?
- Scikit Learn - Identifying target from loading a CSV
- Deciding output style for ANN classifier
Related Questions in RECURRENT-NEURAL-NETWORK
- RNN Cell not present in tf.get_collection
- How to choose layers in RNN (recurrent neural networks)?
- Get the last output of a dynamic_rnn in TensorFlow
- Dynamic tensor shape for tensorflow RNN
- Choosing the Length of Time Steps in Recurrent Neural Network
- How to use keras RNN for text classification in a dataset?
- How to Initialize LSTMCell with tuple
- What is the most efficient way to implement multi-layer RNNs in TensorFlow?
- Confused about weight and bias dependencies affecting learning
- Mxnet RNN Time Series Prediction
- Recurrent Neural Networks for Panel Data
- Multi-dimension dynamic rnn with tensorflow
- Tensorflow Network Save and Restore
- Wrong Number of LSTM Dimensions in Keras
- Tensorflow seq2seq `feed_previous' argument`
Related Questions in DATA-PREPROCESSING
- How to solve Scikit learn preprocessing pipeline error with Numpy array?
- sklearn "ValueError: A given column is not a column of the dataframe" while trying to pass classes in the data prepocessor pipeline
- Time series classification with RNN
- Converting Savitzky-Golay filter in python to R
- Dropping a column in sklearn Pipeline after using it to create new features
- How to prepare Multimodel data for Fine Tuning ViLT
- Machine learning airport airside prediction KPI
- Fast fourier filtering treshold / forex tick data denoising
- Issue with Shape of X_all in getListAgeDays Function for BraTS20 Dataset
- tf.data API 'flat_map' method for unpacking after window method with VariantDatasets in dictionary
- How should I preprocess this dataset for performing a "Question-Answering" task? Pytorch
- Why am I getting a data type error from my preprocessor?
- Write lines starting with a determine substring in a new file with Python
- NLP preprocessing text in Data Frame, what is the correct order?
- python: join codes to avoid opening recursive lists
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?