<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Curriculum on Ryan Orban</title><link>https://ryanorban.com/categories/curriculum/</link><description>Recent content in Curriculum on Ryan Orban</description><generator>Hugo</generator><language>en-us</language><managingEditor>me@ryanorban.com (Ryan Orban)</managingEditor><webMaster>me@ryanorban.com (Ryan Orban)</webMaster><copyright>Ryan Orban</copyright><lastBuildDate>Fri, 08 Jan 2021 00:00:00 +0000</lastBuildDate><atom:link href="https://ryanorban.com/categories/curriculum/index.xml" rel="self" type="application/rss+xml"/><item><title>OSSU Data Science Curriculum</title><link>https://ryanorban.com/notes/ossu-data-science/</link><pubDate>Fri, 08 Jan 2021 00:00:00 +0000</pubDate><author>me@ryanorban.com (Ryan Orban)</author><guid>https://ryanorban.com/notes/ossu-data-science/</guid><description>&lt;h3 id="summary" class="scroll-mt-8 group"&gt;
 Summary
 
 &lt;a href="#summary"
 class="no-underline hidden opacity-50 hover:opacity-100 !text-inherit group-hover:inline-block"
 aria-hidden="true" title="Link to this heading" tabindex="-1"&gt;
 &lt;svg
 xmlns="http://www.w3.org/2000/svg"
 width="16"
 height="16"
 fill="none"
 stroke="currentColor"
 stroke-linecap="round"
 stroke-linejoin="round"
 stroke-width="2"
 class="lucide lucide-link w-4 h-4 block"
 viewBox="0 0 24 24"
&gt;
 &lt;path d="M10 13a5 5 0 0 0 7.54.54l3-3a5 5 0 0 0-7.07-7.07l-1.72 1.71" /&gt;
 &lt;path d="M14 11a5 5 0 0 0-7.54-.54l-3 3a5 5 0 0 0 7.07 7.07l1.71-1.71" /&gt;
&lt;/svg&gt;

 &lt;/a&gt;
 
&lt;/h3&gt;
&lt;p&gt;Open Source Society University (OSSU) Data Science is a structured, free curriculum for self-taught data science, organized to approximate the depth of a university degree without the cost. It sequences coursework from mathematical prerequisites (linear algebra, calculus, statistics, probability) through programming foundations (Python, SQL) to core machine learning and domain specializations. Each section links to specific courses — primarily from Coursera, edX, and free university course sites.&lt;/p&gt;</description></item><item><title>A Practical Intro to Data Science — Zipfian Academy</title><link>https://ryanorban.com/notes/zipfian-practical-intro-data-science/</link><pubDate>Fri, 14 Mar 2014 00:00:00 +0000</pubDate><author>me@ryanorban.com (Ryan Orban)</author><guid>https://ryanorban.com/notes/zipfian-practical-intro-data-science/</guid><description>&lt;h3 id="summary" class="scroll-mt-8 group"&gt;
 Summary
 
 &lt;a href="#summary"
 class="no-underline hidden opacity-50 hover:opacity-100 !text-inherit group-hover:inline-block"
 aria-hidden="true" title="Link to this heading" tabindex="-1"&gt;
 &lt;svg
 xmlns="http://www.w3.org/2000/svg"
 width="16"
 height="16"
 fill="none"
 stroke="currentColor"
 stroke-linecap="round"
 stroke-linejoin="round"
 stroke-width="2"
 class="lucide lucide-link w-4 h-4 block"
 viewBox="0 0 24 24"
&gt;
 &lt;path d="M10 13a5 5 0 0 0 7.54.54l3-3a5 5 0 0 0-7.07-7.07l-1.72 1.71" /&gt;
 &lt;path d="M14 11a5 5 0 0 0-7.54-.54l-3 3a5 5 0 0 0 7.07 7.07l1.71-1.71" /&gt;
&lt;/svg&gt;

 &lt;/a&gt;
 
