<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" href="https://paul-st-young.github.io/algorithms/assets/xslt/rss.xslt" ?>
<?xml-stylesheet type="text/css" href="https://paul-st-young.github.io/algorithms/assets/css/rss.css" ?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title>Algorithm Interest Group</title>
		<description>Founded by a group of physics graduate students at UIUC, this archival site will aid us in our practice of physics through algorithmic developments and hopefully *vice versa*.</description>
		<link>https://paul-st-young.github.io/algorithms/</link>
		<atom:link href="https://paul-st-young.github.io/algorithms/feed.xml" rel="self" type="application/rss+xml" />
		
			<item>
				<title>Inference on Growing Trees</title>
				<link>https://paul-st-young.github.io/algorithms/algorithm/Inference-on-Growing-Trees-Kevin-Ly/</link>
				<pubDate>Mon, 10 May 2021 00:00:00 +0000</pubDate>
				<description>&lt;!-- Page Content Starts Here --&gt;

&lt;h2 id=&quot;presentation-summary&quot;&gt;Presentation Summary&lt;/h2&gt;
&lt;p&gt;In &lt;a href=&quot;https://paul-st-young.github.io/algorithms/assets/slides/growing_trees.pdf&quot;&gt;these slides&lt;/a&gt;, I present:&lt;/p&gt;

&lt;ul&gt;
  &lt;li&gt;A new algorithm for calculating probabilities of growing trees.&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id=&quot;examples&quot;&gt;Examples&lt;/h2&gt;
&lt;ul&gt;
  &lt;li&gt;&lt;a href=&quot;https://paul-st-young.github.io/algorithms/assets/notebooks/growing_trees/example.ipynb&quot;&gt;Randomly growing trees&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id=&quot;references&quot;&gt;References&lt;/h2&gt;
&lt;ul&gt;
  &lt;li&gt;&lt;a href=&quot;https://journals.aps.org/prl/abstract/10.1103/PhysRevLett.126.038301&quot;&gt;[1] &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;PRL 126, 038301 (2021)&lt;/code&gt;&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;

</description>
				<guid isPermaLink="true">https://paul-st-young.github.io/algorithms/algorithm/Inference-on-Growing-Trees-Kevin-Ly/</guid>
			</item>
		
			<item>
				<title>Huffman Encoding</title>
				<link>https://paul-st-young.github.io/algorithms/algorithm/Huffman-Encoding-Chad-Germany/</link>
				<pubDate>Mon, 12 Apr 2021 00:00:00 +0000</pubDate>
				<description>&lt;!-- Page Content Starts Here --&gt;

&lt;h2 id=&quot;presentation-summary&quot;&gt;Presentation Summary&lt;/h2&gt;
&lt;p&gt;In &lt;a href=&quot;https://paul-st-young.github.io/algorithms/assets/slides/huffman_encoding.pdf&quot;&gt;these slides&lt;/a&gt;, I present:&lt;/p&gt;

&lt;ul&gt;
  &lt;li&gt;Basic idea behind the Huffman encoding algorithm.&lt;/li&gt;
  &lt;li&gt;Implementation of the algorithm on a text document.&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id=&quot;examples&quot;&gt;Examples&lt;/h2&gt;

&lt;ul&gt;
  &lt;li&gt;&lt;a href=&quot;https://paul-st-young.github.io/algorithms/assets/notebooks/huffman_encoding.ipynb&quot;&gt;huffman_encoding.ipynb&lt;/a&gt;: I created a text file and wrote a message that the code reads and encodes that message to huffman.txt. It can then be read and and written to decode.txt(&lt;a href=&quot;https://paul-st-young.github.io/algorithms/assets/notebooks/huffman_encoding.html&quot;&gt;html&lt;/a&gt;)&lt;/li&gt;
&lt;/ul&gt;

&lt;h3 class=&quot;t60&quot; id=&quot;all-compression&quot;&gt;All Compression&lt;/h3&gt;

