<?xml version="1.0"?>

<!DOCTYPE owl [
	<!ENTITY rdf "http://www.w3.org/1999/02/22-rdf-syntax-ns#">
	<!ENTITY rdfs "http://www.w3.org/2000/01/rdf-schema#">
	<!ENTITY xsd "http://www.w3.org/2001/XMLSchema#">
	<!ENTITY owl "http://www.w3.org/2002/07/owl#">
	<!ENTITY cc "http://web.resource.org/cc/#">
	<!ENTITY project "http://ebiquity.umbc.edu/ontology/project.owl#">
	<!ENTITY person "http://ebiquity.umbc.edu/ontology/person.owl#">
	<!ENTITY pub "http://ebiquity.umbc.edu/ontology/publication.owl#">
	<!ENTITY assert "http://ebiquity.umbc.edu/ontology/assertion.owl#">
]>

<!--

This ontology document is licensed under the Creative Commons
Attribution License. To view a copy of this license, visit
http://creativecommons.org/licenses/by/2.0/ or send a letter to
Creative Commons, 559 Nathan Abbott Way, Stanford, California
94305, USA.

-->

<rdf:RDF 
		xmlns:rdf = "&rdf;"
		xmlns:rdfs = "&rdfs;"
		xmlns:xsd = "&xsd;"
		xmlns:owl = "&owl;"
		xmlns:cc = "&cc;"
		xmlns:project = "&project;"
		xmlns:person = "&person;"
		xmlns:pub = "&pub;"
		xmlns:assert = "&assert;">
	<pub:Article rdf:about="http://ebiquity.umbc.edu/paper/html/id/1190/Some-Studies-in-Machine-Learning-Using-the-Game-of-Checkers">
		<rdfs:label><![CDATA[Some Studies in Machine Learning Using the Game of Checkers]]></rdfs:label>
		<pub:title><![CDATA[Some Studies in Machine Learning Using the Game of Checkers]]></pub:title>
		<pub:abstract><![CDATA[Two machine-learning procedures have been investigated in some detail using the game of checkers. Enough work has been done to verify the fact that a computer can be programmed so that it will learn to play a better game of checkers than can be played by the person who wrote the program. Furthermore, it can learn to do this in a remarkably short period of time (8 or 10 hours of machine-playing time) when given only the rules of the game, a sense of direction, and a redundant and incomplete list of parameters which are thought to have something to do with the game, but whose correct signs and relative weights are unknown and unspecified. The principles of machine learning verified by these experiments are, of course, applicable to many other situations.]]></pub:abstract>
		<pub:pages><![CDATA[210 - 229]]></pub:pages>
		<pub:number><![CDATA[3]]></pub:number>
		<pub:note><![CDATA[DOI: <a href="https://doi.org/10.1147/rd.33.0210">10.1147/rd.33.0210</a>]]></pub:note>
		<pub:volume><![CDATA[3]]></pub:volume>
		<pub:organization><![CDATA[IBM]]></pub:organization>
		<pub:counter>1963</pub:counter>
		<pub:tag><![CDATA[ai]]></pub:tag>
		<pub:tag><![CDATA[checkers]]></pub:tag>
		<pub:tag><![CDATA[games]]></pub:tag>
		<pub:tag><![CDATA[learning]]></pub:tag>
		<pub:tag><![CDATA[learning]]></pub:tag>
		<pub:booktitle><![CDATA[IBM Journal of Research and Development]]></pub:booktitle>
		<pub:publisher><![CDATA[IBM]]></pub:publisher>
		<pub:author>
			<rdf:List>
				<rdf:first>
					<person:Person rdf:about="http://ebiquity.umbc.edu/person/html/Arthur/Samuel"><person:name><![CDATA[Arthur L. Samuel]]></person:name><rdfs:label><![CDATA[Arthur L. Samuel]]></rdfs:label></person:Person>
				</rdf:first>
				<rdf:rest rdf:resource="&rdf;nil" />
			</rdf:List>
		</pub:author>
		<pub:firstAuthor>
<person:Person rdf:about="http://ebiquity.umbc.edu/person/html/Arthur/Samuel"><person:name><![CDATA[Arthur L. Samuel]]></person:name><rdfs:label><![CDATA[Arthur L. Samuel]]></rdfs:label></person:Person>
		</pub:firstAuthor>
		<pub:softCopy><pub:SoftCopy>
			<pub:softCopyFormat><![CDATA[PDF Document]]></pub:softCopyFormat>
			<pub:softCopyURI><![CDATA[http://ebiquity.umbc.edu/get/a/publication/1430.pdf]]></pub:softCopyURI>
			<pub:softCopySize>927791</pub:softCopySize>
			</pub:SoftCopy>
			</pub:softCopy>
	</pub:Article>

<rdf:Description rdf:about="">
	<cc:License rdf:resource="http://creativecommons.org/licenses/by/2.0/" />
</rdf:Description>

</rdf:RDF>
