<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Deep Learning on avanwyk</title>
    <link>https://avanwyk.com/tag/deep-learning/</link>
    <description>Recent content in Deep Learning on avanwyk</description>
    <generator>Hugo -- gohugo.io</generator>
    <language>en</language>
    <managingEditor>andrich@avanwyk.com (Andrich van Wyk)</managingEditor>
    <webMaster>andrich@avanwyk.com (Andrich van Wyk)</webMaster>
    <copyright>© 2026 Andrich van Wyk</copyright>
    <lastBuildDate>Mon, 02 Sep 2019 21:45:00 +0000</lastBuildDate><atom:link href="https://avanwyk.com/tag/deep-learning/index.xml" rel="self" type="application/rss+xml" />
    
    <item>
      <title>Super-convergence in Tensorflow 2 with the 1Cycle Policy</title>
      <link>https://avanwyk.com/tensorflow-2-super-convergence-with-the-1cycle-policy/</link>
      <pubDate>Mon, 02 Sep 2019 21:45:00 +0000</pubDate>
      <author>andrich@avanwyk.com (Andrich van Wyk)</author>
      <guid>https://avanwyk.com/tensorflow-2-super-convergence-with-the-1cycle-policy/</guid>
      <description>Implementing super-convergence for deep neural network training in Tensorflow 2 with the 1Cycle learning rate policy.</description>
      <media:content xmlns:media="http://search.yahoo.com/mrss/" url="https://avanwyk.com/tensorflow-2-super-convergence-with-the-1cycle-policy/feature.jpg" />
    </item>
    
    <item>
      <title>Finding a Learning Rate with Tensorflow 2</title>
      <link>https://avanwyk.com/finding-a-learning-rate-in-tensorflow-2/</link>
      <pubDate>Sun, 28 Jul 2019 11:05:37 +0000</pubDate>
      <author>andrich@avanwyk.com (Andrich van Wyk)</author>
      <guid>https://avanwyk.com/finding-a-learning-rate-in-tensorflow-2/</guid>
      <description>Implementing the technique in Tensorflow 2 is straightforward. Start from a low learning rate, increase the learning rate and record the loss. Stop when a very high learning rate is reached. Plot the losses and learning rates choosing a learning rate where the loss is decreasing at a rapid rate.</description>
      <media:content xmlns:media="http://search.yahoo.com/mrss/" url="https://avanwyk.com/finding-a-learning-rate-in-tensorflow-2/feature.jpeg" />
    </item>
    
    <item>
      <title>African Antelope: A Case Study of Creating an Image Dataset with FastAI</title>
      <link>https://avanwyk.com/african-antelope-fastai-image-classifier/</link>
      <pubDate>Sun, 14 Apr 2019 11:19:17 +0000</pubDate>
      <author>andrich@avanwyk.com (Andrich van Wyk)</author>
      <guid>https://avanwyk.com/african-antelope-fastai-image-classifier/</guid>
      <description>An end-to-end example of how to create your own image dataset from scratch and train a ResNet50 convolutional neural network for image classification using the FastAI library.</description>
      <media:content xmlns:media="http://search.yahoo.com/mrss/" url="https://avanwyk.com/african-antelope-fastai-image-classifier/feature.jpeg" />
    </item>
    
    <item>
      <title>CDC Mortality Prediction with FastAI for Tabular Data</title>
      <link>https://avanwyk.com/cdc-mortality-fastai-tabular/</link>
      <pubDate>Fri, 19 Oct 2018 20:57:06 +0000</pubDate>
      <author>andrich@avanwyk.com (Andrich van Wyk)</author>
      <guid>https://avanwyk.com/cdc-mortality-fastai-tabular/</guid>
      <description>This post will cover getting started with FastAI v1 at the hand of tabular data. It is aimed at people that are at least somewhat familiar with deep learning, but not necessarily with using the FastAI v1 library.</description>
      <media:content xmlns:media="http://search.yahoo.com/mrss/" url="https://avanwyk.com/cdc-mortality-fastai-tabular/feature.jpeg" />
    </item>
    
    <item>
      <title>Encoding Cyclical Features for Deep Learning</title>
      <link>https://avanwyk.com/encoding-cyclical-features-for-deep-learning/</link>
      <pubDate>Fri, 13 Apr 2018 15:50:24 +0000</pubDate>
      <author>andrich@avanwyk.com (Andrich van Wyk)</author>
      <guid>https://avanwyk.com/encoding-cyclical-features-for-deep-learning/</guid>
      <description>&lt;p&gt;A key concern when dealing with cyclical features is how we can encode the values such that it is clear to the deep learning algorithm that the features occur in cycles.&lt;/p&gt;&#xA;&lt;p&gt;This post looks at a strategy to encode cyclical features in order to clearly express their cyclical nature.&lt;/p&gt;&#xA;</description>
      
    </item>
    
  </channel>
</rss>
