Need neural net library

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Aum

    Need neural net library

    Hi,

    Can anyone please recommend a python-accessible library for neural network
    simulation?

    I've already got code for standard feed-forward, back-propagation
    networks, but am needing something which does recurrent networks.

    Also desirable is self-organising maps and Hopfield nets.

    Thanks in advance for your help

    Cheers
    Aum

  • Taliesson Wang

    #2
    Re: Need neural net library

    hi,
    I use ailib(http://ailib.webland.com) in BPNN,support sigmoid algorthm. It's
    a C++ lib, but not hard to be used in python.

    Best regards
    Wang


    Comment

    Working...