&lt;ul class=&quot;side-nav&quot;&gt;

  

    
      &lt;li&gt;&lt;a href=&quot;https://paul-st-young.github.io/algorithms/algorithm/Huffman-Encoding-Chad-Germany/&quot;&gt;by Chad Germany &amp;middot; &lt;strong&gt;Huffman Encoding&lt;/strong&gt;&lt;/a&gt;&lt;/li&gt;
    
      &lt;li&gt;&lt;a href=&quot;https://paul-st-young.github.io/algorithms/algorithm/Audio-Compression-Benji-Villalonga/&quot;&gt;by Benjamin Villalonga Correa &amp;middot; &lt;strong&gt;Audio Compression&lt;/strong&gt;&lt;/a&gt;&lt;/li&gt;
    
      &lt;li&gt;&lt;a href=&quot;https://paul-st-young.github.io/algorithms/algorithm/Fractal-Compression-Alex-Munoz/&quot;&gt;by Alex Munoz &amp;middot; &lt;strong&gt;Fractal Compression&lt;/strong&gt;&lt;/a&gt;&lt;/li&gt;
    

  
&lt;/ul&gt;

</description>
				<guid isPermaLink="true">https://paul-st-young.github.io/algorithms/algorithm/Huffman-Encoding-Chad-Germany/</guid>
			</item>
		
			<item>
				<title>Exploring Stochastic Gradient Descent and its Modifications</title>
				<link>https://paul-st-young.github.io/algorithms/algorithm/Stochastic_Gradient-Descent-Kevin-Kleiner/</link>
				<pubDate>Mon, 22 Mar 2021 00:00:00 +0000</pubDate>
				<description>&lt;!-- Page Content Starts Here --&gt;

&lt;h2 id=&quot;presentation-summary&quot;&gt;Presentation Summary&lt;/h2&gt;
&lt;p&gt;In &lt;a href=&quot;https://paul-st-young.github.io/algorithms/assets/slides/SGD_Slides.pdf&quot;&gt;these slides&lt;/a&gt;, I present:&lt;/p&gt;

&lt;ul&gt;
  &lt;li&gt;Context and conceptual overview &lt;a href=&quot;https://arxiv.org/pdf/1609.04747.pdf&quot;&gt;2&lt;/a&gt; of gradient descent and stochastic gradient descent&lt;/li&gt;
  &lt;li&gt;Brief descriptions of modifications to SGD with visual comparisons &lt;a href=&quot;http://www.denizyuret.com/2015/03/alec-radfords-animations-for.html&quot;&gt;3&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id=&quot;examples&quot;&gt;Examples&lt;/h2&gt;
&lt;ul&gt;
  &lt;li&gt;&lt;a href=&quot;https://paul-st-young.github.io/algorithms/assets/notebooks/SGD_Demos.ipynb&quot;&gt;SGD_Demos.ipynb&lt;/a&gt; using Kaggle height-weight data &lt;a href=&quot;https://www.kaggle.com/mustafaali96/weight-height&quot;&gt;5&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;h3 class=&quot;t60&quot; id=&quot;references&quot;&gt;References&lt;/h3&gt;

