\documentclass[11pt]{article}

\usepackage[pdftex]{graphicx}
\DeclareGraphicsExtensions{.pdf,.jpeg,.png}
\usepackage{ifpdf}
\usepackage[cmex10]{amsmath}
\usepackage{subfigure}

%        \linespread{1.25}
%        \oddsidemargin=.2in
%        \evensidemargin=.2in
%        \textwidth=6.3 in %5.9in
%        \topmargin=-.5in
%        \textheight=9in

\date{\today}

\renewcommand{\labelitemi}{$\blacksquare$}
\renewcommand{\labelitemii}{$\blacktriangleright$}
\renewcommand{\labelitemiii}{$\bullet$}
\renewcommand{\labelitemiv}{$\circ$}



\begin{document}

\begin{center}
         \Huge {\bf 5358 HW \#6} \\
         \Large [Your Name] \\
        \small Spring Semester, 2014
 \end{center}


    \begin{enumerate}
        \item  Apply K-means clustering to the Fisher iris data.
             \begin{enumerate}
                 \item Comment on the effects of the choice of initialization on the final result. For example, is it better to place the initializations close together in the middle of the space,far away or somewhere else? How useful is your approach?
                 \item What initialization(s) give you the best result?
             \end{enumerate}

         \item Choose one of the three Fisher irises and train a novelty filter.
            \begin{enumerate}
                \item Does an autoencoder allow reduction of dimensionality of your class below four?
                \item How does your novelty filter work on the all of the Fisher iris data?
            \end{enumerate}
    \end{enumerate}

\end{document}
