Skip to main content

Blog

Learn About Our Meetup

5000+ Members

MEETUPS

LEARN, CONNECT, SHARE

Join our meetup, learn, connect, share, and get to know your Toronto AI community. 

JOB POSTINGS

INDEED POSTINGS

Browse through the latest deep learning, ai, machine learning postings from Indeed for the GTA.

CONTACT

CONNECT WITH US

Are you looking to sponsor space, be a speaker, or volunteer, feel free to give us a shout.

Category: Reddit MachineLearning

[R] Hamiltonian Graph Networks with ODE Integrators (Deep Mind)

Hamiltonian Graph Networks with ODE Integrators

Abstract: We introduce an approach for imposing physically informed inductive biases in learned simulation models. We combine graph networks with a differentiable ordinary differential equation integrator as a mechanism for predicting future states, and a Hamiltonian as an internal representation. We find that our approach outperforms baselines without these biases in terms of predictive accuracy, energy accuracy, and zero-shot generalization to time-step sizes and integrator orders not experienced during training. This advances the state-of-the-art of learned simulation, and in principle is applicable beyond physical domains.

https://arxiv.org/abs/1909.12790

submitted by /u/youali
[link] [comments]

[P] Label Studio – flexible data labeling and annotation tool

[P] Label Studio - flexible data labeling and annotation tool

It’s https://labelstud.io/

Hey, I’m excited to share the news with the community. We’re releasing our data labeling tool into the open-source. It’s called Label Studio. Why yet another one? While working as ML engineers, most of the tools we’ve used were very specific and required at least some tunning to work with our datasets. Thus the idea of a configurable UI was born.

As you’d build a webpage, you can create a data labeling UI specifically for your needs. The config language is so expressive it usually takes no more than 10-20 lines.

I hope somebody finds it useful. Enjoy and send your feedback!

https://github.com/heartexlabs/label-studio

https://i.redd.it/ungwv4mjizp31.png

submitted by /u/michael_htx
[link] [comments]

[Discussion] Any datasets for multi-modal learning between time series and text?

Multi-modal learning has traditionally focused on image/video vs text (e.g. image captioning, video description), but does anyone know good datasets for learning between text and time series? Example of time series: stock charts, power plant / wearable sensor readings, music etc.

I am looking for natural language human comments on these types of data. Examples I can think of are:
– stock charts <-> analyst notes
– power plant sensor data <-> operator notes
– wearable sensor data <-> coach notes or commentary
– music data <-> critics or teacher notes

I wonder if there are real-world datasets of these types?

Thanks.

submitted by /u/mistycheney
[link] [comments]

[P] OpenNMT-tf 2.0: a neural machine translation toolkit for TensorFlow 2.0

Hi all,

https://github.com/OpenNMT/OpenNMT-tf

Just wanted to share this new major update of OpenNMT-tf, a toolkit for neural machine translation and sequence generation initially released in 2017. It has been completely redesigned for TensorFlow 2.0 and now includes many useful modules and layers that can be reused in other projects, from dataset utilities to beam search decoding.

Fully upgrading to TensorFlow 2.0 required some energy but we feel the changes are positive: the implementation is simpler, more consistent, and more extensible.

Please check it out, and feel free to ask questions!

submitted by /u/guillaumekln
[link] [comments]