GithubHelp home page GithubHelp logo

jiegzhan / time-series-forecasting-rnn-tensorflow Goto Github PK

View Code? Open in Web Editor NEW
79.0 79.0 32.0 37 KB

Time series forecasting

License: Apache License 2.0

Python 100.00%
keras lstm recurrent-neural-network tensorflow time-series

time-series-forecasting-rnn-tensorflow's Introduction

Hi there ๐Ÿ‘‹

  • ๐Ÿ”ญ I am Zhang Jie (ๅผ  ๆฐ).

  • In 05/2024, I joined Disney Streaming as a Staff Software Engineer, where I mainly focus on data ingestion, data discovery, and data governance.

  • I was a Senior Software Engineer at Roku Big Data Platform team for 4.5 years, where I provided data infrastructure and data solutions both in large scale real time streaming processing and data lake batch processing.

  • Tech Stack: Flink, Spark, Kafka, Presto, Iceberg, Hive, Hadoop, Airflow, Kubernetes, Docker, AWS Stack, DataDog, Jupyter Notebook, Superset, Looker.

Real Time Streaming Processing โœ…

Built a Flink & Kubenetes powered real time streaming platform which provides capabilities to build Flink streaming applications and run them on Kubernetes clusters seamlessly. Onboarded other engineering teams and promoted best streaming practices.

Data Lake Batch Processing โœ…

Built and maintained a Spark & Hive & S3 & Airflow based data lake, architected and implemented distributed data ingestion and processing pipelines.

time-series-forecasting-rnn-tensorflow's People

Contributors

jiegzhan 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

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

time-series-forecasting-rnn-tensorflow's Issues

"Predicted" and "Actual" labels on the final chart are inversed

In train_predict.py there is a mix up with labels. What should be "Actual" is shown as "Predicted" and vice versa:

        # Plot graph: predicted VS actual
        plt.subplot(111)
        plt.plot(predicted_raw, label='Actual')
        plt.plot(y_test_raw, label='Predicted')
        plt.legend()
        plt.show()

Why did you use model.fit for training?

To train a model in Tensorflow I checked other sources they use sessions in loop in order to train model.

with tf.Session() as sess:
   init.run()
   for ep in range(epochs):
         sess.run(training_op, feed_dict={X: x_batches, y:y_batches})
         mse = loss.eval(feed_dict={X: x_batches, y:y_batches})

Why did you use model.fit?

Multiple inputs

Hi,

I want to use your model for a time-series that has 6 inputs and just 1 output, can you help me? I think i have to upload the file with 6 columns, but i dont know how to read it and manage all this inputs.

Thank you.

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.