Page 1 of 8
Neural Network

Posted:
Fri Apr 26, 2013 4:05 pm
by glasspelican
The disturbed nature of the epiphany strikes me as a perfect platform to run an artificial neural network.
does anyone have any experience with the library?
I downloaded the source, but havnt had time to look at it yet.
Re: Neural Network

Posted:
Mon Apr 29, 2013 3:48 pm
by Eismcc
I've not used but FANN and would be interested in NN's on parallela as well. A quick google yields
http://viennacl.sourceforge.net/ which may also be useful.
Re: Neural Network

Posted:
Mon Jun 10, 2013 11:51 pm
by MacTuxLin
This would be the one of the killer-app for this board. I can't wait (have been patiently waiting, actually) for my board, I'm also designing my own 64-core embedded board, albeit it is using 9 x P8X32A chips
Anyway, are there any work to the library on this? I presume apps like Octave would work on this board?
Re: Neural Network

Posted:
Sat Jul 20, 2013 11:01 am
by stealthpaladin
Hi I've got some limited experience using FANN and neural nets in general.
I can definitely say this board would be a great fit. The epiphany cores, from what I can understand at least, are pretty good at talking to each other. Compared with traditional processors this is very desirable for artificial neurons. Additionally the FPGA can be run in cooperation if you can work out the clocking details.
Finally, with regard to neural nets I'm very pleased with the inclusion of the analog unit, which can provide data context which is especially 'native' to neuron structures.
Re: Neural Network

Posted:
Mon Jul 29, 2013 8:58 pm
by oneninja
Im glad to hear others thinking the same thing that I am... this epiphany chip *could* be a great NN platform. Which is exactly what I plan on using my Parallella boards for. My initial plans include :
* getting ngspice running (if I can) to speed up Analog NN simulations
* use something like FANN for connectivity/learning algorithms
* writing models for vary degree of bio-realistic neural net emulation
I probably wont receive my hardware until October 2013 at best, so that gives me plenty of time to figure out exactly what code I want to run first.
Re: Neural Network

Posted:
Sat Aug 10, 2013 11:44 pm
by nickoppen
I wrote a basic 3 layer back-propagation neural network simulator a few years back. I actually got it working after a couple of years.
My first project will be to rewrite it for Parallella. I've done some of the high level design work and yes, the Parallella architecture will work well. The learning curve for me will be getting the OpenCL working. Don't hold your breath - I've got kids now.
Re: Neural Network

Posted:
Sun Aug 18, 2013 4:14 am
by stealthpaladin
Re: Neural Network

Posted:
Mon Aug 19, 2013 4:48 am
by nickoppen
Re: Neural Network

Posted:
Tue Aug 20, 2013 3:32 am
by stealthpaladin
Re: Neural Network

Posted:
Tue Aug 20, 2013 11:57 am
by nickoppen