Code Monkey home page Code Monkey logo

seriesnet's People

Contributors

kristpapadopoulos 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  avatar  avatar  avatar

seriesnet's Issues

Understanding output of the model of shapes

I don't understand something you are making output as (NONE,length,1) but you take only the last point and your y_output data is only one point shifted from your input data for example:

x=[0,1,2,3,4,5,...63]
y=[64]

why not making only a flatten layer and dense layer for getting the output of this point ?
will it make a big difference ?

Has you paper been published?

That's a great architecture you have there. I wanted to know if your paper has been published? so, that I may add to references of my paper. Thanks.

TypeError: 'module' object is not callable`

This sounds pretty interesting, but I get this when I try to run it on a simple 1D array:
Traceback (most recent call last): File ".\seriesnet.py", line 130, in <module> print(evaluate_timeseries(np.arange(100),10)) File ".\seriesnet.py", line 107, in evaluate_timeseries model = DC_CNN_Model(length) File ".\seriesnet.py", line 67, in DC_CNN_Model l1a, l1b = DC_CNN_Block(32,2,1,0.001)(input) File ".\seriesnet.py", line 56, in f network_out = merge([residual, network_in], mode='sum') TypeError: 'module' object is not callable

Test example

Can you please provide an example of how to run the code?
I tried:
a = np.array([0,1,2,3,4,5]) evaluate_timeseries(a , 1)
but it doesn't work.

Simpe test example

Hey, thanks for this great code! As for saubersf running a simple example does not work for me. I get an error for the model.fit(X,y) call in line 127. Error message is "ValueError: None values not supported." Do you know how to solve this error?

input several time series

HI,

I have a question concerning the input of several time series to exploit correlations between them, can I just change the shape in:

def DC_CNN_Model(length):

input = Input(shape=(length,#OF TS IN THE INPUT))

Thank you very much.

Output unexplicable

Hi,
I have tried to test your implementation of wavenet for energy production data.
The input looks like :

time_serie = [257,247,244,245,231, ...]
test_size = 24

I did :
predictions = evaluate_timeseries(time_serie, test_size)
but predictions are values between -0.1 and 0.

Do you know what could be the reason ?

Thanks a lot

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.