* [Caml-list] Machine Learning in OCaml
@ 2019-02-04 15:19 RJ
2019-02-05 14:58 ` David Allsopp
0 siblings, 1 reply; 5+ messages in thread
From: RJ @ 2019-02-04 15:19 UTC (permalink / raw)
To: caml-list
[-- Attachment #1.1.1: Type: text/plain, Size: 89 bytes --]
All,
What tools have you all used to access the standard ML toolkit using OCaml?
R.
[-- Attachment #1.1.2.1: Type: text/html, Size: 349 bytes --]
[-- Attachment #1.2: publickey - lists@rj95.be - 0x4CB26DA0.asc --]
[-- Type: application/pgp-keys, Size: 649 bytes --]
[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 249 bytes --]
^ permalink raw reply [flat|nested] 5+ messages in thread
* RE: [Caml-list] Machine Learning in OCaml
2019-02-04 15:19 [Caml-list] Machine Learning in OCaml RJ
@ 2019-02-05 14:58 ` David Allsopp
2019-02-05 15:28 ` RJ
0 siblings, 1 reply; 5+ messages in thread
From: David Allsopp @ 2019-02-05 14:58 UTC (permalink / raw)
To: RJ, caml-list
RJ wrote:
> What tools have you all used to access the standard ML toolkit using OCaml?
Although this list remains perfectly active, you may get more answers on our Discuss forum – https://discuss.ocaml.org.
I can immediately point you to http://ocaml.xyz/ for one example, though.
HTH,
David
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [Caml-list] Machine Learning in OCaml
2019-02-05 14:58 ` David Allsopp
@ 2019-02-05 15:28 ` RJ
2019-02-05 18:00 ` Yawar Amin
0 siblings, 1 reply; 5+ messages in thread
From: RJ @ 2019-02-05 15:28 UTC (permalink / raw)
To: dra-news, caml-list
[-- Attachment #1.1: Type: text/plain, Size: 771 bytes --]
Yes I've seen OWL. I'm used to torch/tf/fast.ai paradigms. Obviously OWL won't be as functional, but how big is the gap among the tools?
R.
-------- Original Message --------
On Feb 5, 2019, 09:58, David Allsopp wrote:
> RJ wrote:
>> What tools have you all used to access the standard ML toolkit using OCaml?
>
> Although this list remains perfectly active, you may get more answers on our Discuss forum – https://discuss.ocaml.org.
>
> I can immediately point you to http://ocaml.xyz/ for one example, though.
>
> HTH,
>
> David
>
> --
> Caml-list mailing list. Subscription management and archives:
> https://sympa.inria.fr/sympa/arc/caml-list https://inbox.ocaml.org/caml-list
> Forum: https://discuss.ocaml.org/
> Bug reports: http://caml.inria.fr/bin/caml-bugs
[-- Attachment #1.2: Type: text/html, Size: 1261 bytes --]
[-- Attachment #2: publickey - lists@rj95.be - 0x4CB26DA0.asc --]
[-- Type: application/pgp-keys, Size: 648 bytes --]
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [Caml-list] Machine Learning in OCaml
2019-02-05 15:28 ` RJ
@ 2019-02-05 18:00 ` Yawar Amin
2019-02-05 20:39 ` RJ
0 siblings, 1 reply; 5+ messages in thread
From: Yawar Amin @ 2019-02-05 18:00 UTC (permalink / raw)
To: RJ; +Cc: David Allsopp, Ocaml Mailing List
[-- Attachment #1: Type: text/plain, Size: 997 bytes --]
Have you seen https://github.com/LaurentMazare/ocaml-torch ?
On Tue, Feb 5, 2019 at 10:28 AM RJ <lists@rj95.be> wrote:
> Yes I've seen OWL. I'm used to torch/tf/fast.ai paradigms. Obviously OWL
> won't be as functional, but how big is the gap among the tools?
>
>
> R.
>
>
>
>
>
>
> -------- Original Message --------
> On Feb 5, 2019, 09:58, David Allsopp < dra-news@metastack.com> wrote:
>
>
> RJ wrote:
> > What tools have you all used to access the standard ML toolkit using
> OCaml?
>
> Although this list remains perfectly active, you may get more answers on
> our Discuss forum – https://discuss.ocaml.org.
>
> I can immediately point you to http://ocaml.xyz/ for one example, though.
>
> HTH,
>
> David
>
> --
> Caml-list mailing list. Subscription management and archives:
> https://sympa.inria.fr/sympa/arc/caml-list
> https://inbox.ocaml.org/caml-list
> Forum: https://discuss.ocaml.org/
> Bug reports: http://caml.inria.fr/bin/caml-bugs
>
>
[-- Attachment #2: Type: text/html, Size: 1966 bytes --]
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [Caml-list] Machine Learning in OCaml
2019-02-05 18:00 ` Yawar Amin
@ 2019-02-05 20:39 ` RJ
0 siblings, 0 replies; 5+ messages in thread
From: RJ @ 2019-02-05 20:39 UTC (permalink / raw)
To: yawar.amin; +Cc: dra-news, caml-list
[-- Attachment #1.1: Type: text/plain, Size: 1263 bytes --]
Ah that's cool. Supports GPU acceleration too it looks like. I'm really hoping for owl to advance a bit more. It looks great so far. I dislike python as a language but its libraries just can't be ignored...
R.
-------- Original Message --------
On Feb 5, 2019, 13:00, Yawar Amin wrote:
> Have you seen https://github.com/LaurentMazare/ocaml-torch ?
>
> On Tue, Feb 5, 2019 at 10:28 AM RJ <lists@rj95.be> wrote:
>
>> Yes I've seen OWL. I'm used to torch/tf/fast.ai paradigms. Obviously OWL won't be as functional, but how big is the gap among the tools?
>>
>> R.
>>
>> -------- Original Message --------
>> On Feb 5, 2019, 09:58, David Allsopp < dra-news@metastack.com> wrote:
>>
>>> RJ wrote:
>>>> What tools have you all used to access the standard ML toolkit using OCaml?
>>>
>>> Although this list remains perfectly active, you may get more answers on our Discuss forum – https://discuss.ocaml.org.
>>>
>>> I can immediately point you to http://ocaml.xyz/ for one example, though.
>>>
>>> HTH,
>>>
>>> David
>>>
>>> --
>>> Caml-list mailing list. Subscription management and archives:
>>> https://sympa.inria.fr/sympa/arc/caml-list https://inbox.ocaml.org/caml-list
>>> Forum: https://discuss.ocaml.org/
>>> Bug reports: http://caml.inria.fr/bin/caml-bugs
[-- Attachment #1.2: Type: text/html, Size: 2364 bytes --]
[-- Attachment #2: publickey - lists@rj95.be - 0x4CB26DA0.asc --]
[-- Type: application/pgp-keys, Size: 648 bytes --]
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2019-02-05 20:39 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-02-04 15:19 [Caml-list] Machine Learning in OCaml RJ
2019-02-05 14:58 ` David Allsopp
2019-02-05 15:28 ` RJ
2019-02-05 18:00 ` Yawar Amin
2019-02-05 20:39 ` RJ
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox