<?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:InProceedings rdf:about="http://ebiquity.umbc.edu/paper/html/id/869/Variational-Autoencoders-using-D-Wave-Quantum-Annealing">
		<rdfs:label><![CDATA[Variational Autoencoders using D-Wave Quantum Annealing]]></rdfs:label>
		<pub:title><![CDATA[Variational Autoencoders using D-Wave Quantum Annealing]]></pub:title>
		<pub:publishedOn rdf:datatype="&xsd;dateTime">2018-12-10T00:00:00-05:00</pub:publishedOn>
		<pub:abstract><![CDATA[Exploring the use of deep learning algorithms on the quantum computer will provide insight into how the quantum computer, in particular quantum annealing, can be applied to climate related research to accelerate the learning process. Current research has explored using Restricted Boltzmann Machines (RBM) using D-Wave's quantum annealer. This work has explored problems such as MNIST image recognition tasks. In addition, another body of research has explored variational inference methods using quantum annealing. We consider using a combination of the RBM approach and the variational inference approach to implement a deep variational autoencoder to perform latent extractions to support a text-based data assimilation method. We will compare the latent extractions using the quantum variational autoencoder approach with latent extractions produced using a classical variational autoencoder. We will use the D-Wave quantum annealer system and the IBM Power 8 system to perform these experiments. We will compare the effects of the latent extractions on our Dynamic Data Assimilation for Topic Modeling (DDATM) method used to understand how IPCC supported research has evolved over time.]]></pub:abstract>
		<pub:note><![CDATA[Abstract]]></pub:note>
		<pub:tag><![CDATA[deep learning]]></pub:tag>
		<pub:tag><![CDATA[quantum computing]]></pub:tag>
		<pub:tag><![CDATA[topic model]]></pub:tag>
		<pub:booktitle><![CDATA[American Geophysical Union Fall Meeting Abstracts]]></pub:booktitle>
		<pub:publisher><![CDATA[American Geophysical Union]]></pub:publisher>
		<pub:author>
			<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:resource="&rdf;nil" />
			</rdf:List>
		</pub:author>
		<pub:firstAuthor>
<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>
		</pub:firstAuthor>
	</pub:InProceedings>

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

</rdf:RDF>
