<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: Andrew D'Armond</title>
    <description>The latest articles on DEV Community by Andrew D'Armond (@andrewdarmond).</description>
    <link>https://dev.to/andrewdarmond</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F473158%2F2a2938f7-cde4-4971-a671-b6cc49aa407e.jpeg</url>
      <title>DEV Community: Andrew D'Armond</title>
      <link>https://dev.to/andrewdarmond</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/andrewdarmond"/>
    <language>en</language>
    <item>
      <title>Good Boy/Girl Forever!</title>
      <dc:creator>Andrew D'Armond</dc:creator>
      <pubDate>Thu, 08 Oct 2020 00:10:56 +0000</pubDate>
      <link>https://dev.to/andrewdarmond/good-boy-girl-forever-2jkl</link>
      <guid>https://dev.to/andrewdarmond/good-boy-girl-forever-2jkl</guid>
      <description>&lt;p&gt;Love Dogs? Check it!&lt;/p&gt;

&lt;p&gt;I was able to take my deep learning to the next level, with this handsome guy here. His name is Ranger, but sometimes I wonder what Rangers mix is as he is a good ole craigslist dog. As many dogs are not a pure breed but mixes and no one has time to do vet blood work to tell what they are, so I thought my next project would be fun for all ages to see what furr ball you could have. I used the resnet34 image classification architecture to train the model to get an error rate of 7%! An industry-standard in today's image classification architecture. The images were trained on bing search images of some of the top breeds listed on the American Kennel Club. Bing has an easy to gain access to API that allows you to easily gather up to 150 images per parameter in this case dog breed. I was able to gather 5000 images to train my model on in the process. You can find the app here in my first link and see if your good boy/girl can be classified. &lt;/p&gt;

&lt;p&gt;Tips: &lt;br&gt;
Full body shot&lt;br&gt;
Good lighting &lt;br&gt;
limited/no obstructions&lt;/p&gt;

&lt;p&gt;Because the images are trained are perfectly taken pictures found on search engines such as bing these tips are very important otherwise you will get your dog classified as a cat! Not really, but still reasons being that color, light, and visibility of the puppy, in general, are the main source to recognize the image. &lt;/p&gt;

&lt;p&gt;Also, the ability to launch the app will take a min as the file is made into a docker file by binder and has to be recreated each time. &lt;/p&gt;

&lt;p&gt;App/ Github Repo&lt;br&gt;
&lt;a href="https://github.com/andrewdarmond/PuppyPalooza"&gt;https://github.com/andrewdarmond/PuppyPalooza&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Fastai:&lt;br&gt;
&lt;a href="https://www.fast.ai/"&gt;https://www.fast.ai/&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Binder:&lt;br&gt;
&lt;a href="https://mybinder.org/"&gt;https://mybinder.org/&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Docker:&lt;br&gt;
&lt;a href="https://www.docker.com/play-with-docker"&gt;https://www.docker.com/play-with-docker&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Who's a good pup!&lt;/p&gt;

</description>
      <category>python</category>
      <category>deeplearning</category>
      <category>imageclassification</category>
      <category>app</category>
    </item>
    <item>
      <title>Naïve Bayes Deep Learning</title>
      <dc:creator>Andrew D'Armond</dc:creator>
      <pubDate>Wed, 23 Sep 2020 03:54:26 +0000</pubDate>
      <link>https://dev.to/andrewdarmond/naive-bayes-deep-learning-1o31</link>
      <guid>https://dev.to/andrewdarmond/naive-bayes-deep-learning-1o31</guid>
      <description>&lt;p&gt;Can a machine identify a bee as a honey bee or a bumblebee? These bees have different behaviors and appearances, but given the variety of backgrounds, positions, and image resolutions, it can be a challenge for machines to tell them apart.&lt;/p&gt;

&lt;p&gt;Find out here at &lt;a href="https://www.andrewdarmond.com/post/naive-bees-deep-learning/"&gt;https://www.andrewdarmond.com/post/naive-bees-deep-learning/&lt;/a&gt;&lt;/p&gt;

</description>
      <category>python</category>
      <category>deeplearning</category>
      <category>computervision</category>
      <category>keras</category>
    </item>
    <item>
      <title>Apple vs PC</title>
      <dc:creator>Andrew D'Armond</dc:creator>
      <pubDate>Tue, 22 Sep 2020 22:52:31 +0000</pubDate>
      <link>https://dev.to/andrewdarmond/apple-vs-pc-4fon</link>
      <guid>https://dev.to/andrewdarmond/apple-vs-pc-4fon</guid>
      <description>&lt;p&gt;Introduction: &lt;br&gt;
In this data science project, I have conducted a machine learing techniques on categorical data or commonly known as Unsupervised Learning. The code has been conducted in python and the results have found some very high quality results for Apple users.I have posted the code in the tab above labeled code and here. The data has been collected by university students in the hopes of better understanding purchasing decisions in what is the key demographic of most businesses, ages ~21-35. It’s best to not dive deep in some of the insights termonalogy as the “Persona’s” mentioned below are standard practice when aliasing data in order to better give feedback to non techinical leaders. Here below are the main insights from the data. Happy Shopping!&lt;/p&gt;

