caml-list - the Caml user's mailing list
 help / color / mirror / Atom feed
* Neural Network / Réseaux de neurones
@ 2005-05-25 12:56 Charles VEJNAR
  2005-05-25 15:33 ` [Caml-list] " Frédéric Gava
  2005-05-26 13:46 ` [Caml-list] Neural Network / R?seaux " Liam Stewart
  0 siblings, 2 replies; 3+ messages in thread
From: Charles VEJNAR @ 2005-05-25 12:56 UTC (permalink / raw)
  To: caml-list

Good morning,

I am looking for Neural Network library written in OCaml.

Did you know an implementation ?

Thank you

Charles


^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [Caml-list] Neural Network / Réseaux de neurones
  2005-05-25 12:56 Neural Network / Réseaux de neurones Charles VEJNAR
@ 2005-05-25 15:33 ` Frédéric Gava
  2005-05-26 13:46 ` [Caml-list] Neural Network / R?seaux " Liam Stewart
  1 sibling, 0 replies; 3+ messages in thread
From: Frédéric Gava @ 2005-05-25 15:33 UTC (permalink / raw)
  To: Charles VEJNAR, caml-list

Hi,

I am not sure but, is a neurol network like a graph where edge and vertex
contain a special function ? If it is the case, look at

http://www.lri.fr/~filliatr/ocamlgraph/

Best,
Frédéric

----- Original Message -----
From: "Charles VEJNAR" <vejnar@ens.fr>
To: <caml-list@yquem.inria.fr>
Sent: Wednesday, May 25, 2005 2:56 PM
Subject: [Caml-list] Neural Network / Réseaux de neurones


> Good morning,
>
> I am looking for Neural Network library written in OCaml.
>
> Did you know an implementation ?
>
> Thank you
>
> Charles
>
> _______________________________________________
> Caml-list mailing list. Subscription management:
> http://yquem.inria.fr/cgi-bin/mailman/listinfo/caml-list
> Archives: http://caml.inria.fr
> Beginner's list: http://groups.yahoo.com/group/ocaml_beginners
> Bug reports: http://caml.inria.fr/bin/caml-bugs
>



^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [Caml-list] Neural Network / R?seaux de neurones
  2005-05-25 12:56 Neural Network / Réseaux de neurones Charles VEJNAR
  2005-05-25 15:33 ` [Caml-list] " Frédéric Gava
@ 2005-05-26 13:46 ` Liam Stewart
  1 sibling, 0 replies; 3+ messages in thread
From: Liam Stewart @ 2005-05-26 13:46 UTC (permalink / raw)
  To: caml-list


I have an implementation for mostly arbitrary feed forward networks in OCaml.
Training can be done with gradient descent (fixed learning rate or
adaptive) and momentum; I have yet to integrate in a second order
optimizer (a wrapper around Nocedal's L-BFGS code), but it should be
straight forward. I haven't really had the need as I'm not working with
neural nets right now. The code is written in an imperative style. I haven't
released the code yet, but can provide it if you're interested.

liam

On Wed, May 25, 2005 at 02:56:31PM +0200, Charles VEJNAR wrote:
> Good morning,
> 
> I am looking for Neural Network library written in OCaml.
> 
> Did you know an implementation ?
> 
> Thank you
> 
> Charles
> 
> _______________________________________________
> Caml-list mailing list. Subscription management:
> http://yquem.inria.fr/cgi-bin/mailman/listinfo/caml-list
> Archives: http://caml.inria.fr
> Beginner's list: http://groups.yahoo.com/group/ocaml_beginners
> Bug reports: http://caml.inria.fr/bin/caml-bugs

-- 
Liam Stewart :: liam@squozen.org


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2005-05-26 13:46 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-05-25 12:56 Neural Network / Réseaux de neurones Charles VEJNAR
2005-05-25 15:33 ` [Caml-list] " Frédéric Gava
2005-05-26 13:46 ` [Caml-list] Neural Network / R?seaux " Liam Stewart

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).