<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
  <title>Lucas V. Schuermann — Writing</title>
  <subtitle>Blog and writings</subtitle>
  <id>https://lucasschuermann.com/</id>
  <link href="https://lucasschuermann.com/writing" />
  <link rel="self" href="https://lucasschuermann.com/feed.xml" />
  <updated>2017-07-29T00:00:00.000Z</updated>
  <author>
    <name>Lucas V. Schuermann</name>
    <uri>https://lucasschuermann.com/</uri>
  </author>
  <entry>
    <title>Langton&#39;s Ant</title>
    <id>https://lucasschuermann.com/writing/langtons-ant</id>
    <link href="https://lucasschuermann.com/writing/langtons-ant" />
    <published>2017-07-29T00:00:00.000Z</published>
    <updated>2017-07-29T00:00:00.000Z</updated>
    <summary>In this post, we cover fascinating properties of Langton&#39;s ant, a simple 2-dimensional Turing machine, and simulate with Javascript code.</summary>
  </entry>
  <entry>
    <title>Implementing SPH in 2D</title>
    <id>https://lucasschuermann.com/writing/implementing-sph-in-2d</id>
    <link href="https://lucasschuermann.com/writing/implementing-sph-in-2d" />
    <published>2017-07-08T00:00:00.000Z</published>
    <updated>2017-07-08T00:00:00.000Z</updated>
    <summary>This brief tutorial covers implementing a real time 2D smoothed particle hydrodynamics (SPH) fluid simulation in C++ with open source code.</summary>
  </entry>
  <entry>
    <title>Notes on LSTMs for Time Series Prediction in Finance</title>
    <id>https://lucasschuermann.com/writing/notes-on-lstms-in-finance</id>
    <link href="https://lucasschuermann.com/writing/notes-on-lstms-in-finance" />
    <published>2017-04-06T00:00:00.000Z</published>
    <updated>2017-04-06T00:00:00.000Z</updated>
    <summary>These notes provide a brief introduction to LSTMs and their applications in time series prediction in quantitative finance.</summary>
  </entry>
  <entry>
    <title>Particle-Based Fluid Simulation with SPH</title>
    <id>https://lucasschuermann.com/writing/particle-based-fluid-simulation</id>
    <link href="https://lucasschuermann.com/writing/particle-based-fluid-simulation" />
    <published>2016-05-23T00:00:00.000Z</published>
    <updated>2016-05-23T00:00:00.000Z</updated>
    <summary>This tutorial explains the math behind real-time fluid simulation, breaking down the smoothed particle hydrodynamics (SPH) framework.</summary>
  </entry>
  <entry>
    <title>C/C++ Essentials Review</title>
    <id>https://lucasschuermann.com/writing/c-essentials-review</id>
    <link href="https://lucasschuermann.com/writing/c-essentials-review" />
    <published>2016-05-04T00:00:00.000Z</published>
    <updated>2016-05-04T00:00:00.000Z</updated>
    <summary>This post covers a short (and informal) review of C/C++ topics.</summary>
  </entry>
  <entry>
    <title>The Math Behind Backpropagation</title>
    <id>https://lucasschuermann.com/writing/math-behind-backpropagation</id>
    <link href="https://lucasschuermann.com/writing/math-behind-backpropagation" />
    <published>2016-02-27T00:00:00.000Z</published>
    <updated>2016-02-27T00:00:00.000Z</updated>
    <summary>This tutorial explains the math behind backpropagation, deriving the weight changing algorithm for a neural network from gradient descent.</summary>
  </entry>
  <entry>
    <title>Intro to Neural Networks</title>
    <id>https://lucasschuermann.com/writing/intro-to-neural-networks</id>
    <link href="https://lucasschuermann.com/writing/intro-to-neural-networks" />
    <published>2016-02-24T00:00:00.000Z</published>
    <updated>2016-02-24T00:00:00.000Z</updated>
    <summary>In this tutorial you will learn the core concepts of neural networks: how they work, how to train them, and how to apply them to ML.</summary>
  </entry>
  <entry>
    <title>The Ising Model</title>
    <id>https://lucasschuermann.com/writing/ising-model</id>
    <link href="https://lucasschuermann.com/writing/ising-model" />
    <published>2016-02-24T00:00:00.000Z</published>
    <updated>2016-02-24T00:00:00.000Z</updated>
    <summary>This tutorial explains the quantum origins of ferromagnetism and shows how to implement an Ising model simulation in Python.</summary>
  </entry>
  <entry>
    <title>Web Scraping in Python</title>
    <id>https://lucasschuermann.com/writing/web-scraping-in-python</id>
    <link href="https://lucasschuermann.com/writing/web-scraping-in-python" />
    <published>2016-02-08T00:00:00.000Z</published>
    <updated>2016-02-08T00:00:00.000Z</updated>
    <summary>This tutorial explains how to scrape the web using Python and the Scrapy library.</summary>
  </entry>
  <entry>
    <title>Java Review</title>
    <id>https://lucasschuermann.com/writing/java-review</id>
    <link href="https://lucasschuermann.com/writing/java-review" />
    <published>2015-03-01T00:00:00.000Z</published>
    <updated>2015-03-01T00:00:00.000Z</updated>
    <summary>This post covers a short (and informal) review of Java and data structures topics.</summary>
  </entry>
</feed>