&lt;ul class=&quot;side-nav&quot;&gt;

  

    
      &lt;li&gt;&lt;a href=&quot;https://paul-st-young.github.io/algorithms/algorithm/Stochastic_Gradient-Descent-Kevin-Kleiner/&quot;&gt;Kevin Kleiner: Algorithm Interest Group on March 22, 2021 &amp;middot; &lt;strong&gt;Exploring Stochastic Gradient Descent and its Modifications&lt;/strong&gt;&lt;/a&gt;&lt;/li&gt;
    
      &lt;li&gt;&lt;a href=&quot;https://paul-st-young.github.io/algorithms/algorithm/Linear-Sum-Assignment-Yubo-Paul-Yang/&quot;&gt;by Yubo &quot;Paul&quot; Yang &amp;middot; &lt;strong&gt;Linear Sum Assignment&lt;/strong&gt;&lt;/a&gt;&lt;/li&gt;
    
      &lt;li&gt;&lt;a href=&quot;https://paul-st-young.github.io/algorithms/algorithm/PSLQ-Kevin-Ly/&quot;&gt;by Kevin Ly &amp;middot; &lt;strong&gt;PSLQ&lt;/strong&gt;&lt;/a&gt;&lt;/li&gt;
    
      &lt;li&gt;&lt;a href=&quot;https://paul-st-young.github.io/algorithms/algorithm/Simulated-Annealing-Chad-Germany/&quot;&gt;by Chad Germany &amp;middot; &lt;strong&gt;Simulated Annealing&lt;/strong&gt;&lt;/a&gt;&lt;/li&gt;
    
      &lt;li&gt;&lt;a href=&quot;https://paul-st-young.github.io/algorithms/algorithm/BK-Tree-Brian-Busemeyer/&quot;&gt;by Brian Busemeyer &amp;middot; &lt;strong&gt;BK-Tree&lt;/strong&gt;&lt;/a&gt;&lt;/li&gt;
    
      &lt;li&gt;&lt;a href=&quot;https://paul-st-young.github.io/algorithms/algorithm/Simulated-Annealing/&quot;&gt;by Brian Busemeyer &amp;middot; &lt;strong&gt;Simulated annealing&lt;/strong&gt;&lt;/a&gt;&lt;/li&gt;
    
      &lt;li&gt;&lt;a href=&quot;https://paul-st-young.github.io/algorithms/algorithm/Cellular-Automaton-Brian-Busemeyer/&quot;&gt;by Brian Busemeyer &amp;middot; &lt;strong&gt;Cellular Automaton&lt;/strong&gt;&lt;/a&gt;&lt;/li&gt;
    
      &lt;li&gt;&lt;a href=&quot;https://paul-st-young.github.io/algorithms/algorithm/Autofocus-Juha-Tiihonen/&quot;&gt;by Juha Tiihonen &amp;middot; &lt;strong&gt;Automatic focusing of cameras&lt;/strong&gt;&lt;/a&gt;&lt;/li&gt;
    
      &lt;li&gt;&lt;a href=&quot;https://paul-st-young.github.io/algorithms/algorithm/Particle-Swarm-Optimization-Yubo-Paul-Yang/&quot;&gt;by Yubo &quot;Paul&quot; Yang &amp;middot; &lt;strong&gt;Particle Swarm Optimization&lt;/strong&gt;&lt;/a&gt;&lt;/li&gt;
    
      &lt;li&gt;&lt;a href=&quot;https://paul-st-young.github.io/algorithms/algorithm/Evolutionary-Brian-Busemeyer/&quot;&gt;by Brian Busemeyer &amp;middot; &lt;strong&gt;Evolutionary algorithms&lt;/strong&gt;&lt;/a&gt;&lt;/li&gt;
    

  
&lt;/ul&gt;

</description>
				<guid isPermaLink="true">https://paul-st-young.github.io/algorithms/algorithm/Stochastic_Gradient-Descent-Kevin-Kleiner/</guid>
			</item>
		
			<item>
				<title>RANSAC</title>
				<link>https://paul-st-young.github.io/algorithms/algorithm/RANSAC-Ryan-Levy/</link>
				<pubDate>Mon, 22 Feb 2021 00:00:00 +0000</pubDate>
				<description>&lt;!-- Page Content Starts Here --&gt;

&lt;h2 id=&quot;presentation-summary&quot;&gt;Presentation Summary&lt;/h2&gt;
&lt;p&gt;In &lt;a href=&quot;https://paul-st-young.github.io/algorithms/assets/slides/RANSAC.pdf&quot;&gt;these slides&lt;/a&gt;, I present:&lt;/p&gt;

&lt;ul&gt;
  &lt;li&gt;RANSAC - Random Sample Consensus&lt;/li&gt;
  &lt;li&gt;Brief extensions (the RANSAC family of algorithms)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id=&quot;examples&quot;&gt;Examples&lt;/h2&gt;
&lt;ul&gt;
  &lt;li&gt;&lt;a href=&quot;https://paul-st-young.github.io/algorithms/assets/notebooks/RANSAC.ipynb&quot;&gt;RANSAC.ipynb&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id=&quot;references&quot;&gt;References&lt;/h2&gt;
