<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Another Word For It</title>
	<atom:link href="http://tm.durusau.net/?feed=rss2" rel="self" type="application/rss+xml" />
	<link>http://tm.durusau.net</link>
	<description>Patrick Durusau on Topic Maps and Semantic Diversity</description>
	<lastBuildDate>Thu, 23 May 2013 21:00:05 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.4</generator>
		<item>
		<title>Installing Distributed Solr 4 with Fabric</title>
		<link>http://tm.durusau.net/?p=41994</link>
		<comments>http://tm.durusau.net/?p=41994#comments</comments>
		<pubDate>Thu, 23 May 2013 21:00:05 +0000</pubDate>
		<dc:creator>Patrick Durusau</dc:creator>
				<category><![CDATA[Clustering (servers)]]></category>
		<category><![CDATA[Solr]]></category>
		<category><![CDATA[SolrCloud]]></category>

		<guid isPermaLink="false">http://tm.durusau.net/?p=41994</guid>
		<description><![CDATA[Installing Distributed Solr 4 with Fabric by Martijn Koster From the post: Solr 4 has a subset of features that allow it be run as a distributed fault-tolerant cluster, referred to as “SolrCloud”. Installing and configuring Solr on a multi-node cluster can seem daunting when you’re a developer who just wants to give the latest [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://searchhub.org/2013/05/22/installing-distributed-solr-4-with-fabric/">Installing Distributed Solr 4 with Fabric</a> by Martijn Koster</p>
<p>From the post:</p>
<blockquote><p>Solr 4 has a subset of features that allow it be run as a distributed fault-tolerant cluster, referred to as “SolrCloud”. Installing and configuring Solr on a multi-node cluster can seem daunting when you’re a developer who just wants to give the latest release a try. The wiki page is long and complex, and configuring nodes manually is laborious and error-prone. And while your OS has ZooKeeper/Solr packages, they are probably outdated. But it doesn’t have to be a lot of work: in this post I will show you how to deploy and test a Solr 4 cluster using just a few commands, using mechanisms you can easily adjust for your own deployments.</p>
<p>I am using a cluster consisting of a virtual machines running Ubuntu 12.04 64bit and I am controlling them from my MacBook Pro. The Solr configuration will mimic the Two shard cluster with shard replicas and zookeeper ensemble example from the wiki.</p>
<p>You can run this on AWS EC2, but some special considerations apply, see the footnote.</p>
<p>We’ll use Fabric, a light-weight deployment tool that is basically a Python library to easily execute commands on remote nodes over ssh. Compared to Chef/Puppet it is simpler to learn and use, and because it’s an imperative approach it makes sequential orchestration of dependencies more explicit. Most importantly, it does not require a separate server or separate node-side software installation.</p>
<p>DISCLAIMER: these instructions and associated scripts are released under the Apache License; use at your own risk.</p>
<p>I strongly recommend you use disposable virtual machines to experiment with.</p></blockquote>
<p>Something to get you excited about the upcoming weekend!</p>
<p>Enjoy!</p>
]]></content:encoded>
			<wfw:commentRss>http://tm.durusau.net/?feed=rss2&#038;p=41994</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>MongoDB: The Definitive Guide 2nd Edition is Out!</title>
		<link>http://tm.durusau.net/?p=41989</link>
		<comments>http://tm.durusau.net/?p=41989#comments</comments>
		<pubDate>Thu, 23 May 2013 17:24:31 +0000</pubDate>
		<dc:creator>Patrick Durusau</dc:creator>
				<category><![CDATA[MongoDB]]></category>
		<category><![CDATA[NoSQL]]></category>

		<guid isPermaLink="false">http://tm.durusau.net/?p=41989</guid>
		<description><![CDATA[MongoDB: The Definitive Guide 2nd Edition is Out! by Kristina Chodorow. From the webpage: The second edition of MongoDB: The Definitive Guide is now available from O’Reilly! It covers both developing with and administering MongoDB. The book is language-agnostic: almost all of the examples are in JavaScript. Looking forward to enjoying the second edition as [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.kchodorow.com/blog/2013/05/20/mongodb-the-definitive-guide-2nd-edition-is-out/">MongoDB: The Definitive Guide 2nd Edition is Out!</a> by Kristina Chodorow.</p>
<p>From the webpage:</p>
<blockquote><p>The second edition of <a href="http://shop.oreilly.com/product/0636920028031.do">MongoDB: The Definitive Guide</a> is now available from O’Reilly! It covers both developing with and administering MongoDB. The book is language-agnostic: almost all of the examples are in JavaScript.</p></blockquote>
<p>Looking forward to enjoying the second edition as much as the first!</p>
<p>Although, I am not really sure that always using JavaScript means you are &#8220;language-agnostic.&#8221; <img src='http://tm.durusau.net/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://tm.durusau.net/?feed=rss2&#038;p=41989</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Probabilistic Programming and Bayesian Methods for Hackers</title>
		<link>http://tm.durusau.net/?p=41986</link>
		<comments>http://tm.durusau.net/?p=41986#comments</comments>
		<pubDate>Thu, 23 May 2013 13:59:11 +0000</pubDate>
		<dc:creator>Patrick Durusau</dc:creator>
				<category><![CDATA[Bayesian Data Analysis]]></category>
		<category><![CDATA[Bayesian Models]]></category>
		<category><![CDATA[Statistics]]></category>

		<guid isPermaLink="false">http://tm.durusau.net/?p=41986</guid>
		<description><![CDATA[Probabilistic Programming and Bayesian Methods for Hackers by Cam Davidson-Pilon and others. From the website: The Bayesian method is the natural approach to inference, yet it is hidden from readers behind chapters of slow, mathematical analysis. The typical text on Bayesian inference involves two to three chapters on probability theory, then enters what Bayesian inference [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://nbviewer.ipython.org/urls/raw.github.com/CamDavidsonPilon/Probabilistic-Programming-and-Bayesian-Methods-for-Hackers/master/Prologue/Prologue.ipynb">Probabilistic Programming and Bayesian Methods for Hackers</a> by Cam Davidson-Pilon and others.</p>
<p>From the website:</p>
<blockquote><p>The Bayesian method is the natural approach to inference, yet it is hidden from readers behind chapters of slow, mathematical analysis. The typical text on Bayesian inference involves two to three chapters on probability theory, then enters what Bayesian inference is. Unfortunately, due to mathematical intractability of most Bayesian models, the reader is only shown simple, artificial examples. This can leave the user with a so-what feeling about Bayesian inference. In fact, this was the author&#8217;s own prior opinion.</p>
<p>After some recent success of Bayesian methods in machine-learning competitions, I decided to investigate the subject again. Even with my mathematical background, it took me three straight-days of reading examples and trying to put the pieces together to understand the methods. There was simply not enough literature bridging theory to practice. The problem with my misunderstanding was the disconnect between Bayesian mathematics and probabilistic programming. That being said, I suffered then so the reader would not have to now. This book attempts to bridge the gap.</p>
<p>If Bayesian inference is the destination, then mathematical analysis is a particular path to towards it. On the other hand, computing power is cheap enough that we can afford to take an alternate route via probabilistic programming. The latter path is much more useful, as it denies the necessity of mathematical intervention at each step, that is, we remove often-intractable mathematical analysis as a prerequisite to Bayesian inference. Simply put, this latter computational path proceeds via small intermediate jumps from beginning to end, where as the first path proceeds by enormous leaps, often landing far away from our target. Furthermore, without a strong mathematical background, the analysis required by the first path cannot even take place.</p>
<p><em>Bayesian Methods for Hackers</em> is designed as a introduction to Bayesian inference from a computational/understanding-first, and mathematics-second, point of view. Of course as an introductory book, we can only leave it at that: an introductory book. For the mathematically trained, they may cure the curiosity this text generates with other texts designed with mathematical analysis in mind. For the enthusiast with less mathematical-background, or one who is not interested in the mathematics but simply the practice of Bayesian methods, this text should be sufficient and entertaining.</p></blockquote>
<p>Not yet complete but what is there you will find very useful.</p>
]]></content:encoded>
			<wfw:commentRss>http://tm.durusau.net/?feed=rss2&#038;p=41986</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Data Science eBook by Analyticbridge &#8211; 2nd Edition</title>
		<link>http://tm.durusau.net/?p=41982</link>
		<comments>http://tm.durusau.net/?p=41982#comments</comments>
		<pubDate>Thu, 23 May 2013 12:27:21 +0000</pubDate>
		<dc:creator>Patrick Durusau</dc:creator>
				<category><![CDATA[Data Science]]></category>

		<guid isPermaLink="false">http://tm.durusau.net/?p=41982</guid>
		<description><![CDATA[Data Science eBook by Analyticbridge &#8211; 2nd Edition by Vincent Granville. From the post: This 2nd edition has more than 200 pages of pure data science, far more than the first edition. This new version of our very popular book will soon be available for download: we will make an announcement when it is officially [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.datasciencecentral.com/profiles/blogs/data-science-ebook-2nd-edition-table-of-content">Data Science eBook by Analyticbridge &#8211; 2nd Edition</a> by Vincent Granville.</p>
<p>From the post:</p>
<blockquote><p>This 2nd edition has more than 200 pages of pure data science, far more than the <a href="http://www.datasciencecentral.com/page/data-science-book">first edition</a>. This new version of our very popular book will soon be available for download: we will make an announcement when it is officially published.
</p></blockquote>
<p>Sixty-two (62) new contributions split between data science recipes, data science discussions, data science resources.</p>
<p>If you can&#8217;t wait for the ebook, links to the contributions are given at Vincent&#8217;s post.</p>
<p>One post in particular caught my attention: <a href="http://www.analyticbridge.com/profiles/blogs/how-to-reverse-engineer-google">How to reverse engineer Google</a>?</p>
<p>The project sounds interesting but why not reverse engineer CNN or WSJ or NYT coverage?</p>
<p>Watch the stories that appear most often and the most visibly to determine what you need to do for coverage. </p>
<p>It may not have anything to do with your core competency, but then neither does gaming page rankings by Google. </p>
<p>Just that is your business model and then you are selling your service to people even less informed than you are.</p>
<p>Do be careful because some events covered by CNN, WSJ and the NTY are considered illegal in some jurisdictions. </p>
]]></content:encoded>
			<wfw:commentRss>http://tm.durusau.net/?feed=rss2&#038;p=41982</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Subway Maps and Visualising Social Equality</title>
		<link>http://tm.durusau.net/?p=41978</link>
		<comments>http://tm.durusau.net/?p=41978#comments</comments>
		<pubDate>Wed, 22 May 2013 23:45:37 +0000</pubDate>
		<dc:creator>Patrick Durusau</dc:creator>
				<category><![CDATA[Graphics]]></category>
		<category><![CDATA[Mapping]]></category>
		<category><![CDATA[Maps]]></category>
		<category><![CDATA[Visualization]]></category>

		<guid isPermaLink="false">http://tm.durusau.net/?p=41978</guid>
		<description><![CDATA[Subway Maps and Visualising Social Equality by James Chesire. From the post: Most government statistics are mapped according to official geographical units. Whilst such units are essential for data analysis and making decisions about, for example, government spending, they are hard for many people to relate to and they don’t particularly stand out on a [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://spatial.ly/2013/05/subway-maps-social-equality/">Subway Maps and Visualising Social Equality</a> by James Chesire.</p>
<p>From the post:</p>
<blockquote><p>Most government statistics are mapped according to official geographical units. Whilst such units are essential for data analysis and making decisions about, for example, government spending, they are hard for many people to relate to and they don’t particularly stand out on a map. This is why I tried a new method back in July 2012 to show life expectancy statistics in a fresh light by mapping them on to London Tube stations. The resulting ”<a href="http://life.mappinglondon.co.uk/">Lives on the Line</a>” map has been really popular with many people surprised at the extent of the variations in the data across London and also grateful for the way that it makes seemingly abstract statistics more easily accessible. To find out how I did it (and read some of the feedback) you can see <a href="http://spatialanalysis.co.uk/2012/07/lives-on-the-line/">here</a>.</p></blockquote>
<p>James gives a number of examples of the use of transportation lines making &#8220;abstract statistics more easily accessible.&#8221; </p>
<p>Worth a close look if you are interested in making dry municipal statistics part of the basis for social change. </p>
]]></content:encoded>
			<wfw:commentRss>http://tm.durusau.net/?feed=rss2&#038;p=41978</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>US rendition map: what it means, and how to use it</title>
		<link>http://tm.durusau.net/?p=41974</link>
		<comments>http://tm.durusau.net/?p=41974#comments</comments>
		<pubDate>Wed, 22 May 2013 23:05:18 +0000</pubDate>
		<dc:creator>Patrick Durusau</dc:creator>
				<category><![CDATA[Government]]></category>
		<category><![CDATA[Government Data]]></category>

		<guid isPermaLink="false">http://tm.durusau.net/?p=41974</guid>
		<description><![CDATA[US rendition map: what it means, and how to use it by James Ball. From the post: The Rendition Project, a collaboration between UK academics and the NGO Reprieve, has produced one of the most detailed and illuminating research projects shedding light on the CIA&#8217;s extraordinary rendition project to date. Here&#8217;s how to use it. [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.guardian.co.uk/news/datablog/2013/may/22/rendition-flights-graphic-explained">US rendition map: what it means, and how to use it</a> by James Ball.</p>
<p>From the post:</p>
<blockquote><p><a href="http://www.therenditionproject.org.uk/global-rendition/index.html">The Rendition Project</a>, a collaboration between UK academics and the NGO <a href="http://www.reprieve.org.uk/">Reprieve</a>, has produced one of the most detailed and illuminating research projects shedding light on the <a href="http://www.guardian.co.uk/world/cia">CIA&#8217;s</a> extraordinary <a href="http://www.guardian.co.uk/world/rendition">rendition</a> project to date. Here&#8217;s how to use it.
</p></blockquote>
<p>Truly remarkable project to date, but could be even more successful with your assistance.</p>
<p>Not likely that any of the principals will wind up in the dock at the Hague.</p>
<p>On the other hand, exposing their crimes may deter others from similar adventures. </p>
]]></content:encoded>
			<wfw:commentRss>http://tm.durusau.net/?feed=rss2&#038;p=41974</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Integrating the US&#8217; Documents</title>
		<link>http://tm.durusau.net/?p=41969</link>
		<comments>http://tm.durusau.net/?p=41969#comments</comments>
		<pubDate>Wed, 22 May 2013 21:42:45 +0000</pubDate>
		<dc:creator>Patrick Durusau</dc:creator>
				<category><![CDATA[Law]]></category>
		<category><![CDATA[Law - Sources]]></category>
		<category><![CDATA[Legal Informatics]]></category>

		<guid isPermaLink="false">http://tm.durusau.net/?p=41969</guid>
		<description><![CDATA[Integrating the US&#8217; Documents by Eric Mill. From the post: A few weeks ago, we integrated the full text of federal bills and regulations into our alert system, Scout. Now, if you visit CISPA or a fascinating cotton rule, you&#8217;ll see the original document &#8211; nicely formatted, but also well-integrated into Scout&#8217;s layout. There are [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://sunlightfoundation.com/blog/2013/05/21/integrating-the-us-documents/">Integrating the US&#8217; Documents</a> by Eric Mill.</p>
<p>From the post:</p>
<blockquote><p>A few weeks ago, we integrated the full text of federal bills and regulations into our alert system, <a href="https://scout.sunlightfoundation.com">Scout</a>. Now, if you visit <a href="https://scout.sunlightfoundation.com/item/bill/hr624-113">CISPA</a> or a fascinating <a href="https://scout.sunlightfoundation.com/item/regulation/2013-10114">cotton rule</a>, you&#8217;ll see the original document &#8211; nicely formatted, but also well-integrated into Scout&#8217;s layout. There are a lot of good reasons to integrate the text this way: we want you to see why we alerted you to a document without having to jump off-site, and without clunky iframes.</p>
<p>As importantly, we wanted to do this in a way that would be easily reusable by other projects and people. So we <strong>built a tool called <a href="https://github.com/unitedstates/documents">us-documents</a></strong> that makes it possible for anyone to do this with federal bills and regulations. It&#8217;s <a href="https://rubygems.org/gems/us-documents">available as a Ruby gem</a>, and comes with a <a href="https://github.com/unitedstates/documents#usage">command line tool</a> so that you can use it with Python, Node, or any other language. It lives inside the <a href="https://github.com/unitedstates">unitedstates project</a> at <a href="https://github.com/unitedstates/documents">unitedstates/documents</a>, and is entirely public domain.</p>
</blockquote>
<p>This could prove to be real interesting. Both as a matter of content and a technique to replicate elsewhere.</p>
<p>I first saw this at: <a href="http://legalinformatics.wordpress.com/2013/05/22/mill-integrating-the-uss-documents/">Mill: Integrating the US’s Documents</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://tm.durusau.net/?feed=rss2&#038;p=41969</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>DCAT Application Profile for Data Portals in Europe &#8211; Final Draft</title>
		<link>http://tm.durusau.net/?p=41965</link>
		<comments>http://tm.durusau.net/?p=41965#comments</comments>
		<pubDate>Wed, 22 May 2013 21:27:06 +0000</pubDate>
		<dc:creator>Patrick Durusau</dc:creator>
				<category><![CDATA[DCAT]]></category>
		<category><![CDATA[EU]]></category>
		<category><![CDATA[Integration]]></category>

		<guid isPermaLink="false">http://tm.durusau.net/?p=41965</guid>
		<description><![CDATA[DCAT Application Profile for Data Portals in Europe &#8211; Final Draft From the post: The DCAT Application profile for data portals in Europe (DCAT-AP) is a specification based on the Data Catalogue vocabulary (DCAT) for describing public sector datasets in Europe. Its basic use case is to enable a cross-data portal search for data sets [...]]]></description>
			<content:encoded><![CDATA[<p><a href="https://joinup.ec.europa.eu/asset/dcat_application_profile/asset_release/dcat-application-profile-data-portals-europe-final-draf">DCAT Application Profile for Data Portals in Europe &#8211; Final Draft</a></p>
<p>From the post:</p>
<blockquote><p>The <strong>DCAT Application profile for data portals in Europe</strong> (DCAT-AP) is a specification based on the Data Catalogue vocabulary (<a href="http://www.w3.org/TR/vocab-dcat/">DCAT</a>) for describing public sector datasets in Europe. Its basic use case is to enable a cross-data portal search for data sets and make public sector data better searchable across borders and sectors. This can be achieved by the exchange of descriptions of data sets among data portals.</p>
<p>This <strong>final draft</strong> is <strong>open for public review</strong> until <strong>10 June 2013</strong>. Members of the public are invited to download the specification and post their comments directly on this page. To be able to do so you need to be <a href="https://joinup.ec.europa.eu/user/register">registered</a> and <a href="https://joinup.ec.europa.eu/user/login?destination=homepage">logged in</a>.</p></blockquote>
<p>If you are interested in integration of data from European data portals, it is worth the time to register, etc.</p>
<p>Not all the data you are going to need to integrate a data set but at least a start in the right direction.</p>
]]></content:encoded>
			<wfw:commentRss>http://tm.durusau.net/?feed=rss2&#038;p=41965</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Open Access to Weather Data for International Development</title>
		<link>http://tm.durusau.net/?p=41960</link>
		<comments>http://tm.durusau.net/?p=41960#comments</comments>
		<pubDate>Wed, 22 May 2013 20:28:26 +0000</pubDate>
		<dc:creator>Patrick Durusau</dc:creator>
				<category><![CDATA[Agriculture]]></category>
		<category><![CDATA[Open Data]]></category>
		<category><![CDATA[Weather Data]]></category>

		<guid isPermaLink="false">http://tm.durusau.net/?p=41960</guid>
		<description><![CDATA[Open Access to Weather Data for International Development From the post: Farming communities in Africa and South Asia are becoming increasingly vulnerable to shock as the effects of climate change become a reality. This increased vulnerability, however, comes at a time when improved technology makes critical information more accessible than ever before.&#160;aWhere Weather, an online [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://aims.fao.org/community/blogs/open-access-weather-data-international-development">Open Access to Weather Data for International Development</a></p>
<p>From the post:</p>
<blockquote><p>Farming communities in Africa and South Asia are becoming increasingly vulnerable to shock as the effects of climate change become a reality. This increased vulnerability, however, comes at a time when improved technology makes critical information more accessible than ever before.&nbsp;<strong>aWhere Weather</strong>, an online platform offering free weather data for locations in Western, Eastern and Southern Africa and South Asia provides instant and interactive access to highly localized weather data, instrumental for improved decision making and providing greater context in shaping policies relating to agricultural development and global health.</p>
<p><strong>Weather Data in 9km Grid Cells</strong></p>
<p>Weather data is collected at meteorological stations around the world and interpolated to create&nbsp;<strong>accurate data in detailed 9km grids.&nbsp;</strong>Within each cell, users can access&nbsp;historical, daily-observed and 8 days of daily forecasted &lsquo;localized&rsquo; weather data for the following variables:</p>
<ul>
<li>
		Precipitation&nbsp;</li>
<li>
		Minimum and Maximum Temperature</li>
<li>
		Minimum and Maximum Relative Humidity&nbsp;</li>
<li>
		Solar Radiation&nbsp;</li>
<li>
		Maximum and Morning Wind Speed</li>
<li>
		<span style="font-size: 13.63636302947998px;">Growing degree days (dynamically calculated for your base and cap temperature)&nbsp;</span></li>
</ul>
<p>These data prove essential for risk adaption efforts, food security interventions, climate-smart decision making, and agricultural or environmental research activities.</p>
<p><strong>Sign up Now</strong></p>
<p>Access is&nbsp;<strong>free and easy.</strong>&nbsp;Register at&nbsp;<a href="http://www.awhere.com/en-us/weather-p" target="_blank">http://www.awhere.com/en-us/weather-p</a>. Then, you can log back in anytime at&nbsp;<a href="http://me.awhere.com/" target="_blank">me.awhere.com</a>. &nbsp;</p>
<p>For questions on the platform, please contact&nbsp;<a href="mailto:weather@awhere.com">weather@awhere.com</a></p>
</blockquote>
<p>At least as a public observer, I could not determine how much &#8220;interpolation&#8221; is going to the weather data. That would have a major impact on the risk of accepting the data provided at face value.</p>
<p>I suspect it varies from little interpolation at all in heavily instrumented areas to quite a bit in areas with sparser readings. How much is unclear. </p>
<p>It maybe that the amount of interpolation in the data is a factor of whether you use the free version or some upgraded commercial version. </p>
<p>Still, an interesting data source to combine with others, if you are mindful of the risks. </p>
]]></content:encoded>
			<wfw:commentRss>http://tm.durusau.net/?feed=rss2&#038;p=41960</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Introduction to Artificial Intelligence (Berkeley CS188.1x)</title>
		<link>http://tm.durusau.net/?p=41956</link>
		<comments>http://tm.durusau.net/?p=41956#comments</comments>
		<pubDate>Wed, 22 May 2013 19:17:21 +0000</pubDate>
		<dc:creator>Patrick Durusau</dc:creator>
				<category><![CDATA[Artificial Intelligence]]></category>
		<category><![CDATA[Programming]]></category>

		<guid isPermaLink="false">http://tm.durusau.net/?p=41956</guid>
		<description><![CDATA[Introduction to Artificial Intelligence (Berkeley CS188.1x) The schedule for CS188.2x hasn&#8217;t been announced, yet. In the meantime, you can register for CS188.1x and peruse the videos, exercises, etc. while you wait for the second part of the course. From the description: CS188.1x is a new online adaptation of the first half of UC Berkeley&#8217;s CS188: [...]]]></description>
			<content:encoded><![CDATA[<p><a href="https://www.edx.org/course/uc-berkeley/cs188-1x/artificial-intelligence/369">Introduction to Artificial Intelligence (Berkeley CS188.1x)</a></p>
<p>The schedule for CS188.2x hasn&#8217;t been announced, yet.</p>
<p>In the meantime, you can register for CS188.1x and peruse the videos, exercises, etc. while you wait for the second part of the course.</p>
<p>From the description:</p>
<blockquote><p>CS188.1x is a new online adaptation of the first half of UC Berkeley&#8217;s CS188: Introduction to Artificial Intelligence. The on-campus version of this upper division computer science course draws about 600 Berkeley students each year.</p>
<p>Artificial intelligence is already all around you, from web search to video games. AI methods plan your driving directions, filter your spam, and focus your cameras on faces. AI lets you guide your phone with your voice and read foreign newspapers in English. Beyond today&#8217;s applications, AI is at the core of many new technologies that will shape our future. From self-driving cars to household robots, advancements in AI help transform science fiction into real systems.</p>
<p>CS188.1x focuses on Behavior from Computation. It will introduce the basic ideas and techniques underlying the design of intelligent computer systems. A specific emphasis will be on the statistical and decision–theoretic modeling paradigm. By the end of this course, you will have built autonomous agents that efficiently make decisions in stochastic and in adversarial settings. CS188.2x (to follow CS188.1x, precise date to be determined) will cover Reasoning and Learning. With this additional machinery your agents will be able to draw inferences in uncertain environments and optimize actions for arbitrary reward structures. Your machine learning algorithms will classify handwritten digits and photographs. The techniques you learn in CS188x apply to a wide variety of artificial intelligence problems and will serve as the foundation for further study in any application area you choose to pursue.</p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://tm.durusau.net/?feed=rss2&#038;p=41956</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
