<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    
    <title>Scott C. Lowe</title>
    
    
    <description>Machine Learning, Deep Learning, Neuroinformatics; Python, MATLAB, LaTeX</description>
    
    <link>http://scottclowe.com/</link>
    <atom:link href="http://scottclowe.com/feed.xml" rel="self" type="application/rss+xml" />
    
    
      <item>
        <title>PhD Status — Completed!</title>
        <description>
          
          My doctorate studies are finally completed! The work was done, the thesis submitted, viva voce (oral examination) passed, and minor corrections completed, and today is the day of my graduation at Edinburgh. My PhD thesis is titled Decoding information from neural populations in the visual cortex. If you are interested...
        </description>
        <pubDate>Thu, 30 Nov 2017 00:00:00 +0000</pubDate>
        <link>http://scottclowe.com/2017-11-30-phd-completion/</link>
        <guid isPermaLink="true">http://scottclowe.com/2017-11-30-phd-completion/</guid>
      </item>
    
      <item>
        <title>Stratified Validation Splits for Regression Problems</title>
        <description>
          
          In this post, I’ll describe a technique for doing stratified partitions of datasets when your goal is regression instead of classification. Setting the scene Let’s say you’re training a model on a dataset and you need to split it into train and test partitions. You’re doing this so your training...
        </description>
        <pubDate>Sat, 19 Mar 2016 00:00:00 +0000</pubDate>
        <link>http://scottclowe.com/2016-03-19-stratified-regression-partitions/</link>
        <guid isPermaLink="true">http://scottclowe.com/2016-03-19-stratified-regression-partitions/</guid>
      </item>
    
      <item>
        <title>Automating Feature Rescaling with Gaussianisation</title>
        <description>
          
          In this post, I’ll discuss feature scaling and an idea I had about rescaling features so they are transformed into Gaussian distributions in additon to standardisation. I’ll be doing the Gaussianisation using the Box-Cox transformation. But first, some background. The need to normalise features Normalising continuous scaled features is widely...
        </description>
        <pubDate>Sat, 12 Mar 2016 00:00:00 +0000</pubDate>
        <link>http://scottclowe.com/2016-03-12-boxcox-feature-gaussianisation/</link>
        <guid isPermaLink="true">http://scottclowe.com/2016-03-12-boxcox-feature-gaussianisation/</guid>
      </item>
    
      <item>
        <title>Rank-Hot Encoder for Ordinal Features</title>
        <description>
          
          In the past, whenever I’m working with a dataset which contains ordinal features, I’ve never known what to do with them. But now, I think I’ve come up with a good solution, which is the rank-hot encoder. Background Continuous data If you’re working with continuous valued fields with a ratio...
        </description>
        <pubDate>Sat, 05 Mar 2016 00:00:00 +0000</pubDate>
        <link>http://scottclowe.com/2016-03-05-rank-hot-encoder/</link>
        <guid isPermaLink="true">http://scottclowe.com/2016-03-05-rank-hot-encoder/</guid>
      </item>
    
      <item>
        <title>Setting Colour Schemes in Matlab</title>
        <description>
          
          Quite a while ago now, I was in the situation where I was moving from one MATLAB installation to another, and I wanted to transfer my custom-made GUI colour scheme settings from the old installation to the new one. Since I wanted a dark-background theme, I had long-ago customised the...
        </description>
        <pubDate>Sun, 28 Feb 2016 00:00:00 +0000</pubDate>
        <link>http://scottclowe.com/2016-02-28-setting-colour-schemes-in-matlab/</link>
        <guid isPermaLink="true">http://scottclowe.com/2016-02-28-setting-colour-schemes-in-matlab/</guid>
      </item>
    
  </channel>
</rss>