&lt;ul&gt;
  &lt;li&gt;&lt;a href=&quot;https://pjreddie.com/courses/computer-vision/&quot;&gt;Ancient Secrets of Computer Vision&lt;/a&gt;&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;http://dx.doi.org/10.1561/0600000009 &quot;&gt;doi:10.1561/0600000009&lt;/a&gt; | &lt;a href=&quot;https://link.springer.com/chapter/10.1007/978-3-540-88688-4_37&quot;&gt;doi:10.1007/978-3-540-88688-4_37&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;h3 class=&quot;t60&quot; id=&quot;all-fitting&quot;&gt;All Fitting&lt;/h3&gt;

&lt;ul class=&quot;side-nav&quot;&gt;

  

    
      &lt;li&gt;&lt;a href=&quot;https://paul-st-young.github.io/algorithms/algorithm/RANSAC-Ryan-Levy/&quot;&gt;by Ryan Levy &amp;middot; &lt;strong&gt;RANSAC&lt;/strong&gt;&lt;/a&gt;&lt;/li&gt;
    
      &lt;li&gt;&lt;a href=&quot;https://paul-st-young.github.io/algorithms/algorithm/Expectation-Maximization-Eli-Chertkov/&quot;&gt;by Eli Chertkov &amp;middot; &lt;strong&gt;Expectation Maximization&lt;/strong&gt;&lt;/a&gt;&lt;/li&gt;
    

  
&lt;/ul&gt;

</description>
				<guid isPermaLink="true">https://paul-st-young.github.io/algorithms/algorithm/RANSAC-Ryan-Levy/</guid>
			</item>
		
			<item>
				<title>Expectation Maximization</title>
				<link>https://paul-st-young.github.io/algorithms/algorithm/Expectation-Maximization-Eli-Chertkov/</link>
				<pubDate>Mon, 08 Feb 2021 00:00:00 +0000</pubDate>
				<description>&lt;!-- Page Content Starts Here --&gt;

&lt;h2 id=&quot;presentation-summary&quot;&gt;Presentation Summary&lt;/h2&gt;
&lt;p&gt;In &lt;a href=&quot;https://paul-st-young.github.io/algorithms/assets/slides/EMTalk.pdf&quot;&gt;these slides&lt;/a&gt;, I present:&lt;/p&gt;

&lt;ul&gt;
  &lt;li&gt;Expectation Maximization algorithm using Gaussian Mixture Models&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id=&quot;examples&quot;&gt;Examples&lt;/h2&gt;
&lt;ul&gt;
  &lt;li&gt;&lt;a href=&quot;https://paul-st-young.github.io/algorithms/assets/codes/em/em.py&quot;&gt;em.py&lt;/a&gt;&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;https://paul-st-young.github.io/algorithms/assets/codes/em/test_em.py&quot;&gt;test_em.py&lt;/a&gt;&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;https://paul-st-young.github.io/algorithms/assets/codes/em/test_em1.py&quot;&gt;test_em1.py&lt;/a&gt;&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;https://paul-st-young.github.io/algorithms/assets/codes/em/test_em2.py&quot;&gt;test_em2.py&lt;/a&gt;&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;https://paul-st-young.github.io/algorithms/assets/codes/em/test_em3.py&quot;&gt;test_em3.py&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id=&quot;references&quot;&gt;References&lt;/h2&gt;
&lt;ul&gt;
  &lt;li&gt;&lt;a href=&quot;https://see.stanford.edu/materials/aimlcs229/cs229-notes8.pdf&quot;&gt;Andrew Ng’s Stanford CS 229 Lectures&lt;/a&gt;&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;https://www.ics.uci.edu/~smyth/courses/cs274/notes/EMnotes.pdf&quot;&gt;Padhraic Smyth’s UCI CS 274 Lecture notes&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;h3 class=&quot;t60&quot; id=&quot;all-fitting&quot;&gt;All Fitting&lt;/h3&gt;

