Minutes for tonight's ML meetup... Please correct me if I got anything wrong, Mike.<br><br>Mike presented several examples of using python to generate and play waveform built by algorithms.  <br><br>He started by showing us simple python functions that generate sin and sawtooth waveforms at a variable sampling rates passed by argument.  <br>

<br>Once he had introduced and demoed the basic concepts and functions, he showed how different frequency waves can be added to build more complex waveforms.<br> <br>For the last example, Mike introduced a set of related differential equations that model a Neuron's behavior under stimulus (FitzHugh-Nagumo). He showed how different current inputs to the model cause different voltage behavior over time, which we plotted to visualize.  This stimulated some great tangents wherein Mike gave a great refresher on differential equations.  He explained the model's equations in terms of the actual biochemistry changes that control the voltage upspike and downspike throughout a Neuron firing.  [Insert Mike explaining something about Potassium and ??? channels here]<br>

<br>Finally with a better understanding of the FitzHugh-Nagumo model, Mike used his python implementation to generate and play audio waveforms built from sampling the model's behavior at different currents.<br><br>Thanks Mike!<br>

<br>jared-<br><br><div class="gmail_quote">On Thu, Apr 5, 2012 at 6:46 PM, Mike Schachter <span dir="ltr"><<a href="mailto:mschachter@eigenminds.com">mschachter@eigenminds.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">

Ok - see everyone soon, might be like 5-10 minutes late though.<br>
<br>
I pushed some code to github for to play round wit:<br>
<br>
<a href="https://github.com/mschachter/soundfun" target="_blank">https://github.com/mschachter/soundfun</a><br>
<br>
Python dependencies include:<br>
<br>
ipython<br>
numpy<br>
scipy<br>
matplotlib<br>
sox (<a href="http://sox.sourceforge.net/" target="_blank">http://sox.sourceforge.net/</a>)<br>
<div class="im"><br>
<br>
<br>
<br>
<br>
On Thu, Apr 5, 2012 at 12:35 AM, Mike Schachter<br>
<<a href="mailto:mschachter@eigenminds.com">mschachter@eigenminds.com</a>> wrote:<br>
</div><div class="im">> Noisebridge Machine Learning<br>
> Thursday, April 5, 2011 @ 7:30pm<br>
> Church Room (back classroom)<br>
><br>
> Hey everyone,<br>
><br>
> Gonna switch it up a bit for the machine learning meetup. I<br>
> want to hang out and talk a little bit about nonlinear oscillators<br>
> and how to produce .wav files from their output. So we'll basically<br>
> be creating .wav files from equations in python! It'll be very informal<br>
> and hacky. See you then!<br>
><br>
>  mike<br>
_______________________________________________<br>
</div>Noisebridge-discuss mailing list<br>
<a href="mailto:Noisebridge-discuss@lists.noisebridge.net">Noisebridge-discuss@lists.noisebridge.net</a><br>
<a href="https://www.noisebridge.net/mailman/listinfo/noisebridge-discuss" target="_blank">https://www.noisebridge.net/mailman/listinfo/noisebridge-discuss</a><br>
</blockquote></div><br>