&lt;/h3&gt;
&lt;p&gt;This Zipfian Academy post became a reference document in the early data science community — widely cited as one of the most honest, practical articulations of what the job actually requires. Where most data science writing in 2014 was either too high-level (data science is about insight!) or too tool-specific, this post tried to map the actual SKILL set: what you need to know, what tools you need to use, and why.&lt;/p&gt;</description></item><item><title>Metacademy — Bayesian Machine Learning Roadmap</title><link>https://ryanorban.com/notes/metacademy-bayesian-ml-roadmap/</link><pubDate>Mon, 16 Dec 2013 00:00:00 +0000</pubDate><author>me@ryanorban.com (Ryan Orban)</author><guid>https://ryanorban.com/notes/metacademy-bayesian-ml-roadmap/</guid><description>&lt;h3 id="summary" class="scroll-mt-8 group"&gt;
 Summary
 
 &lt;a href="#summary"
 class="no-underline hidden opacity-50 hover:opacity-100 !text-inherit group-hover:inline-block"
 aria-hidden="true" title="Link to this heading" tabindex="-1"&gt;
 &lt;svg
 xmlns="http://www.w3.org/2000/svg"
 width="16"
 height="16"
 fill="none"
 stroke="currentColor"
 stroke-linecap="round"
 stroke-linejoin="round"
 stroke-width="2"
 class="lucide lucide-link w-4 h-4 block"
 viewBox="0 0 24 24"
&gt;
 &lt;path d="M10 13a5 5 0 0 0 7.54.54l3-3a5 5 0 0 0-7.07-7.07l-1.72 1.71" /&gt;
 &lt;path d="M14 11a5 5 0 0 0-7.54-.54l-3 3a5 5 0 0 0 7.07 7.07l1.71-1.71" /&gt;
&lt;/svg&gt;

 &lt;/a&gt;
 
&lt;/h3&gt;
&lt;p&gt;Roger Grosse&amp;rsquo;s Bayesian machine learning roadmap on Metacademy is a curated learning path through the full stack of Bayesian inference techniques used in modern ML. Unlike a textbook or course, it structures the curriculum as a dependency graph — each topic lists what you need to know first and links to the best resources for learning it.&lt;/p&gt;</description></item><item><title>Self-Study Guide to Machine Learning</title><link>https://ryanorban.com/notes/self-study-guide-machine-learning/</link><pubDate>Mon, 16 Dec 2013 00:00:00 +0000</pubDate><author>me@ryanorban.com (Ryan Orban)</author><guid>https://ryanorban.com/notes/self-study-guide-machine-learning/</guid><description>&lt;h3 id="summary" class="scroll-mt-8 group"&gt;
 Summary
 
 &lt;a href="#summary"
 class="no-underline hidden opacity-50 hover:opacity-100 !text-inherit group-hover:inline-block"
 aria-hidden="true" title="Link to this heading" tabindex="-1"&gt;
 &lt;svg
 xmlns="http://www.w3.org/2000/svg"
 width="16"
 height="16"
 fill="none"
 stroke="currentColor"
 stroke-linecap="round"
 stroke-linejoin="round"
 stroke-width="2"
 class="lucide lucide-link w-4 h-4 block"
 viewBox="0 0 24 24"
&gt;
 &lt;path d="M10 13a5 5 0 0 0 7.54.54l3-3a5 5 0 0 0-7.07-7.07l-1.72 1.71" /&gt;
 &lt;path d="M14 11a5 5 0 0 0-7.54-.54l-3 3a5 5 0 0 0 7.07 7.07l1.71-1.71" /&gt;
&lt;/svg&gt;

 &lt;/a&gt;
 
