<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Python on Sjmelck</title><link>https://ryanbalshaw.github.io/sjmelck_pages/tags/python/</link><description>Recent content in Python on Sjmelck</description><generator>Hugo</generator><language>en-us</language><lastBuildDate>Wed, 16 Sep 2026 10:00:05 +0200</lastBuildDate><atom:link href="https://ryanbalshaw.github.io/sjmelck_pages/tags/python/index.xml" rel="self" type="application/rss+xml"/><item><title>Logistic Regression from the ground up</title><link>https://ryanbalshaw.github.io/sjmelck_pages/blog/logistic-regression/</link><pubDate>Wed, 23 Apr 2025 15:51:58 +0200</pubDate><guid>https://ryanbalshaw.github.io/sjmelck_pages/blog/logistic-regression/</guid><description>&lt;h2 id="introduction"&gt;&#10; Introduction&#10; &lt;a class="heading-anchor" href="#introduction" data-copy-heading aria-label="Copy link to Introduction"&gt;&#10; &lt;i class="bi bi-link-45deg" aria-hidden="true"&gt;&lt;/i&gt;&#10; &lt;/a&gt;&#10;&lt;/h2&gt;&#10;&lt;p&gt;Good day! &amp;#x1f44b;&lt;/p&gt;&#10;&lt;p&gt;In this post, the logistic regression model is covered in detail. This model is used to predict binary outcomes and is well known for its ability to drive interpretability. The objective is to start with the basics of the model formulation, consider how to interpret the model parameters, introduce the concept of how to regularise the model, give the analytical forms of the gradient vector and Hessian matrix, and define how to extend the class to the multi-class classification form.&lt;/p&gt;</description></item><item><title>An introduction to Radial basis functions</title><link>https://ryanbalshaw.github.io/sjmelck_pages/blog/rbf-models/</link><pubDate>Fri, 15 Mar 2024 11:59:05 +0200</pubDate><guid>https://ryanbalshaw.github.io/sjmelck_pages/blog/rbf-models/</guid><description>&lt;p&gt;Good day 👋&lt;/p&gt;&#10;&lt;p&gt;🧠 This is the first in a series of blog posts that deal with radial basis function surrogate models 🧑🏽‍🏫. The end goal will be to implement gradient enhanced models that complete powerful transformation procedures, but, we must first understand and implement the simplest version of these models.&lt;/p&gt;</description></item></channel></rss>