<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Shep Bryan IV | Physicist and Innovator</title>
    <description>Phoenix-based physicist and innovator turning first principles into practical systems.</description>
    <link>https://shep4.com/</link>
    <atom:link href="https://shep4.com/feed.xml" rel="self" type="application/rss+xml"/>
    <pubDate>Thu, 30 Apr 2026 21:36:35 +0000</pubDate>
    <lastBuildDate>Thu, 30 Apr 2026 21:36:35 +0000</lastBuildDate>
    <generator>Jekyll v3.9.3</generator>
    
      <item>
        <title>Who killed Pip?</title>
        <description>&lt;h2 id=&quot;chapter-1--the-crime-scene&quot;&gt;Chapter 1 — The Crime Scene&lt;/h2&gt; &lt;p&gt;It was a quiet weekend in my project folder.&lt;/p&gt; &lt;p&gt;I had just created a fresh Python virtual environment — a private, self-contained folder that keeps all the packages a project needs in one place. I called it &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;.venv&lt;/code&gt;.&lt;/p&gt; &lt;p&gt;Pip, the tool Python uses to install and manage packages, was alive and well. Everything worked… until I ran the most innocent of commands:&lt;/p&gt; &lt;div class=&quot;language-bash highlighter-rouge&quot;&gt;&lt;div class=&quot;highlight&quot;&gt;&lt;pre class=&quot;highlight&quot;&gt;&lt;code&gt;pip &lt;span class=&quot;nt&quot;&gt;--version&lt;/span&gt; &lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;/div&gt; &lt;p&gt;But instead of a simple output, I was met with a chilling message:&lt;/p&gt; &lt;div class=&quot;language-bash highlighter-rouge&quot;&gt;&lt;div class=&quot;highlight&quot;&gt;&lt;pre class=&quot;highlight&quot;&gt;&lt;code&gt;ModuleNotFoundError: No module named...</description>
        <pubDate>Mon, 11 Aug 2025 12:00:01 +0000</pubDate>
        <link>https://shep4.com/blog/2025/08/who-killed-pip/</link>
        <guid isPermaLink="true">https://shep4.com/blog/2025/08/who-killed-pip/</guid>
        
        <category>funny</category>
        
        <category>python</category>
        
        <category>essay</category>
      </item>
    
      <item>
        <title>Introducing CuentoGo</title>
        <description>&lt;h2 id=&quot;vibe-coding-a-spanish-app&quot;&gt;Vibe Coding a Spanish App&lt;/h2&gt; &lt;p&gt;A couple weeks back, my friend &lt;a href=&quot;https://github.com/j8jacobs&quot;&gt;Julian Jacobs&lt;/a&gt; and I built CuentoGo, a Spanish learning app. Its a project I’ve been wanting to do for a while, but never had the time. That is until Julian introduced me to “Vibe Coding”. The idea in vibe coding is you just plan high level concepts and lean very heavily on AI to do all the grunt work. We decided to test it out and honestly, the results are pretty cool!&lt;/p&gt; &lt;p&gt;&lt;img src=&quot;assets/blog_introducing_cuentogo_screenshot.jpeg&quot; alt=&quot;CuentoGo Screenshot&quot; /&gt;&lt;/p&gt; &lt;p&gt;The problem with vibe coding, or at least what people...</description>
        <pubDate>Fri, 25 Jul 2025 12:00:01 +0000</pubDate>
        <link>https://shep4.com/blog/2025/07/vibe-coding-a-spanish-app/</link>
        <guid isPermaLink="true">https://shep4.com/blog/2025/07/vibe-coding-a-spanish-app/</guid>
        
        <category>project</category>
        
        <category>AI</category>
        
        <category>language</category>
        
        <category>project</category>
      </item>
    
      <item>
        <title>Building Train Hats</title>
        <description>&lt;h2 id=&quot;building-train-hats&quot;&gt;Building Train Hats&lt;/h2&gt; &lt;p&gt;In AI research, we’re trained to focus on improving the state-of-the-art. Many projects are designed to make incremental improvements with the hope that over long time spans, the small improvements add up. There’s value in that. But recently, I’ve discovered that the research projects that make the most immediate, tangible impact, aren’t the ones that incrementally improve models, but rather the ones that make existing models more usable. This was echoed frequently at the Mayo Clinic AI Summit I attended last week.&lt;/p&gt; &lt;p&gt;Getting models into the real world is hard. And not in the ways we...</description>
        <pubDate>Fri, 18 Jul 2025 12:00:01 +0000</pubDate>
        <link>https://shep4.com/blog/2025/07/train-hats/</link>
        <guid isPermaLink="true">https://shep4.com/blog/2025/07/train-hats/</guid>
        
        <category>essay</category>
        
        <category>AI</category>
        
        <category>essay</category>
      </item>
    
      <item>
        <title>The Colors of Music</title>
        <description>&lt;h2 id=&quot;the-colors-of-music&quot;&gt;The Colors of Music&lt;/h2&gt; &lt;p&gt;Every note on a piano is defined by its frequency, for example middle A is 440 Hz. If you double the frequency, you get back the same note one octave higher. So 880 Hz is an A one octave up and 1760 is an A 2 octaves up and so on. If you keep doubling the frequency, eventually you will get to a frequency that is in the range of the frequencies of visible light. It follows that if there is a frequency in visible light that corresponds to the note A, then the color...</description>
        <pubDate>Fri, 07 Mar 2025 12:00:01 +0000</pubDate>
        <link>https://shep4.com/blog/2025/03/the-colors-of-music/</link>
        <guid isPermaLink="true">https://shep4.com/blog/2025/03/the-colors-of-music/</guid>
        
        <category>essay</category>
        
        <category>physics</category>
        
        <category>ai</category>
        
        <category>music</category>
        
        <category>project</category>
        
        <category>science</category>
      </item>
    
      <item>
        <title>Turing Incomplete AI</title>
        <description>&lt;h2 id=&quot;turing-incomplete-ai&quot;&gt;Turing Incomplete AI&lt;/h2&gt; &lt;p&gt;I’ve been seeing a lot of discussion on current limitations of AI, but strangely I haven’t seen much talk about one of the biggest known limitations of current AI models – they are not Turing Complete. I wanted to talk a little bit about this, as it’s something AI enthusiasts and researchers should be aware of. Most of this discussion will be drawn from Ian &lt;a href=&quot;https://www.deeplearningbook.org/&quot;&gt;Goodfellow’s Deep Learning book&lt;/a&gt;, which is truly a great resource for learning the basics of deep learning if you are looking for a good textbook.&lt;/p&gt; &lt;p&gt;So what does it mean...</description>
        <pubDate>Fri, 14 Feb 2025 12:00:01 +0000</pubDate>
        <link>https://shep4.com/blog/2025/02/turing-incomplete-ai/</link>
        <guid isPermaLink="true">https://shep4.com/blog/2025/02/turing-incomplete-ai/</guid>
        
        <category>essay</category>
        
        <category>AI</category>
        
        <category>essay</category>
      </item>
    
      <item>
        <title>Shadowing Radiation Therapy</title>
        <description>&lt;h2 id=&quot;shadowing-radiation-therapy&quot;&gt;Shadowing Radiation Therapy&lt;/h2&gt; &lt;p&gt;This week I shadowed some radiation therapy treatments at the Mayo Clinic in order to see hands on what I’m helping build AI tools for. It was absolutely incredible seeing everything that I’ve learned about in research papers and textbooks play out in real life. More than that though, I just gained so much more appreciation for the power of human beings and what we have accomplished as a species.&lt;/p&gt; &lt;p&gt;The treatments I shadowed were all performed on linac machines. The name “linac” is short for “linear accelerator” which is a method of speeding up electrons...</description>
        <pubDate>Fri, 17 Jan 2025 12:00:01 +0000</pubDate>
        <link>https://shep4.com/blog/2025/01/shadowing-radiation-therapy/</link>
        <guid isPermaLink="true">https://shep4.com/blog/2025/01/shadowing-radiation-therapy/</guid>
        
        <category>update</category>
        
        <category>update</category>
      </item>
    
      <item>
        <title>New Year Resolutions 2025</title>
        <description>&lt;p&gt;New Year, New Resolutions! I have high hopes for 2025, so to keep myself accountable, I want to make my resolutions public. If any of you catch me slacking, feel free to call me out. I encourage it!&lt;/p&gt; &lt;p&gt;I’m especially excited about this new year because it coincides with the start of my new position as an AI Research Fellow at Mayo Clinic Phoenix. So my resolutions this year are largely career focussed. In particular I want to focus on building up my online presence and personal brand.&lt;/p&gt; &lt;p&gt;Last year I started experimenting with LinkedIn and X to share my...</description>
        <pubDate>Fri, 10 Jan 2025 12:00:01 +0000</pubDate>
        <link>https://shep4.com/blog/2025/01/new-year-resolutions-2025/</link>
        <guid isPermaLink="true">https://shep4.com/blog/2025/01/new-year-resolutions-2025/</guid>
        
        <category>update</category>
        
        <category>update</category>
      </item>
    
      <item>
        <title>Physics, AI, and the Nobel Prize</title>
        <description>&lt;p&gt;A while back, I gave a presentation to my lab about the overlap between physics and recent advances in artificial intelligence. During the presentation, I made a speculative comment to add emphasis of the importance of the field: “Future Nobel Prizes in physics are going to be awarded to people who can advance the field of Artificial Intelligence.” When I said it, I had no idea how quickly that this prediction would come true.&lt;/p&gt; &lt;p&gt;I want to be clear that I’m not trying to say I predicted the Nobel Prize or that I’m some futurist people should look up to....</description>
        <pubDate>Mon, 14 Oct 2024 12:00:01 +0000</pubDate>
        <link>https://shep4.com/blog/2024/10/physics-ai-and-the-nobel-prize/</link>
        <guid isPermaLink="true">https://shep4.com/blog/2024/10/physics-ai-and-the-nobel-prize/</guid>
        
        <category>essay</category>
        
        <category>physics</category>
        
        <category>ai</category>
        
        <category>essay</category>
      </item>
    
      <item>
        <title>Analyzing the NASDAQ with Gaussian Processes</title>
        <description>&lt;p&gt;A while back I worked on a fun project using some of the analysis tools from my PhD to analyze stock prices. Originally we just posted it as a GitHub repo, but I thought it would be fun to also post it here. So here it is! You can find the original repo &lt;a href=&quot;https://github.com/jsbryaniv/GaussianProccessRegression&quot;&gt;here&lt;/a&gt;.&lt;/p&gt; &lt;h2 id=&quot;introduction&quot;&gt;Introduction&lt;/h2&gt; &lt;p&gt;The &lt;a href=&quot;https://en.wikipedia.org/wiki/Gaussian_process&quot;&gt;Gaussian process&lt;/a&gt; is a widely used tool in data science. The Gaussian process model is typically used for data smoothing, interpolation, and regression. However, there are other applications of Gaussian processes that make it a very powerful model.&lt;/p&gt; &lt;p&gt;In this project,...</description>
        <pubDate>Wed, 09 Oct 2024 12:00:02 +0000</pubDate>
        <link>https://shep4.com/blog/2024/10/analyzing-nasdaq-with-gaussian-processes/</link>
        <guid isPermaLink="true">https://shep4.com/blog/2024/10/analyzing-nasdaq-with-gaussian-processes/</guid>
        
        <category>data science</category>
        
        <category>math</category>
        
        <category>finance</category>
        
        <category>science</category>
      </item>
    
      <item>
        <title>The Special Sauce at the Fall Festival</title>
        <description>&lt;p&gt;A fun story about my experience at a fall festival.&lt;/p&gt; &lt;h2 id=&quot;the-special-sauce-at-the-fall-festival&quot;&gt;The Special Sauce at the Fall Festival&lt;/h2&gt; &lt;p&gt;This past weekend I went to a pumpkin patch fall festival and they had a big slide that you go down in a tube. At the bottom there was a guy in a cowboy hat giving out tubes to ride the slide. I asked the guy what the trick is to go fast. He said to ask the guy in the red shirt at the top of the slide for the “special sauce”.&lt;/p&gt; &lt;p&gt;When I got to the top of the slide...</description>
        <pubDate>Wed, 09 Oct 2024 12:00:01 +0000</pubDate>
        <link>https://shep4.com/blog/2024/10/the-special-sauce-at-the-fall-festival/</link>
        <guid isPermaLink="true">https://shep4.com/blog/2024/10/the-special-sauce-at-the-fall-festival/</guid>
        
        <category>fun</category>
        
        <category>funny</category>
        
        <category>holiday</category>
        
        <category>fun</category>
      </item>
    
      <item>
        <title>Update September 2024</title>
        <description>&lt;p&gt;It’s been a while since I’ve written a life update, and a lot has changed since my last post. But, the dust has finally settled, and I am ready to report some updates.&lt;/p&gt; &lt;h2 id=&quot;moving&quot;&gt;Moving&lt;/h2&gt; &lt;p&gt;This summer my family and I moved cross-country back to Phoenix. It more or less took a month to pack, a month to move, a month to unpack, and a month to settle in. We are living with my parents for a bit, while we sell our condo and look for a new place. But there are a lot of benefits to living at home,...</description>
        <pubDate>Tue, 03 Sep 2024 12:00:01 +0000</pubDate>
        <link>https://shep4.com/blog/2024/09/update-september-2024/</link>
        <guid isPermaLink="true">https://shep4.com/blog/2024/09/update-september-2024/</guid>
        
        <category>update</category>
        
        <category>update</category>
      </item>
    
      <item>
        <title>Mapping inference to physics - Part 3</title>
        <description>&lt;p&gt;This is the third installment of my project on mapping inference to physics. The previous parts looked at how we can map statistical inference of continuous variables to electrodyanmics (&lt;a href=&quot;https://jsbryaniv.github.io/blog/2024/02/information-physics-part-one/&quot;&gt;part 1&lt;/a&gt;) and how we can set up the general inference problem as a system of correlated binary random variables (&lt;a href=&quot;https://jsbryaniv.github.io/2024/04/mapping-inference-to-physics/&quot;&gt;part 2&lt;/a&gt;). In this third part we show that we can map the correlation between continuous variables and binary variables to a quantum mechanics.&lt;/p&gt; &lt;p&gt;You can check out the latest version of the manuscript here: &lt;a href=&quot;https://jsbryaniv.github.io/files/Info_Physics_part3.pdf&quot;&gt;Information Physics&lt;/a&gt;. Keep in mind that this is still a work in progress,...</description>
        <pubDate>Tue, 09 Jul 2024 12:00:01 +0000</pubDate>
        <link>https://shep4.com/blog/2024/07/mapping-inference-to-physics-part-three/</link>
        <guid isPermaLink="true">https://shep4.com/blog/2024/07/mapping-inference-to-physics-part-three/</guid>
        
        <category>math</category>
        
        <category>science</category>
        
        <category>physics</category>
        
        <category>project</category>
        
        <category>ai</category>
        
        <category>science</category>
      </item>
    
      <item>
        <title>Mapping inference to physics - Part 2</title>
        <description>&lt;p&gt;A couple months ago I shared a &lt;a href=&quot;https://jsbryaniv.github.io/blog/2024/02/information-physics-part-one/&quot;&gt;post&lt;/a&gt; about a project we are working on in the lab. I got a lot of great feedback and I incorporated it into this new version of the paper.&lt;/p&gt; &lt;p&gt;The idea of this project is to derive the physics of inference, in other words we want to try to derive equations for artificial general intelligence (AGI) models from first principles. The cool part about this project is that we are showing that model parameters of such a general inference algorithm can be mapped to physical quantities in such a way that when...</description>
        <pubDate>Fri, 26 Apr 2024 12:00:01 +0000</pubDate>
        <link>https://shep4.com/blog/2024/04/mapping-inference-to-physics/</link>
        <guid isPermaLink="true">https://shep4.com/blog/2024/04/mapping-inference-to-physics/</guid>
        
        <category>math</category>
        
        <category>science</category>
        
        <category>physics</category>
        
        <category>project</category>
        
        <category>ai</category>
        
        <category>science</category>
      </item>
    
      <item>
        <title>Comparing different models on biophysics data</title>
        <description>&lt;p&gt;Here I want to give a sneak peek into a project that my lab is working on. The goal of this project is to compare the results and performance of different deep learning models on a few biophysics datasets. We hope that this will be helpful, giving the community a better understanding of the strengths and weaknesses of different models on biophysics data, so we are structuring the code to be clean and easy to run. You can follow along with the project on &lt;a href=&quot;https://github.com/LabPresse/BioModelComparison&quot;&gt;GitHub&lt;/a&gt;, just please keep in mind that this is a work in progress.&lt;/p&gt; &lt;h2 id=&quot;background&quot;&gt;Background&lt;/h2&gt;...</description>
        <pubDate>Mon, 22 Apr 2024 12:00:01 +0000</pubDate>
        <link>https://shep4.com/blog/2024/04/comparing-different-models-on-biophysics-data/</link>
        <guid isPermaLink="true">https://shep4.com/blog/2024/04/comparing-different-models-on-biophysics-data/</guid>
        
        <category>deep learning</category>
        
        <category>biophysics</category>
        
        <category>ai</category>
        
        <category>science</category>
      </item>
    
      <item>
        <title>Update April 2024</title>
        <description>&lt;p&gt;Its funny how things can be going one way and then suddenly switch directions. Long story short, my family is moving back to Phoenix, and I’m going to start applying to jobs. I still plan to work on the startup, but I’ll be transitioning to a more part-time role.&lt;/p&gt; &lt;h2 id=&quot;moving&quot;&gt;Moving&lt;/h2&gt; &lt;p&gt;Last year, my wife and I moved out to Florida so she could take a new job. Meanwhile, I have been working on a startup and doing some consulting work, taking advantage of the fact that her stable income would be able to support us while I worked on...</description>
        <pubDate>Tue, 16 Apr 2024 12:00:01 +0000</pubDate>
        <link>https://shep4.com/blog/2024/04/update-april-2024/</link>
        <guid isPermaLink="true">https://shep4.com/blog/2024/04/update-april-2024/</guid>
        
        <category>update</category>
        
        <category>update</category>
      </item>
    
      <item>
        <title>Update March 2024</title>
        <description>&lt;p&gt;Simultaneously energized by fatherhood and drained by lack of sleep, I spent last month catching up from my paternity leave. I’m now in a better spot than ever before and things are really looking up for Saguaro AI.&lt;/p&gt; &lt;p&gt;Recently I started dividing my work into two main parts, plus a side project. The main parts are: 1) business development, and 2) the science itself. The side project is this information physics work I’ve been developing.&lt;/p&gt; &lt;h2 id=&quot;business-development&quot;&gt;Business Development&lt;/h2&gt; &lt;p&gt;What I am finding is that the most important part of a company is that it makes money. At the end of...</description>
        <pubDate>Mon, 04 Mar 2024 12:00:01 +0000</pubDate>
        <link>https://shep4.com/blog/2024/03/update-march-2024/</link>
        <guid isPermaLink="true">https://shep4.com/blog/2024/03/update-march-2024/</guid>
        
        <category>update</category>
        
        <category>update</category>
      </item>
    
      <item>
        <title>An ode to leap day</title>
        <description>&lt;h2 id=&quot;leap-day&quot;&gt;Leap day&lt;/h2&gt; &lt;p&gt;Today we celebrate Leap Day! It’s a special day partly because it is a rare day, but I think it is so much more. I think of Leap Day as a holiday celebrating the impact of science on society.&lt;/p&gt; &lt;p&gt;In order for a society to have Leap Day, the society must have a team of dedicated astronomers studying the stars for an extended period of time who are smart enough to notice that the stars shift a bit each year. Then the society has to trust those astronomers enough to listen to them to add a day...</description>
        <pubDate>Thu, 29 Feb 2024 12:00:01 +0000</pubDate>
        <link>https://shep4.com/blog/2024/02/an-ode-to-leap-day/</link>
        <guid isPermaLink="true">https://shep4.com/blog/2024/02/an-ode-to-leap-day/</guid>
        
        <category>fun</category>
        
        <category>fun</category>
      </item>
    
      <item>
        <title>Information Physics Part One</title>
        <description>&lt;h2 id=&quot;this-is-a-work-in-progress&quot;&gt;This is a work in progress&lt;/h2&gt; &lt;p&gt;Typically when I have worked on projects in the past, I dont share them until they are complete. The advantage is that readers get a complete description of the project, but the problem with this strategy is that since writing papers is a long process, so I don’t get any feedback until the end of the project. Today I am going to try something different: I am going to share my work as I go. Keep in mind that since it is incomplete, there may be typos, errors, and logical pitfalls, but I...</description>
        <pubDate>Wed, 14 Feb 2024 12:00:01 +0000</pubDate>
        <link>https://shep4.com/blog/2024/02/information-physics-part-one/</link>
        <guid isPermaLink="true">https://shep4.com/blog/2024/02/information-physics-part-one/</guid>
        
        <category>math</category>
        
        <category>science</category>
        
        <category>physics</category>
        
        <category>project</category>
        
        <category>ai</category>
        
        <category>science</category>
      </item>
    
      <item>
        <title>Update February 2024</title>
        <description>&lt;p&gt;I am a dad now and it feels great! Its honestly like a power boost and I feel more motivated than ever.&lt;/p&gt; &lt;p&gt;J. Shepard Bryan V was born on January 22. He was delivered via C-section and everything went really smoothly. He was 8 pounds 9 ounces and 22 inches long, which I am told is a big baby, though I have no frame of reference for baby sizes. So far he has been a very good and easy baby and we are really happy with him. My wife is also making a great recovery and is doing great.&lt;/p&gt; &lt;p&gt;After...</description>
        <pubDate>Tue, 06 Feb 2024 12:00:01 +0000</pubDate>
        <link>https://shep4.com/blog/2024/02/update-february-2024/</link>
        <guid isPermaLink="true">https://shep4.com/blog/2024/02/update-february-2024/</guid>
        
        <category>update</category>
        
        <category>update</category>
      </item>
    
      <item>
        <title>Update January 2024</title>
        <description>&lt;p&gt;I started doing monthly reviews for friends and family as I continue down this startup venture. This is the second update I am posting on this blog, and it also coindides with the end of the year. So I will use this post to look back on 2023 and look forward to 2024.&lt;/p&gt; &lt;h2 id=&quot;year-in-review&quot;&gt;Year in Review&lt;/h2&gt; &lt;p&gt;I will remember 2023 as the year that I graduated with my PhD, officially started on this startup venture, moved to Florida, turned 30, and found out that I am going to be a father! This year was a big phase transition. I...</description>
        <pubDate>Mon, 08 Jan 2024 12:00:01 +0000</pubDate>
        <link>https://shep4.com/blog/2024/01/update-january-2024/</link>
        <guid isPermaLink="true">https://shep4.com/blog/2024/01/update-january-2024/</guid>
        
        <category>update</category>
        
        <category>update</category>
      </item>
    
      <item>
        <title>Building Backwards</title>
        <description>&lt;p&gt;Here we explore the business of biotech and how building backwards can help narrow in on a market niche.&lt;/p&gt; &lt;h2 id=&quot;background&quot;&gt;Background&lt;/h2&gt; &lt;p&gt;The first thing I learned when spinning out our university based research into a startup, &lt;a href=&quot;https://saguarosolutions.com/&quot;&gt;Saguaro Solutions&lt;/a&gt; is that things that make great projects in academia are not automatically great projects in industry. It’s not that academic research is bad, it’s just that the goals are completely different.&lt;/p&gt; &lt;p&gt;In &lt;a href=&quot;https://labpresse.com/&quot;&gt;Presse Lab&lt;/a&gt;, my PhD lab that specialized in building machine learning tools for biophysics applications, we were very diliberate about the projects we chose to work on because...</description>
        <pubDate>Wed, 13 Dec 2023 12:01:00 +0000</pubDate>
        <link>https://shep4.com/blog/2023/12/building-backwards/</link>
        <guid isPermaLink="true">https://shep4.com/blog/2023/12/building-backwards/</guid>
        
        <category>update</category>
        
        <category>business</category>
        
        <category>biotech</category>
        
        <category>business</category>
      </item>
    
      <item>
        <title>Chinese Character Generator</title>
        <description>&lt;p&gt;This article is a companion to the &lt;a href=&quot;https://github.com/jsbryaniv/CharacterGenerator&quot;&gt;GitHub project&lt;/a&gt;. The project contains all the code necessary to run the model described in this article. The code is written in Python and is designed to be easy to read and understand. If you have any questions, please leave a comment below or message me directly.&lt;/p&gt; &lt;h2 id=&quot;introduction&quot;&gt;Introduction&lt;/h2&gt; &lt;p&gt;Generative AI for image generation is a booming topic right now. The field has rapidly advanced in an incredibly short amount of time, largely due to the discovery of clever ways to frame the image generation problem. In particular, diffusion based models have...</description>
        <pubDate>Thu, 07 Dec 2023 12:00:01 +0000</pubDate>
        <link>https://shep4.com/blog/2023/12/character-generator/</link>
        <guid isPermaLink="true">https://shep4.com/blog/2023/12/character-generator/</guid>
        
        <category>deep learning</category>
        
        <category>coding</category>
        
        <category>generative ai</category>
        
        <category>science</category>
      </item>
    
      <item>
        <title>Update December 2023</title>
        <description>&lt;p&gt;It has been a little over 6 months since I graduated from my PhD program and started working on a startup. I have been providing regular monthly updates to family and friends via email, but now that I am actively using this GitHub blog I would like to shift to posting updates here.&lt;/p&gt; &lt;p&gt;Since this is the first update I will give a quick recap of what we have been doing so far.&lt;/p&gt; &lt;h2 id=&quot;how-we-got-here&quot;&gt;How we got here&lt;/h2&gt; &lt;p&gt;I graduated with my PhD in physics from Arizona State University in May 2023, studying under my advisor Steve Presse. In Presse...</description>
        <pubDate>Tue, 05 Dec 2023 12:00:01 +0000</pubDate>
        <link>https://shep4.com/blog/2023/12/update-december-2023/</link>
        <guid isPermaLink="true">https://shep4.com/blog/2023/12/update-december-2023/</guid>
        
        <category>update</category>
        
        <category>update</category>
      </item>
    
      <item>
        <title>Dirichlet Clustering for Clinical Outcome Prediction</title>
        <description>&lt;p&gt;This article is a companion to the &lt;a href=&quot;https://github.com/jsbryaniv/DirichletClustering&quot;&gt;GitHub project&lt;/a&gt; of the same name. The project contains all the code necessary to run the model described in this article. The code is written in Python and is designed to be easy to read and understand. If you have any questions, please leave a comment below or message me directly.&lt;/p&gt; &lt;h2 id=&quot;introduction&quot;&gt;Introduction&lt;/h2&gt; &lt;p&gt;Clustering is an effective way of making predictions. It works by grouping data points together based on their features. Conversely, if we know the cluster a data point belongs to, we can make predictions about it. In medicine, this...</description>
        <pubDate>Wed, 15 Nov 2023 12:26:40 +0000</pubDate>
        <link>https://shep4.com/blog/2023/11/dirichlet-for-clinical-outcome-prediction/</link>
        <guid isPermaLink="true">https://shep4.com/blog/2023/11/dirichlet-for-clinical-outcome-prediction/</guid>
        
        <category>math</category>
        
        <category>bayesian</category>
        
        <category>coding</category>
        
        <category>prediction</category>
        
        <category>science</category>
      </item>
    
  </channel>
</rss>
