<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
      <title>Tagged with #tensorflow - Processing 2.x and 3.x Forum</title>
      <link>https://forum.processing.org/two/discussions/tagged/feed.rss?Tag=%23tensorflow</link>
      <pubDate>Sun, 08 Aug 2021 17:53:28 +0000</pubDate>
         <description>Tagged with #tensorflow - Processing 2.x and 3.x Forum</description>
   <language>en-CA</language>
   <atom:link href="/two/discussions/tagged%23tensorflow/feed.rss" rel="self" type="application/rss+xml" />
   <item>
      <title>FFT to identify bird's singing</title>
      <link>https://forum.processing.org/two/discussion/27271/fft-to-identify-bird-s-singing</link>
      <pubDate>Sun, 25 Mar 2018 11:49:29 +0000</pubDate>
      <dc:creator>zoulou</dc:creator>
      <guid isPermaLink="false">27271@/two/discussions</guid>
      <description><![CDATA[<p>Hello, i'm sorry if i'm not posting in the right Category, i'm new to the forum.</p>

<p>I'm working on a project for hiking help for android, and i thought about a functionnality that can be fun, recognizing a bird's singing. The idea is to record a bird that you pass by and the database tells you which species it is.</p>

<p>I'm not a pro of sound processing, but i though that implementing an FFT could help. I was planing on using the FFT to get the  max-min amplitude and compare it with the database's pre-processed information, of course i don't plan on using only the min-max indicators.</p>

<p>I inspired my code from this: <a href="https://github.com/blanche/shayam/blob/master/java/at.lw.shayam/src/at/lw/shayam/AudioAnalysis.java" target="_blank" rel="nofollow">https://github.com/blanche/shayam/blob/master/java/at.lw.shayam/src/at/lw/shayam/AudioAnalysis.java</a>
and as much as i undestand the maths behind the fourrier transform, i don't get everything in that code.</p>

<p>So here are my questions:</p>

<ol>
<li><p>The chunks are used to accelerate the computing time of the FFT ? if we have a 2^n chunks, we'll have 2^n smaller FT processed ?</p></li>
<li><p>The results[][] 2d Complex Array contains... complexs. But i don't understant what is x and y in results[x][y], how can 
you find the frequency and the amplitude. (of course i'll have to convert the complexs to doubles)</p></li>
<li><p>Do you think this approach is enough ? the projet is not professional so i'm not trying to get a recogntion rate of 100% !</p></li>
</ol>

<p>Thank you for your answers.</p>
]]></description>
   </item>
   <item>
      <title>How can I install Tensorflow on processing, so I can use it in my scketches?</title>
      <link>https://forum.processing.org/two/discussion/27888/how-can-i-install-tensorflow-on-processing-so-i-can-use-it-in-my-scketches</link>
      <pubDate>Mon, 30 Apr 2018 18:20:22 +0000</pubDate>
      <dc:creator>creepercrack</dc:creator>
      <guid isPermaLink="false">27888@/two/discussions</guid>
      <description><![CDATA[<p>Hello, I just want to install <strong>Tensorflow</strong> to use it in my Processing sketches.<br />
I tried moving some files from <a rel="nofollow" href="https://www.tensorflow.org/">https://www.tensorflow.org/</a> to the libraries folder of processing, but it didn't worked.<br />
How can I import <strong>Tensorflow</strong> library in Processing?</p>
]]></description>
   </item>
   </channel>
</rss>