ruby for machine learning

dear community

I searched ruby for machine learning and got the resources:

Do you know what's the popular framework/platform for using ruby as a
machine learning language?

Thanks.

I don't know what's popular. But, the last time I was working with ML the
team was already working with TensorFlow. So, I worked with TensorFlow
in Ruby using PyCall.

···

On 11/11/21, Hoffman S <hoff@tsolr.com> wrote:

I searched ruby for machine learning and got the resources:
GitHub - arbox/machine-learning-with-ruby: Curated list: Resources for machine learning in Ruby

Do you know what's the popular framework/platform for using ruby as a
machine learning language?

Possibly also helpful:

There are many machine learning algorithms, so determining which one you want to use to solve your problem will likely be the determining factor on choice of Gem. Rumale is quite user friendly.

···

On 11/12/21 5:15 AM, Frank J. Cameron wrote:

On 11/11/21, Hoffman S <hoff@tsolr.com> wrote:

I searched ruby for machine learning and got the resources:
GitHub - arbox/machine-learning-with-ruby: Curated list: Resources for machine learning in Ruby

Do you know what's the popular framework/platform for using ruby as a
machine learning language?

I don't know what's popular. But, the last time I was working with ML the
team was already working with TensorFlow. So, I worked with TensorFlow
in Ruby using PyCall.

spec/tensorflow_spec.rb · master · Frank J. Cameron / ruby-tensorflow.py · GitLab
GitHub - mrkn/pycall.rb: Calling Python functions from the Ruby language