Menu

Visualizing Artificial Neural Networks / News: Recent posts

See wiki

For next weekly reports and for install and use instructions please see the wiki (under Hosted Apps/MediaWiki)

Posted by Selenog 2009-11-09

Weekly report 4

First working version is created, neural net's can now be shown.
For usage of jar's see forum/help

Features of this version:
- access in two ways between java and Matlab
- providing an as easy possible infrastructure to handle complex data structures in Matlab
- show the right amount of nodes and display connections between them as expected in a perceptron network, will change to a more dynamic way of interconnecting to allow non trivial network layouts.... read more

Posted by Selenog 2009-10-27

Weekly report 3

I've been further investigating the possibilities of communication between Java and Matlab, without much success, working with the MatlabControl system gives some promising ways to handle the communication although there is still a bug somewhere in that piece of code :(, coding directly in Matlab using Matlab's programming language is possible and allows the use of external java-classes although not through object-orientation, so that route would require functional programming :(.
Still trying to decide but I hope to get past this problem by next week.

Posted by Selenog 2009-10-20

Weekly report 2

Working out a way for interaction between java and matlab has been quit annoying since matlab doesn't offer any interface (except one unsupported and undocumented interface which doesn't allow to pass objects through, so no neural network objects), I'm still investigating the possibility to create a server-client connection between matlab and java.

Posted by Selenog 2009-10-12

Weekly report 1

The sourceforge project is created, afterwards I've been looking into the JGraph library and have made an experiment program that contains a hard-coded graph (neural network like) that is then represented like a neural network should.
Plans for the comming week are experimenting with the matlab <-> java interaction and possibly already representation of an ANN matlab object.

Posted by Selenog 2009-10-05