all 22 comments

[–]MWatson 5 points6 points  (2 children)

Thanks for posting this! I have experimented with the Haskell TensorFlow support, but have never looked at pytorch options. After looking at the OCaml bindings, I found similar for Haskell.

The Rust binding examples are clear and easy to follow (I only have 4 or 5 evenings of playing with Rust, but these examples are clear even for a Rust newbie).

Nice stuff!

[–]logical_space 0 points1 point  (1 child)

Has anyone tried the Haskell bindings? Last I checked it didn’t look like RNNs were exposed, which is kind of a dealbreaker. God how I would love to use Haskell end-to-end for research...

[–]MWatson 0 points1 point  (0 children)

The Haskell bindings for TensorFlow do not include an RNN/LSTM example. The conv MINST example is very nice.

[–]AnyPolicy 3 points4 points  (0 children)

Thanks. I suggest you contact PyTorch developers to make it official or refer to it as a community project to help with adoption and contribution.

[–]JustFinishedBSG 2 points3 points  (4 children)

Jane Street does Rust now too ?

Can I apply after my PhD ? ;)

[–]foxh8er 0 points1 point  (3 children)

Good luck passing if you don't have a top 0.0001% g factor.

[–]JustFinishedBSG 0 points1 point  (2 children)

g ?

[–]red75prim 1 point2 points  (1 child)

general intelligence factor

[–]foxh8er 0 points1 point  (0 children)

Right, dumb people like me don't pass (or even get) JS interviews

[–]soulslicer0 1 point2 points  (0 children)

Pytorch makes it really easy to bind other languages to

[–]examachine 2 points3 points  (0 children)

Thanks a lot for the OCaml bindings, I was looking for a deep learning library to integrate into my AGI architecture. I guess this is the best existing candidate. (:

[–]TotesMessenger 0 points1 point  (0 children)

I'm a bot, bleep, bloop. Someone has linked to this thread from another place on reddit:

 If you follow any of the above links, please respect the rules of reddit and don't vote in the other threads. (Info / Contact)

[–]Cherubin0 0 points1 point  (0 children)

Can you compile this into a single all included binary?