&lt;ul class=&quot;side-nav&quot;&gt;

  

    
      &lt;li&gt;&lt;a href=&quot;https://paul-st-young.github.io/algorithms/algorithm/RANSAC-Ryan-Levy/&quot;&gt;by Ryan Levy &amp;middot; &lt;strong&gt;RANSAC&lt;/strong&gt;&lt;/a&gt;&lt;/li&gt;
    
      &lt;li&gt;&lt;a href=&quot;https://paul-st-young.github.io/algorithms/algorithm/Expectation-Maximization-Eli-Chertkov/&quot;&gt;by Eli Chertkov &amp;middot; &lt;strong&gt;Expectation Maximization&lt;/strong&gt;&lt;/a&gt;&lt;/li&gt;
    

  
&lt;/ul&gt;

</description>
				<guid isPermaLink="true">https://paul-st-young.github.io/algorithms/algorithm/Expectation-Maximization-Eli-Chertkov/</guid>
			</item>
		
			<item>
				<title>The Magic of NUTS</title>
				<link>https://paul-st-young.github.io/algorithms/algorithm/Magic-Of-NUTS-Ryan-Levy/</link>
				<pubDate>Mon, 14 Dec 2020 00:00:00 +0000</pubDate>
				<description>&lt;!-- Page Content Starts Here --&gt;

&lt;h2 id=&quot;presentation-summary&quot;&gt;Presentation Summary&lt;/h2&gt;
&lt;p&gt;In &lt;a href=&quot;https://paul-st-young.github.io/algorithms/assets/slides/The_Magic_of_NUTS.pdf&quot;&gt;these slides&lt;/a&gt;, I present:&lt;/p&gt;

&lt;ul&gt;
  &lt;li&gt;Hamiltonian Monte Carlo&lt;/li&gt;
  &lt;li&gt;The No U-Turn Sampler (NUTS)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id=&quot;examples&quot;&gt;Examples&lt;/h2&gt;
&lt;ul&gt;
  &lt;li&gt;&lt;a href=&quot;https://paul-st-young.github.io/algorithms/assets/notebooks/HMC_noan.ipynb&quot;&gt;HMC_noan.ipynb&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id=&quot;references&quot;&gt;References&lt;/h2&gt;
&lt;ul&gt;
  &lt;li&gt;&lt;a href=&quot;https://elevanth.org/blog/2017/11/28/build-a-better-markov-chain/&quot;&gt;Build a Better Markov Chain&lt;/a&gt;&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;https://chi-feng.github.io/mcmc-demo/&quot;&gt;MCMC Demo&lt;/a&gt;&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;https://arxiv.org/abs/1111.4246&quot;&gt;arXiv:1111.4246&lt;/a&gt; | &lt;a href=&quot;https://arxiv.org/abs/1304.1920&quot;&gt;arXiv:1304.1920&lt;/a&gt; | &lt;a href=&quot;https://arxiv.org/abs/1701.02434&quot;&gt;arxiv1701.02434&lt;/a&gt; | &lt;a href=&quot;https://doi.org/10.1111/2041-210X.12681&quot;&gt;doi:10.1111/2041-210X.12681&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;h3 class=&quot;t60&quot; id=&quot;all-monte-carlo&quot;&gt;All Monte Carlo&lt;/h3&gt;

&lt;ul class=&quot;side-nav&quot;&gt;

  

    
      &lt;li&gt;&lt;a href=&quot;https://paul-st-young.github.io/algorithms/algorithm/Magic-Of-NUTS-Ryan-Levy/&quot;&gt;by Ryan Levy &amp;middot; &lt;strong&gt;The Magic of NUTS&lt;/strong&gt;&lt;/a&gt;&lt;/li&gt;
    

  
&lt;/ul&gt;

</description>
				<guid isPermaLink="true">https://paul-st-young.github.io/algorithms/algorithm/Magic-Of-NUTS-Ryan-Levy/</guid>
			</item>
		
			<item>
				<title>Persistent Homology</title>
				<link>https://paul-st-young.github.io/algorithms/algorithm/Persistent-Homology-Greg-Hamilton/</link>
				<pubDate>Mon, 30 Nov 2020 00:00:00 +0000</pubDate>
				<description>&lt;!-- Page Content Starts Here --&gt;