&lt;p&gt;Check out my full project here: &lt;a href="https://www.andrewdarmond.com/project/laptop/"&gt;https://www.andrewdarmond.com/project/laptop/&lt;/a&gt;&lt;/p&gt;

</description>
      <category>machinelearning</category>
      <category>unsupervised</category>
      <category>python</category>
    </item>
    <item>
      <title>Travel Shiny App </title>
      <dc:creator>Andrew D'Armond</dc:creator>
      <pubDate>Tue, 22 Sep 2020 22:51:00 +0000</pubDate>
      <link>https://dev.to/andrewdarmond/travel-shiny-app-4gp1</link>
      <guid>https://dev.to/andrewdarmond/travel-shiny-app-4gp1</guid>
      <description>&lt;p&gt;Reason for project&lt;br&gt;
Today, many people enjoy the life of a traveler. Traveling presents an opportunity to enjoy life like you never will again. The ability to enjoy things without the idea of consequence is one that many aspire for as can’t escape their boring day. The world is still big even though today even the advancements of social media bring our most wonderous ideas of adventure at our fingertips. Still, nothing escapes the thrill of embarking on a new journey that you will talk about up until your next destination. Many of my constituents travel almost as a job and their knowledge in destination ideas through a survey that was conducted between us all can provide unmeasured insights into your next travel plans. The ability to scale the technology in this project is endless as the tech feeds through an open-source network or can be found on a simple .docx.&lt;/p&gt;

&lt;p&gt;Check out my full project here: &lt;a href="https://www.andrewdarmond.com/project/travel/"&gt;https://www.andrewdarmond.com/project/travel/&lt;/a&gt;&lt;/p&gt;

</description>
      <category>shiny</category>
      <category>r</category>
      <category>travel</category>
    </item>
    <item>
      <title>NCAA Basketball Analysis</title>
      <dc:creator>Andrew D'Armond</dc:creator>
      <pubDate>Tue, 22 Sep 2020 22:47:07 +0000</pubDate>
      <link>https://dev.to/andrewdarmond/ncaa-basketball-analysis-1n0l</link>
      <guid>https://dev.to/andrewdarmond/ncaa-basketball-analysis-1n0l</guid>
      <description>&lt;p&gt;Completed an analysis using data from the NCAA basketball datasets provided on Kaggle.&lt;/p&gt;

&lt;p&gt;Introduction&lt;br&gt;
This analysis is using data from NCAA men and women's basketball over the last 30 years. The objective is to find out how the sport shapes up using one of the most widely known sports analytical terms in Pythagorean Expectation. The report will be in a series of Markdown files and will feature other sports including the NBA, NFL, NHL, and EPL.&lt;/p&gt;

&lt;p&gt;Check out the full article here: &lt;a href="https://www.andrewdarmond.com/post/ncaa/"&gt;https://www.andrewdarmond.com/post/ncaa/&lt;/a&gt;&lt;/p&gt;

</description>
      <category>sports</category>
      <category>rmarkdown</category>
      <category>visual</category>
    </item>
    <item>
      <title>Website</title>
      <dc:creator>Andrew D'Armond</dc:creator>
      <pubDate>Tue, 22 Sep 2020 22:41:01 +0000</pubDate>
      <link>https://dev.to/andrewdarmond/website-1g5p</link>
      <guid>https://dev.to/andrewdarmond/website-1g5p</guid>
      <description>&lt;p&gt;Hello Friends!&lt;/p&gt;

&lt;p&gt;Who is Andrew D’Armond?&lt;br&gt;
A boy born in Alexandria, VA 🍼&lt;br&gt;
A man raised in Houston, TX 🏡&lt;br&gt;
A sports fanatic. 🏈&lt;br&gt;
A data science enthusiast 💻&lt;br&gt;
A music connoisseur 🎧&lt;br&gt;
A world explorer 🌐 &lt;/p&gt;

&lt;p&gt;My Goals:&lt;br&gt;
GET A JOB 😅&lt;/p&gt;

&lt;p&gt;To find a job that allows me to practice, enhance, and sharpen my data science skills and programming knowledge. I am free to negotiate on salary, location, title, etc. I just want the chance to make this more than a hobby. I know that many of you are in the same position, so let’s stand up together and work for each other.&lt;/p&gt;

&lt;p&gt;What you can do??&lt;br&gt;
Please share my website with all social media.&lt;br&gt;
It makes a difference because just one share creates an exponential growth to a whole network of connections. See “Neural Networks” postings online and you will see the ability in the science.&lt;/p&gt;

&lt;p&gt;Leave Feedback&lt;br&gt;
The key to anything is not to be stubborn and be accepting of new things and ideas. I must get any notes regardless of the length, detail, scope, etc. I welcome it!&lt;/p&gt;

&lt;p&gt;THANK YOU!&lt;/p&gt;

&lt;p&gt;Check it out here: &lt;a href="https://www.andrewdarmond.com/"&gt;https://www.andrewdarmond.com/&lt;/a&gt;&lt;/p&gt;

</description>
      <category>webdev</category>
      <category>datascience</category>
      <category>r</category>
    </item>
  </channel>
</rss>
