<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Convolutional Neural Network | Gabi Friedman</title>
    <link>https://gfriedman77.github.io/tags/convolutional-neural-network/</link>
      <atom:link href="https://gfriedman77.github.io/tags/convolutional-neural-network/index.xml" rel="self" type="application/rss+xml" />
    <description>Convolutional Neural Network</description>
    <generator>Hugo Blox Builder (https://hugoblox.com)</generator><language>en-us</language><lastBuildDate>Sat, 20 Sep 2025 00:00:00 +0000</lastBuildDate>
    <image>
      <url>https://gfriedman77.github.io/media/icon_hu_982c5d63a71b2961.png</url>
      <title>Convolutional Neural Network</title>
      <link>https://gfriedman77.github.io/tags/convolutional-neural-network/</link>
    </image>
    
    <item>
      <title>AI Nutrition Grader</title>
      <link>https://gfriedman77.github.io/project/cnn/</link>
      <pubDate>Sat, 20 Sep 2025 00:00:00 +0000</pubDate>
      <guid>https://gfriedman77.github.io/project/cnn/</guid>
      <description>&lt;p&gt;Built a CNN with transfer learning to classify nutrition data. Applied image recognition to health analytics and pitched an app concept with a business plan.&lt;/p&gt;
&lt;p&gt;&amp;ndash;&lt;/p&gt;
&lt;p&gt;The &amp;ldquo;AI nutrition grader&amp;rdquo; builds upon &amp;ldquo;Presenting Nutritrack,&amp;rdquo; a project that won my team an &lt;strong&gt;AI app design pitch competition&lt;/strong&gt; when we presented a custom CNN &lt;strong&gt;proof-of-concept&lt;/strong&gt; and discussed our business plan.&lt;/p&gt;
&lt;p&gt;The model built for this project, unlike the Nutritrack custom CNN, is a &lt;strong&gt;transfer learning&lt;/strong&gt; design. The source for the data is the &lt;em&gt;Nutrition5K&lt;/em&gt; dataset (&lt;strong&gt;RGB images of food&lt;/strong&gt; on white plates). This model includes an &lt;strong&gt;augmentation layer&lt;/strong&gt; to increase the size of the dataset, by changing the angles of the plates to create a greater volume of training data.&lt;/p&gt;
&lt;p&gt;For transfer learning, the AI nutrition grader CNN model uses a &lt;em&gt;MobileNetV2&lt;/em&gt; backbone pretrained on &lt;em&gt;ImageNet&lt;/em&gt;. The model builds a &lt;strong&gt;custom classification head for feature extraction&lt;/strong&gt; and then &lt;strong&gt;fine-tunes the deeper layers&lt;/strong&gt; to adapt to its own food image dataset (drawn from &lt;em&gt;Nutrition5K&lt;/em&gt;).&lt;/p&gt;
&lt;p&gt;The README for this project on GitHub provides access to the images selected for this project&amp;rsquo;s dataset, with details about how to &lt;strong&gt;download large image files&lt;/strong&gt; so others can clone this repository and &lt;strong&gt;replicate&lt;/strong&gt; the AI nutrition grader project without needing to download the full &lt;em&gt;Nutrition5K&lt;/em&gt; dataset.&lt;/p&gt;</description>
    </item>
    
  </channel>
</rss>
