\documentclass[12pt]{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 \#4} \\
         \Large [Your Name] \\
        \small Spring Semester, 2014
 \end{center}

\begin{enumerate}
\item Train a neural network to classify Fisher's iris data.
    \begin{enumerate}
    \item Classify all three flowers, use a randomly selected quarter of the data for testing purposes.
    \item Train another neural net for only the versicolor and virginica flowers. From your neural network, generate an ROC curve.
    \end{enumerate}
\item Using particle swarm, find the optimal solution of three of the functions in ``Test functions for optimization needs.'' The functions you choose must have multiple local minima.
\end{enumerate}



\end{document}
