Skip to main content

All Questions

0 votes
0 answers
25 views

Is it legit to normalize time series with respect to the x-axis?

I have a data set consisting of multivariate time series, e.g. a batch of my data has the shape (batch_size, timesteps, number_input_features) and I want to train a neural network on it to predict ...
ZenDen's user avatar
  • 13
0 votes
1 answer
30 views

How to explain missing dates to a model?

I have this dataset that I'm trying to train a neural network on. The problem is that since weekend dates are not available, I am not confident in whether the model is able to account for that. ...
Akshat Vats's user avatar
0 votes
0 answers
9 views

Positional Encoding for FFNN?

Here is my problem: I have input [x1,..,xt,n1,..,nt,1,2,...,t] where there is a missing timestep xi, and I use neighboring time series (found with KNN) n1,...,nt to add more features, as well as time ...
Michel Hijazin's user avatar
0 votes
1 answer
42 views

How do I give weight to recent time points when predicting another closeby time point?

I am building a normal feed-forward neural network to predict the value of a masked time point using regression, e.g. I have values for x at times 1, 2, and 4, and I want to predict its value at time ...
Michel Hijazin's user avatar
0 votes
0 answers
20 views

Do categorical embeddings leak data in time series?

I am a bit confused on this matter, I can't find any resources that touch on the following but my logic says that embeddings do introduce data leakage in time series: Considering a temporal dataset ...
idontknowmuch's user avatar
0 votes
0 answers
36 views

deep learning for stock prediction

I am learning deep learning . Right now I am using MNIST data set, which contains tens of thousands of scanned images of handwritten digits, together with their correct classifications. My question ...
quanity's user avatar
  • 101
0 votes
0 answers
13 views

Temporal mismatch

I am building a predictive model to determine risk for a disease over the course of a hospital stay. I am using medical records from a hospital electronic medical record database. The predictions are ...
healthydata's user avatar
0 votes
0 answers
19 views

What is the advantage of positional encoding over using additional features?

Popular models such as the transformer model use positional encoding on existing feature dimensions. Why is this preferred over adding more features to the feature dimension of the tensor which can ...
kot's user avatar
  • 11
0 votes
0 answers
53 views

Weighting training instances by time in machine learning models

I am training a neural network based on data whose relevance I think diminishes based on how far each instance is in the past. I've had a look and one way to do this it seems is to 'weight' training ...
joe_credit's user avatar
0 votes
1 answer
63 views

Which ML algorithm is suitable for a dataset that has seasonality and trend?

I have a small dataset from 2006 to 2023, I would like to predict monthly sales for the next year. This is my data: I already tried Prophet and NeuralProphet, but unfortunately they don't work well ...
Hadis's user avatar
  • 1
1 vote
1 answer
37 views

Time series predictions with multiple series

I have a dataframe shaped something like this patient_id admission_id admit_date diagnoses 1 1 2125-10-18 [1,2] 1 2 2125-10-26 [1,2,3] 1 3 2125-11-30 [1,2,3,4,5] ... 4 7 2130-06-23 [2,3,4,7,9.......
Orange248's user avatar
1 vote
0 answers
23 views

What machine learning technique can help generate spectrum line profiles?

I'm trying to work with Calcium-K line profiles from the Sun. Image for reference. Please ignore the labels on the image and note that my profiles are not in image format (more info below). I have ...
Apoorva Srinivasa's user avatar
0 votes
1 answer
265 views

Correlation between multiple time series

For research, we put some test samples through a physical process for a certain period of time and make measurements. The general structure of the data we collect is as follows: ...
saracoglumert's user avatar
0 votes
1 answer
38 views

Time series prediction problem with other parameters

My data looks like this: time series of average house prices per day in 100 cities (maybe more) over a two-year period, each with a set of characteristic variables that do not change over time, such ...
Daye Tao's user avatar
1 vote
0 answers
44 views

LSTM for classification

I am new to neural networks and I want to use LSTM to classify the on/off state of devices based on power values. In my training dataset, I have power values, device one (0,1), and device 2 (0,1). 0 ...
Zain's user avatar
  • 11

15 30 50 per page
1
2 3 4 5
9