<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>machine learning on Mari Galicer.</title>
    <link>/tags/machine-learning/</link>
    <description>Recent content in machine learning on Mari Galicer.</description>
    <generator>Hugo -- gohugo.io</generator>
    <language>en-us</language>
    <lastBuildDate>Fri, 08 Mar 2019 08:19:24 +0000</lastBuildDate><atom:link href="/tags/machine-learning/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Machine learning in production with Flask, Twilio, Docker, and Google Cloud</title>
      <link>/posts/deploying-ml-flask-docker/</link>
      <pubDate>Fri, 08 Mar 2019 08:19:24 +0000</pubDate>
      
      <guid>/posts/deploying-ml-flask-docker/</guid>
      <description>The code for this project - excluding the model and training data, both of which are too big to upload - can be found on my Github.
It&amp;rsquo;s common to hear how powerful machine learning models are, but courses and tutorials usually stop short of showing you how to use them in real life. Here, I want to talk about how I was able to train and export an image classification model and set it up in a small web app using Flask, Twilio, and Docker, so that anyone can text images to the model and have them return a classification.</description>
    </item>
    
    <item>
      <title>Fast AI - Notes on Stochastic Gradient Descent</title>
      <link>/posts/stochastic-gradient-descent/</link>
      <pubDate>Wed, 23 Jan 2019 21:42:42 +0000</pubDate>
      
      <guid>/posts/stochastic-gradient-descent/</guid>
      <description>In the last third of the lesson 2 video, Jeremy goes into detail about linear regression and stochastic gradient descent. I found this part of the lesson really helpful, so I took some in depth notes! If you want to follow along interactively, all the code that I refer to in this post can be found in the Fast.ai repo.
Building a dataset First, we need to create some fake data points that we will later try to apply the techniques of SGD to.</description>
    </item>
    
    <item>
      <title>Setting Up Fast AI on RC&#39;s Community Cluster</title>
      <link>/posts/setting-up-fast-ai-rc-cluster/</link>
      <pubDate>Sun, 13 Jan 2019 23:46:37 +0000</pubDate>
      
      <guid>/posts/setting-up-fast-ai-rc-cluster/</guid>
      <description>RC&amp;rsquo;s community cluster is a great resource to take advantage of! I had a rough time getting the Fast AI course set up, so I wrote down some instructions (hopefully) help others save some time.
Make an account on recurse.com/settings/cluster - this requires setting up and copying over an SSH key instructions here.
SSH onto one of the GPU-enabled machines - I chose to use mercer (both Mercer and Crosby have powerful graphics cards).</description>
    </item>
    
    <item>
      <title>Fast AI - Week One</title>
      <link>/posts/fast-ai-week-1/</link>
      <pubDate>Fri, 11 Jan 2019 21:16:12 +0000</pubDate>
      
      <guid>/posts/fast-ai-week-1/</guid>
      <description>During my time at the Recurse Center, I’m taking a machine learning course via Jeremy Howard’s Fast.ai - “Practical Deep Learning for Coders.” What attracted me to this course over others (like Andrew Ng’s Coursera course) was the top-down learning approach: the structure is hands on building models first, and diving into the theory later.
Most of the computer science classes I’ve taken in the past have taken on the opposite structure, to my frustration.</description>
    </item>
    
  </channel>
</rss>
