<?xml version="1.0"?>
	
<items>
	
		
	<item>
		<title>
			The Main Loop
		</title>
	        <apropos id="174" author="timm" dob="1188530512" />
       		<link>http://menzies.us/cs591o/?lecture=174</link>
       		<category>lecture</category>
       		<category>theloop</category>
		<description>
			<![CDATA[
			<p>In order to structure our dialogue, we'll divide data mining
into the following task, 
each of these has its own tricks, tips, and traps.</p>
				<ul>
					<li><a href="?lecture=175">Generate</a>: produce the data, somehow (you got to start somewhere);
						<li><a href="?lecture=176">Classify</a>: stamp each item in the data with some class label (e.g.  what is the goal?);
							<li><a href="?lecture=177">Statistics</a>: summarize the current data (and that has
								some interesting quirks)
								<li><a href="?lecture=178">Discretize</a>: clump the numerics into chunks  (clotting
									the experience base into denser units)
									<li><a href="?lecture=179">Row 
select/reject</a>: anomlay detection, handle outliers, select relevant data, discard irrelevant
										<li><a href="?lecture=180">Column select/reject</a>: feature subset selection, prune superflous details,
											<li><a href="?lecture=181">Train and test</a>: finally- we run the learners!
												<li><a href="?lecture=182">Evaluate</a>: did we win anything?
													<li> <a href="?lecture=183">And, again</a>: iterative learning
														schemes.
													</ul>
												</p>

<p>Of course, there are many other ways to discuss data mining. 
For example, some of the above distinctions are artifical
and some learners combine two (or more) of these tasks into one system.<p>
<p>But, for the sake of teaching, we'll step through things as above.</p>

			]]>
		</description>
	</item>

	<item>
		<title>
Generate
		</title>
	        <apropos id="175" author="timm" dob="1188530972" />
       		<link>http://menzies.us/cs591o/?lecture=175</link>
       		<category>lecture</category>
       		<category>theloop</category>
		<description>
			<![CDATA[
TBD
			]]>
		</description>
	</item>


	<item>
		<title>
Classify
		</title>
	        <apropos id="176" author="timm" dob="1188531042" />
       		<link>http://menzies.us/cs591o/?lecture=176</link>
       		<category>lecture</category>
       		<category>theloop</category>
		<description>
			<![CDATA[
TBD
			]]>
		</description>
	</item>


	<item>
		<title>
Statistics
		</title>
	        <apropos id="177" author="timm" dob="1188531059" />
       		<link>http://menzies.us/cs591o/?lecture=177</link>
       		<category>lecture</category>
       		<category>theloop</category>
		<description>
			<![CDATA[
TBD
			]]>
		</description>
	</item>


	<item>
		<title>
	Discretize
		</title>
	        <apropos id="178" author="timm" dob="1188531073" />
       		<link>http://menzies.us/cs591o/?lecture=178</link>
       		<category>lecture</category>
       		<category>theloop</category>
		<description>
			<![CDATA[
TBD
			]]>
		</description>
	</item>


	<item>
		<title>
Row Select/Reject
		</title>
	        <apropos id="179" author="timm" dob="1188531089" />
       		<link>http://menzies.us/cs591o/?lecture=179</link>
       		<category>lecture</category>
       		<category>theloop</category>
		<description>
			<![CDATA[
TBD
			]]>
		</description>
	</item>

	<item>
		<title>
Column Select/Reject
		</title>
	        <apropos id="180" author="timm" dob="1188531115" />
       		<link>http://menzies.us/cs591o/?lecture=180</link>
       		<category>lecture</category>
       		<category>theloop</category>
		<description>
			<![CDATA[
TBD
			]]>
		</description>
	</item>


	<item>
		<title>
	Train and Test
		</title>
	        <apropos id="181" author="timm" dob="1188531132" />
       		<link>http://menzies.us/cs591o/?lecture=181</link>
       		<category>lecture</category>
       		<category>theloop</category>
		<description>
			<![CDATA[
TBD
			]]>
		</description>
	</item>


	<item>
		<title>
Evaluate
		</title>
	        <apropos id="182" author="timm" dob="1188531151" />
       		<link>http://menzies.us/cs591o/?lecture=182</link>
       		<category>lecture</category>
       		<category>theloop</category>
		<description>
			<![CDATA[
TBD
			]]>
		</description>
	</item>


	<item>
		<title>
And, again
		</title>
	        <apropos id="183" author="timm" dob="1188531164" />
       		<link>http://menzies.us/cs591o/?lecture=183</link>
       		<category>lecture</category>
       		<category>theloop</category>
		<description>
			<![CDATA[
TBD
			]]>
		</description>
	</item>



</items>
	
	