&lt;h2 id=&quot;presentation-summary&quot;&gt;Presentation Summary&lt;/h2&gt;
&lt;p&gt;In &lt;a href=&quot;https://paul-st-young.github.io/algorithms/assets/slides/PersHomAIG.pdf&quot;&gt;these slides&lt;/a&gt;, I present:&lt;/p&gt;

&lt;ul&gt;
  &lt;li&gt;How persistent homology can be used as a central tool of topological data analysis&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id=&quot;exapmples&quot;&gt;Exapmples&lt;/h2&gt;
&lt;ul&gt;
  &lt;li&gt;&lt;a href=&quot;https://paul-st-young.github.io/algorithms/assets/notebooks/AIGExample.ipynb&quot;&gt;jupyter-notebook&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;h3 class=&quot;t60&quot; id=&quot;all-dataanalysis&quot;&gt;All DataAnalysis&lt;/h3&gt;

&lt;ul class=&quot;side-nav&quot;&gt;

  

    

  
&lt;/ul&gt;

</description>
				<guid isPermaLink="true">https://paul-st-young.github.io/algorithms/algorithm/Persistent-Homology-Greg-Hamilton/</guid>
			</item>
		
			<item>
				<title>Graphing Directional Connectivity in FMRI</title>
				<link>https://paul-st-young.github.io/algorithms/algorithm/Graphing-Connectivitiy-FMRI-Mayisha-Nakib/</link>
				<pubDate>Mon, 09 Nov 2020 00:00:00 +0000</pubDate>
				<description>&lt;!-- Page Content Starts Here --&gt;

&lt;h2 id=&quot;presentation-summary&quot;&gt;Presentation Summary&lt;/h2&gt;
&lt;p&gt;In &lt;a href=&quot;https://paul-st-young.github.io/algorithms/assets/slides/Graphing_Directional_Connectivity_in_FMRI.pdf&quot;&gt;these slides&lt;/a&gt;, I present:&lt;/p&gt;

&lt;ul&gt;
  &lt;li&gt;How FMRI data can be used for modeling&lt;/li&gt;
  &lt;li&gt;How one can use the PageRank algorithm to identify important relationships in the BOLD signals w/ the rbeta algorithm&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id=&quot;references&quot;&gt;References&lt;/h2&gt;
&lt;ul&gt;
  &lt;li&gt;&lt;a href=&quot;https://github.com/gdbassett/rbeta&quot;&gt;rbeta algorithm&lt;/a&gt;&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;https://graph-tool.skewed.de/&quot;&gt;graph-tool&lt;/a&gt;&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;https://crcns.org/data-sets/vc/vim-1/about-vim-1&quot;&gt;vim-1 BOLD fMRI dataset&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;h3 class=&quot;t60&quot; id=&quot;all-pagerank&quot;&gt;All PageRank&lt;/h3&gt;

&lt;ul class=&quot;side-nav&quot;&gt;

  

    

  
&lt;/ul&gt;

</description>
				<guid isPermaLink="true">https://paul-st-young.github.io/algorithms/algorithm/Graphing-Connectivitiy-FMRI-Mayisha-Nakib/</guid>
			</item>
		
			<item>
				<title>Linear Sum Assignment</title>
				<link>https://paul-st-young.github.io/algorithms/algorithm/Linear-Sum-Assignment-Yubo-Paul-Yang/</link>
				<pubDate>Mon, 19 Oct 2020 00:00:00 +0000</pubDate>
				<description>&lt;!-- Page Content Starts Here --&gt;

&lt;h2 id=&quot;presentation-summary&quot;&gt;Presentation Summary&lt;/h2&gt;
&lt;p&gt;In &lt;a href=&quot;https://paul-st-young.github.io/algorithms/assets/slides/lsap-kuhn-hungarian.pdf&quot;&gt;these slides&lt;/a&gt;, I present:&lt;/p&gt;

