| I'm certainly no expert on these matters, but is Csound really the right
environment for this sort of programming? Looking at your code, and your
comments, It seems as if you are going to great lengths to get Csound to do
things which it isn't really that good at! I'm *definitely* not saying
that you shouldn't use CSound, I'm just interested in *why* you chose to use
Csound rather than something which is more suited to the kind of work you're
doing - Supercollider, Nyquist or working at a lower level with Lisp and/or
C/C++.
Good luck to you all the same, this could be the future of DSP :-)
JamieB
-----Original Message-----
From: Pedro Batista
To: csound@maths.ex.ac.uk
Date: 01 July 1998 10:59
Subject: a simple perceptron
>
>To code the audio in net data, the rudimentary approach of calculating the
>16-bit value of the sample and using binary neurons was used. This is fine
>for visual patterns, but I want to use a more audio oriented mapping, using
>the basic audio info like freq and amp (maybe with the aid of pvoc?), and
>continuous neurons, instead of binary ones.
....
>Problem here is I'm actually training a 16 neuron network for each of the
>samples, what makes this instr run sooo slooow! (this example takes about 4
>min in my P200, for half-a-second of audio...). I really would apreciate
>hints on speeding it up (for instance would table write be faster than zak?
> - guess not).
|