caml-list - the Caml user's mailing list
 help / color / mirror / Atom feed
From: Liam Stewart <liam@squozen.org>
To: caml-list@yquem.inria.fr
Subject: Re: [Caml-list] Neural Network / R?seaux de neurones
Date: Thu, 26 May 2005 09:46:51 -0400	[thread overview]
Message-ID: <20050526134651.GC4593@squozen.org> (raw)
In-Reply-To: <200505251256.j4PCuVfl012675@biologie.ens.fr>


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


      parent reply	other threads:[~2005-05-26 13:46 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-05-25 12:56 Neural Network / Réseaux " Charles VEJNAR
2005-05-25 15:33 ` [Caml-list] " Frédéric Gava
2005-05-26 13:46 ` Liam Stewart [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20050526134651.GC4593@squozen.org \
    --to=liam@squozen.org \
    --cc=caml-list@yquem.inria.fr \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).