&lt;ul&gt;
  &lt;li&gt;Definition and examples of the linear assignment problem.&lt;/li&gt;
  &lt;li&gt;A polynomial-scaling solution: the Hungarian algorithm.&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id=&quot;examples&quot;&gt;Examples&lt;/h2&gt;
&lt;ul&gt;
  &lt;li&gt;&lt;a href=&quot;https://paul-st-young.github.io/algorithms/assets/codes/lsap-kuhn-hung.tgz&quot;&gt;lsap-kuhn-hung.tgz&lt;/a&gt;: “a_dev” contains a simple implementation of the Hungarian algorithm along with visualization. “b_time” is a snakemake folder that measures execution time.&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id=&quot;references&quot;&gt;References&lt;/h2&gt;
&lt;ul&gt;
  &lt;li&gt;&lt;a href=&quot;https://www.springer.com/gp/book/9783540102670&quot;&gt;Burkard and Derigs 1980&lt;/a&gt;&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;http://www.assignmentproblems.com&quot;&gt;Burkard et al. 2009&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;h3 class=&quot;t60&quot; id=&quot;all-linear-programming&quot;&gt;All Linear Programming&lt;/h3&gt;

&lt;ul class=&quot;side-nav&quot;&gt;

  

    
      &lt;li&gt;&lt;a href=&quot;https://paul-st-young.github.io/algorithms/algorithm/Linear-Sum-Assignment-Yubo-Paul-Yang/&quot;&gt;by Yubo &quot;Paul&quot; Yang &amp;middot; &lt;strong&gt;Linear Sum Assignment&lt;/strong&gt;&lt;/a&gt;&lt;/li&gt;
    

  
&lt;/ul&gt;

</description>
				<guid isPermaLink="true">https://paul-st-young.github.io/algorithms/algorithm/Linear-Sum-Assignment-Yubo-Paul-Yang/</guid>
			</item>
		
			<item>
				<title>PSLQ</title>
				<link>https://paul-st-young.github.io/algorithms/algorithm/PSLQ-Kevin-Ly/</link>
				<pubDate>Mon, 05 Oct 2020 00:00:00 +0000</pubDate>
				<description>&lt;!-- Page Content Starts Here --&gt;

&lt;h2 id=&quot;presentation-summary&quot;&gt;Presentation Summary&lt;/h2&gt;
&lt;p&gt;In &lt;a href=&quot;https://paul-st-young.github.io/algorithms/assets/slides/PSLQ.pdf&quot;&gt;these slides&lt;/a&gt;, I present:&lt;/p&gt;

&lt;ul&gt;
  &lt;li&gt;Definition and examples of finding integer relations.&lt;/li&gt;
  &lt;li&gt;One solution via the PSLQ algogithm.&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id=&quot;examples&quot;&gt;Examples&lt;/h2&gt;
&lt;ul&gt;
  &lt;li&gt;&lt;a href=&quot;https://paul-st-young.github.io/algorithms/assets/notebooks/PSLQ/demo1.ipynb&quot;&gt;demo1.ipynb&lt;/a&gt;: A demo on the basics of mpmath’s PSLQ function&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;https://paul-st-young.github.io/algorithms/assets/notebooks/PSLQ/demo2.ipynb&quot;&gt;demo2.ipynb&lt;/a&gt;: A demo trying (and failing) to find a finite series form of the Euler-Mascheroni constant&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;https://paul-st-young.github.io/algorithms/assets/notebooks/PSLQ/demo3.ipynb&quot;&gt;demo3.ipynb&lt;/a&gt;: A demo showing how to use PSLQ to find a formula for Pi&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id=&quot;references&quot;&gt;References&lt;/h2&gt;
&lt;ul&gt;
  &lt;li&gt;&lt;a href=&quot;http://mpmath.org&quot;&gt;mpmath library&lt;/a&gt;&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;http://www.cecm.sfu.ca/organics/papers/bailey/paper/html/node3.html&quot;&gt;Pseudocode (Bailey)&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;h3 class=&quot;t60&quot; id=&quot;all-optimization&quot;&gt;All Optimization&lt;/h3&gt;

