wandb / examples

Example deep learning projects that use wandb's features.
http://wandb.ai
1.13k stars 291 forks source link

[Request]: Time Series Example in TensorFlow/Keras #391

Closed lucifertrj closed 1 year ago

lucifertrj commented 1 year ago

What is about?

I would like to contribute a Time Series code in TensorFlow or Keras examples. Please let me know if I can proceed with it...

tcapelle commented 1 year ago

Would love that! Some examples like the ones from hfawaz on Keras tutorials would be great to have!

lucifertrj commented 1 year ago

Recently I published an article on Stock Market Analysis in TensorFlow. Do let me know if this example is a good choice...

tcapelle commented 1 year ago

That would be really cool! I encourage you to check this report on how to log the timeseries to the wandb workspace so we get the most out of the codebase. Also, I am sure that @soumik12345 could help you out on instrumenting your TF/Keras code with W&B.

soumik12345 commented 1 year ago

Hi @lucifertrj

I went through your article, and it looks great ❤️ Here are some pointers on instrumenting your example with Weights & Biases:

You can refer to this notebook to check how to use the WandB callbacks for Keras.

We eagerly await your contribution 😃

lucifertrj commented 1 year ago

Thank you @soumik12345

This weekend I will raise a PR.

tcapelle commented 1 year ago

What would be cool is to do a wandb.Report first. That way we can share that publicly on our platform https://wandb.ai/fully-connected

soumik12345 commented 1 year ago

What would be cool is to do a wandb.Report first. That way we can share that publicly on our platform https://wandb.ai/fully-connected

@lucifertrj Can you also convert this example into a Report like this one? We could publish it to our blog Fully-Connected like mentioned by @tcapelle. You can check out this guide to learn how to write such cool reports.

lucifertrj commented 1 year ago

Sorry for the delay. This weekend I will open the PR. Closing the issue as of now