Author: ryanjames

  • Navigating Through Traefik

    Navigating Through Traefik

    When I first set up this website, and finally got the server up and and running google let me know my work was not yet done and I needed to secure it with HTTPS. All my traffic was unencrypted and vulnerable to anyone who cares enough to intercept it. I asked chatgpt and it recommended…

  • Classification with pytorch

    Classification with pytorch

    Basic classification using pytorch with the very simple iris dataset. We will introduce some of the common libraries and go in some amount of depth for beginners.

  • Blackjack with Monte Carlo Learning

    Blackjack with Monte Carlo Learning

    Monte carlo is a simple technique that our agent can use to learn episodic tasks from experience rather than needing a model of the environment beforehand. This tutorial will show an agent that can learn blackjack, and will focus on the intuition behind the learning technique rather than a technical or mathematical dive into the…