\documentclass[11pt]{article}

\bibliographystyle{plain}
\usepackage{epsf}
\usepackage{graphicx}
\usepackage{fullpage}
\usepackage{lscape}
\usepackage{float}
\usepackage{amsmath}
\usepackage{morefloats}
\usepackage{url}
\usepackage{subfigure}

\title{6.825 Project 3\\
Bayes' Net Learning: Parameter Estimation and Structure Search}

\pagestyle{plain}
\setlength\parskip{1ex}
\setlength\parindent{0em}

\begin{document}

\author{
  Eric Mumpower    \\
  Dan RK Ports
}

\date{December 8, 2005}
\maketitle

\newpage

% \begin{abstract}
% Some stuff.
% \end{abstract}

\tableofcontents

\newpage

\section{Overview}

In this project, we explore various algorithms and issues pertaining
to Bayes' Net learning. Structure search and a pair of search-scoring
metrics are discussed, and we discuss the difference in results
achieved by these scoring metrics. Two different search algorithms
were implemented, and a variety of experiments were run to compare and
contrast the performance and results provided by these algorithms.

\section{Parameter Estimation and Scoring}

\input{pe-scoring}

\section{Structure Search}

\label{sec:search}

\input{search}

% \section{Data}

\section{Conclusion}

\label{sec:conclusion}

\input{conclusion}

\input{figures-new}

\end{document}