&lt;/h3&gt;
&lt;p&gt;Jason Brownlee&amp;rsquo;s &lt;a href="https://ryanorban.com/notes/machine-learning-mastery/"&gt;Machine Learning Mastery&lt;/a&gt; site published this structured self-study guide for practitioners wanting to learn machine learning without a formal academic path. Brownlee&amp;rsquo;s approach was deliberately top-down: don&amp;rsquo;t start with theory and work toward applications, start with working code and a running model, then fill in theory as needed.&lt;/p&gt;</description></item><item><title>Metacademy</title><link>https://ryanorban.com/notes/metacademy-ml-knowledge-graph/</link><pubDate>Fri, 13 Dec 2013 00:00:00 +0000</pubDate><author>me@ryanorban.com (Ryan Orban)</author><guid>https://ryanorban.com/notes/metacademy-ml-knowledge-graph/</guid><description>&lt;h3 id="summary" class="scroll-mt-8 group"&gt;
 Summary
 
 &lt;a href="#summary"
 class="no-underline hidden opacity-50 hover:opacity-100 !text-inherit group-hover:inline-block"
 aria-hidden="true" title="Link to this heading" tabindex="-1"&gt;
 &lt;svg
 xmlns="http://www.w3.org/2000/svg"
 width="16"
 height="16"
 fill="none"
 stroke="currentColor"
 stroke-linecap="round"
 stroke-linejoin="round"
 stroke-width="2"
 class="lucide lucide-link w-4 h-4 block"
 viewBox="0 0 24 24"
&gt;
 &lt;path d="M10 13a5 5 0 0 0 7.54.54l3-3a5 5 0 0 0-7.07-7.07l-1.72 1.71" /&gt;
 &lt;path d="M14 11a5 5 0 0 0-7.54-.54l-3 3a5 5 0 0 0 7.07 7.07l1.71-1.71" /&gt;
&lt;/svg&gt;

 &lt;/a&gt;
 
&lt;/h3&gt;
&lt;p&gt;Metacademy is a knowledge graph for machine learning and probabilistic artificial intelligence. Each concept is a node with explicitly listed prerequisites — you can navigate to any topic (say, Variational Inference) and see the minimum prerequisite knowledge tree you need to understand it first. The site then surfaces specific resources (papers, textbook chapters, lectures) for learning each node.&lt;/p&gt;</description></item><item><title>What Every Computer Science Major Should Know</title><link>https://ryanorban.com/notes/what-cs-majors-should-know/</link><pubDate>Fri, 19 Jul 2013 00:00:00 +0000</pubDate><author>me@ryanorban.com (Ryan Orban)</author><guid>https://ryanorban.com/notes/what-cs-majors-should-know/</guid><description>&lt;p&gt;&lt;img
 src="https://ryanorban.com/images/notes/what-cs-majors-should-know.png"
 alt="What Every Computer Science Major Should Know" class="note-hero-img"
 loading="lazy"
/&gt;
&lt;/p&gt;
&lt;h3 id="summary" class="scroll-mt-8 group"&gt;
 Summary
 
 &lt;a href="#summary"
 class="no-underline hidden opacity-50 hover:opacity-100 !text-inherit group-hover:inline-block"
 aria-hidden="true" title="Link to this heading" tabindex="-1"&gt;
 &lt;svg
 xmlns="http://www.w3.org/2000/svg"
 width="16"
 height="16"
 fill="none"
 stroke="currentColor"
 stroke-linecap="round"
 stroke-linejoin="round"
 stroke-width="2"
 class="lucide lucide-link w-4 h-4 block"
 viewBox="0 0 24 24"
&gt;
 &lt;path d="M10 13a5 5 0 0 0 7.54.54l3-3a5 5 0 0 0-7.07-7.07l-1.72 1.71" /&gt;
 &lt;path d="M14 11a5 5 0 0 0-7.54-.54l-3 3a5 5 0 0 0 7.07 7.07l1.71-1.71" /&gt;
&lt;/svg&gt;

 &lt;/a&gt;
 
&lt;/h3&gt;
&lt;p&gt;Matt Might (then a professor at the University of Utah) wrote this canonical essay as a guide to the breadth and depth a CS graduate should have. It covers a remarkable range: from Unix proficiency and the command line to formal languages and automata theory, from data structures and algorithms to systems programming, operating systems, networks, security, and software engineering practice. The essay&amp;rsquo;s tone is prescriptive but pragmatic — these aren&amp;rsquo;t theoretical ideals, they&amp;rsquo;re the things that separate a practitioner who can reason about hard problems from one who can only apply known patterns.&lt;/p&gt;</description></item></channel></rss>