Giter Club home page Giter Club logo

Comments (3)

GoogleCodeExporter avatar GoogleCodeExporter commented on July 17, 2024
Glad Neurolab can help you
I dont know about papers. 
But some people use neurolab in his research.
I would be grateful if you would inform me a link to your publication

You may use groups for your questions
https://groups.google.com/forum/#!forum/py-neurolab

Original comment by [email protected] on 4 May 2014 at 9:45

  • Changed state: Done

from neurolab.

GoogleCodeExporter avatar GoogleCodeExporter commented on July 17, 2024
Hello,

You can read my publication in 
http://wsl.softwarelivre.org/2014/cantor-ambiente-integrado-de-desenvolvimento-v
oltado-a-computacao-cientifica-utilizando-python-saraiva-wsl-2014-.pdf the 
language is in Portuguese.

The paper subject is Cantor, a IDE to scientific programming using several 
mathematical software backends. In this paper I describe Python backend. I used 
neurolab to show a typical scientific application using Python and Cantor.

Let me know if you will write a paper about neurolab. If you desire, I can help 
you with the writing.

(Some day I will try to implement the Levenberg-Marquardt training algorithm to 
neurolab) =)

Original comment by [email protected] on 31 May 2014 at 5:39

from neurolab.

GoogleCodeExporter avatar GoogleCodeExporter commented on July 17, 2024
Hi!
Nice work! But, I have not plans write publication. May be later...

About Levenberg-Marquardt, I thought about it. Scipy has implement of this 
algorithm in
scipy.optimize.leastsq (wrapper around MINPACK’s lmdif and lmder). Most easy 
and powerfull way is use this implement (like neurolab.train.train_bgfs use 
scipy.optimize.fmin_bfgs). But need function for calculate Jacobian 
(http://en.wikipedia.org/wiki/Jacobian_matrix_and_determinant) for multilayer 
network (like neurolab.tool.ff_grad for calculate gradient of net with back 
propogation method). 

It's not easy, but if you will write this function, I add Levenberg-Marquardt 
train support. 
Let me know, If you will find some literature abut calculate Jacobian fof 
multilayer network.

Good luck.

Original comment by [email protected] on 2 Jun 2014 at 4:59

from neurolab.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.