<?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:Misc rdf:about="http://ebiquity.umbc.edu/paper/html/id/883/RBM-Image-Generation-Using-the-D-Wave-2000Q">
		<rdfs:label><![CDATA[RBM Image Generation Using the D-Wave 2000Q]]></rdfs:label>
		<pub:title><![CDATA[RBM Image Generation Using the D-Wave 2000Q]]></pub:title>
		<pub:publishedOn rdf:datatype="&xsd;dateTime">2019-09-24T00:00:00-05:00</pub:publishedOn>
		<pub:abstract><![CDATA[Currently implementing machine learning using the D-Wave system for image processing is challenged by the limited number of
qubits available. A commonly used neural network method on the D-Wave is the Restricted Boltzmann Machine (RBM) as it uses
an energy-based model that is consistent with the D-Wave, whereby the D-Wave acts as a physical Boltzmann machine.
However, there has been limited practical application of RBMs for use in image generation due to the limited number of qubits
and due to the binary output returned from the D-Wave. Deep autoencoders are trained to take image inputs, compress the input
using a bottleneck in the network, and take the compressed data back to the original input size. We show how to use a stacked
autoencoder to compress MNIST digits from a size of 28 x 28 to a size of 7 x 7 and to translate from the binary representation
back to a grayscale representation consistent with the original 28 x 28 MNIST digits. We first train the stacked autoencoder to
compress and translate MNIST digits into 7 x 7 binary digits. We train our RBM on the D-Wave using the compressed, normalized
weights from the encoder. We then sample from the D-Wave and show how these samples when decoded with our stacked
autoencoder recover MNIST digits to a size of 28 x 28.]]></pub:abstract>
		<pub:counter>915</pub:counter>
		<pub:booktitle><![CDATA[D-Wave Qubits North America Conference]]></pub:booktitle>
		<pub:author>
			<rdf:List>
				<rdf:first>
					<person:Person rdf:about="http://ebiquity.umbc.edu/person/html/John/Dorband"><person:name><![CDATA[John E Dorband]]></person:name><rdfs:label><![CDATA[John E Dorband]]></rdfs:label></person:Person>
				</rdf:first>
				<rdf:rest>					<rdf:List>
						<rdf:first>
							<person:Person rdf:about="http://ebiquity.umbc.edu/person/html/Jennifer/Sleeman"><person:name><![CDATA[Jennifer Sleeman]]></person:name><rdfs:label><![CDATA[Jennifer Sleeman]]></rdfs:label></person:Person>
						</rdf:first>
						<rdf:rest>							<rdf:List>
								<rdf:first>
									<person:Person rdf:about="http://ebiquity.umbc.edu/person/html/Milton/Halem"><person:name><![CDATA[Milton Halem]]></person:name><rdfs:label><![CDATA[Milton Halem]]></rdfs:label></person:Person>
								</rdf:first>
								<rdf:rest rdf:resource="&rdf;nil" />
							</rdf:List>
						</rdf:rest>
					</rdf:List>
				</rdf:rest>
			</rdf:List>
		</pub:author>
		<pub:firstAuthor>
<person:Person rdf:about="http://ebiquity.umbc.edu/person/html/John/Dorband"><person:name><![CDATA[John E Dorband]]></person:name><rdfs:label><![CDATA[John E Dorband]]></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/953.pdf]]></pub:softCopyURI>
			<pub:softCopySize>2559383</pub:softCopySize>
			</pub:SoftCopy>
			</pub:softCopy>
	</pub:Misc>

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

</rdf:RDF>
