Coder Social home page Coder Social logo

deeptcn's People

Contributors

oneday88 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

deeptcn's Issues

Electricity Train Test data preparertion(Preprocessing)

As mentioned in paper "Probabilistic Forecasting with Temporal Convolutional Neural Network
", the Electricity Train data has been taken only for Dec (2011, 2012, 2013) and Test data taken for Dec(2014) data. But In preprocessing code It's taking all the last three years data and processing.

Could you please clarify on the same.

What is your electricity file modelData.csv comes from?

Hello, I'm reproducing your experiment of electricity part. I got the dataset from ttps://archive.ics.uci.edu/ml/datasets/ElectricityLoadDiagrams20112014 , with the file type of txt. I'd like to learn about what content is in your file modelData.csv so that I can change the dataset to that frame.
Thank you very much!

standardizing

Hi, tried to recreate the results of DeepTCN probabilistic for the electricity data set.

I changed the pre-processing code to standardize both train/test X and Y, but now the network predicts constant values for all 24 hours... any idea why? Why do you only standardize X and not Y?

How do you implement Causality in Temporal Convolutional Network (TCN)?

Thanks for sharing this work. I noticed that in ResidualTCN, the data isn't being masked.
https://github.com/oneday88/deepTCN/blob/master/traffic/MxnetModels/pointModels.py#L11-L18

which is commonly done in other TCN implementations to ensure that there can be no leakage from the future into the past.
For example:

How does your code ensure causality without masking? Is it done in data preprocessing instead?

Query on Train-Test data split

Thank you for sharing your valuable efforts. I have one doubt regardinng Train-Test data preparartion. Kindly find my below highlighted comments.

As per my understanding--
X Index Y Index
27: 39 39: 51
23: 35 35: 47
19: 31 31: 43
15: 27 27: 39
11: 23 23: 35
7: 19 19: 31
3: 15 15: 27

Kindly clarify the indexing details for Train and test data.

if(i==0): ##Please confirm whether this will be i <=3
testX[i] = series_x
testY[i] = series_y
testX2[i,:,:] = covariate_X
testY2[i,:,:] = covariate_Y
if(i>2): ##Please confirm whether this will be i >3
trainX[i-3] = series_x
trainY[i-3] = series_y
trainX2[i-3] = covariate_X
trainY2[i-3] = covariate_Y
https://github.com/oneday88/kdd2019deepTCN/blob/master/parts/quantileModel/data_preprocess.ipynb

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.