&lt;ul class=&quot;side-nav&quot;&gt;

  

    
      &lt;li&gt;&lt;a href=&quot;https://paul-st-young.github.io/algorithms/algorithm/Stochastic_Gradient-Descent-Kevin-Kleiner/&quot;&gt;Kevin Kleiner: Algorithm Interest Group on March 22, 2021 &amp;middot; &lt;strong&gt;Exploring Stochastic Gradient Descent and its Modifications&lt;/strong&gt;&lt;/a&gt;&lt;/li&gt;
    
      &lt;li&gt;&lt;a href=&quot;https://paul-st-young.github.io/algorithms/algorithm/Linear-Sum-Assignment-Yubo-Paul-Yang/&quot;&gt;by Yubo &quot;Paul&quot; Yang &amp;middot; &lt;strong&gt;Linear Sum Assignment&lt;/strong&gt;&lt;/a&gt;&lt;/li&gt;
    
      &lt;li&gt;&lt;a href=&quot;https://paul-st-young.github.io/algorithms/algorithm/PSLQ-Kevin-Ly/&quot;&gt;by Kevin Ly &amp;middot; &lt;strong&gt;PSLQ&lt;/strong&gt;&lt;/a&gt;&lt;/li&gt;
    
      &lt;li&gt;&lt;a href=&quot;https://paul-st-young.github.io/algorithms/algorithm/Simulated-Annealing-Chad-Germany/&quot;&gt;by Chad Germany &amp;middot; &lt;strong&gt;Simulated Annealing&lt;/strong&gt;&lt;/a&gt;&lt;/li&gt;
    
      &lt;li&gt;&lt;a href=&quot;https://paul-st-young.github.io/algorithms/algorithm/BK-Tree-Brian-Busemeyer/&quot;&gt;by Brian Busemeyer &amp;middot; &lt;strong&gt;BK-Tree&lt;/strong&gt;&lt;/a&gt;&lt;/li&gt;
    
      &lt;li&gt;&lt;a href=&quot;https://paul-st-young.github.io/algorithms/algorithm/Simulated-Annealing/&quot;&gt;by Brian Busemeyer &amp;middot; &lt;strong&gt;Simulated annealing&lt;/strong&gt;&lt;/a&gt;&lt;/li&gt;
    
      &lt;li&gt;&lt;a href=&quot;https://paul-st-young.github.io/algorithms/algorithm/Cellular-Automaton-Brian-Busemeyer/&quot;&gt;by Brian Busemeyer &amp;middot; &lt;strong&gt;Cellular Automaton&lt;/strong&gt;&lt;/a&gt;&lt;/li&gt;
    
      &lt;li&gt;&lt;a href=&quot;https://paul-st-young.github.io/algorithms/algorithm/Autofocus-Juha-Tiihonen/&quot;&gt;by Juha Tiihonen &amp;middot; &lt;strong&gt;Automatic focusing of cameras&lt;/strong&gt;&lt;/a&gt;&lt;/li&gt;
    
      &lt;li&gt;&lt;a href=&quot;https://paul-st-young.github.io/algorithms/algorithm/Particle-Swarm-Optimization-Yubo-Paul-Yang/&quot;&gt;by Yubo &quot;Paul&quot; Yang &amp;middot; &lt;strong&gt;Particle Swarm Optimization&lt;/strong&gt;&lt;/a&gt;&lt;/li&gt;
    
      &lt;li&gt;&lt;a href=&quot;https://paul-st-young.github.io/algorithms/algorithm/Evolutionary-Brian-Busemeyer/&quot;&gt;by Brian Busemeyer &amp;middot; &lt;strong&gt;Evolutionary algorithms&lt;/strong&gt;&lt;/a&gt;&lt;/li&gt;
    

  
&lt;/ul&gt;

</description>
				<guid isPermaLink="true">https://paul-st-young.github.io/algorithms/algorithm/PSLQ-Kevin-Ly/</guid>
			</item>
		
	</channel>
</rss>
