Sunday, September 18, 2011

[PROPOSAL] Apache Yay

<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns="http://usefulinc.com/ns/doap#"
xmlns:foaf="http://xmlns.com/foaf/0.1/"
xmlns:labs="http://labs.apache.org/doap-ext/1.0#"
xmlns:projects="http://projects.apache.org/ns/asfext#">
<Project rdf:about="http://labs.apache.org/labs#yay">
<name>Apache Yay</name>
<shortname>yay</shortname>
<shortdesc xml:lang="en">Java library for creating neural networks</shortdesc>
<description xml:lang="en">The Apache Yay library contains an API for describing and implementing neural netork based systems</description>
<homepage rdf:resource="http://labs.apache.org/yay/"/>
<license rdf:resource="http://usefulinc.com/doap/licenses/asl20"/>
<created>2011-9-18</created>
<labs:status>active</labs:status>
<maintainer>
<foaf:Person rdf:about="http://people.apache.org/~tommaso">
<foaf:name>Tommaso Teofili</foaf:name>
<foaf:homepage rdf:resource="http://people.apache.org/~tommaso/"/>
</foaf:Person>
</maintainer>
<repository>
<SVNRepository>
<location rdf:resource="http://svn.apache.org/repos/asf/labs/yay/"/>
<browse rdf:resource="http://svn.apache.org/viewvc/labs/yay/"/>
</SVNRepository>
</repository>
<programming-language>Java</programming-language>
</Project>
</rdf:RDF>
Hi all,
I've been working on AI related topics for some time (back when at university and in my spare time) and recently I started to implement a (artificial) neural network [1] based system.
Such systems can be very useful for many practical use cases like time series prediction and modeling, assisted decision making, stock market prediction, data processing, information extraction and others so I imagine there could be enough interest to build up a community of NN users/devs and hopefully one day reach the Incubator ;)
Thus I'd like to start to write this Java library (API and implementation) for building artificial neural networks here at Apache Labs.
I've attached a doap file for this project proposal.
Please cast your votes:

[ ] +1, accept Yay as new Lab
[ ] +/-0
[ ] -1, because...

Votes is open for the next 72 hours and closes on Wed 21 September at 16:40 CET.
This is my first proposal here so in case I missed something don't hesitate to let me know.
Looking forward to your comments and votes.
Cheers,
Tommaso


No comments:

Post a Comment