Les,<br><br>For some reason I missed this, likely this is because of my current flu and light fever... Oops.<br><br>That looks very interesting indeed! You&#39;ll have to excuse me for being a little sceptical about applying neural networks to arbitrary problems because they are notoriously hard to optimise (in width, depth and method of interconnection, etc) and defining the feedback loop for machine-learning is non-trivial... But this looks like a fine issue to approach in a very naive and outgoing way.<br>
<br>I should probably explain here that a long time ago (a decade or so) I used to study artificial intelligence, at least until I dropped out. Back then neural networks seemed like something magical in the future (of our studies), then again, so seemed OOP and ChucK made that look easy as well so I say; &quot;go!&quot;.<br>
<br>Yours,<br>Kas.<br><br><div class="gmail_quote">2008/5/26  &lt;<a href="mailto:Inventor-66@comcast.net">Inventor-66@comcast.net</a>&gt;:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Hi Kassen,<br>
<br>
I read about it in this previous message from this mailing list, see item 2. &nbsp;Maybe I&#39;m confused. &nbsp;I&#39;m easily amused and easily confused! &nbsp;Haha!<br>
<br>
Les<br>
<br>
<br>
<br>
Hi Nuno,<br>
<br>
This would be a great application for our new SMIRK toolkit (small<br>
music information retrieval toolkit for MIR in ChucK), soon to be up<br>
at <a href="http://smirk.cs.princeton.edu" target="_blank">http://smirk.cs.princeton.edu</a>.<br>
<br>
This is a great example of a problem that could be easily solved with<br>
a machine learning algorithm, wherein you<br>
1) Extract features from a training set of animal sounds<br>
2) Use them to train a classifier (now available in chuck: kNN,<br>
adaboost)<br>
3) extract features from the mic input<br>
4) use the trained classifier to classify the new inputs<br>
<br>
You could start with playing with FFT, centroid, RMS, rolloff, and<br>
other standard features, then use whatever features end up capturing<br>
your idea of similarity the best.<br>
<br>
I&#39;ll send a notice to this list once everything is totally up.<br>
<br>
Cheers,<br>
Rebecca<br>
<div><div></div><div class="Wj3C7c">_______________________________________________<br>
chuck-users mailing list<br>
<a href="mailto:chuck-users@lists.cs.princeton.edu">chuck-users@lists.cs.princeton.edu</a><br>
<a href="https://lists.cs.princeton.edu/mailman/listinfo/chuck-users" target="_blank">https://lists.cs.princeton.edu/mailman/listinfo/chuck-users</a><br>
</div></div></blockquote></div><br>