<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/">
	<channel>
		<title>Vectors are vexing...</title>
		<link>/blogentry/185507</link>
		<atom:link href="https://www.lotterypost.com/rss/blogcomments/185507" rel="self" type="application/rss+xml" />
		<description>hypersoniq's Blog: Vectors are vexing...</description>
		<dc:language>en-us</dc:language>
		<generator>Lottery Post RSS Generator</generator>
		<item>
			<title>Original Blog Entry: Vectors are vexing...</title>
			<link>/blogentry/185507</link>
			<guid isPermaLink="true">/blogentry/185507</guid>
			<pubDate>Mon, 01 Jul 2024 10:32:29 GMT</pubDate>
			<dc:creator>hypersoniq</dc:creator>
			<description><![CDATA[<p>Seemed like a simple idea, but implementation is proving trickier than originally anticipated.<br /><br />Data storage is one area. How best to store the data for presentation? Maybe<br /><br />Date, drawn number, previous drawn number, angle from last draw to current draw, length from last draw to current draw.<br /><br />I guess it will be difficult to code the grid display from this data, time will tell.<br /><br />How far back to plot? Last 5? Last 10? Scrollable entire dataset?<br /><br />In the analysis part, it might be best to keep it all together and then let unsupervised learning do what it was designed to do... find correlations. This part might be better to do with R than Python, but no harm in trying it with each.<br /><br />The data will be somewhat less noisy as a +1 is the same vector for several number combos. I will be searching for probability, so I need to rank each of the 10 possible resultant vectors for each number in order to find out if this encoding is better than the one hot encoding of even/odd and high/low which yielded no good results.<br /><br />Looks to be a long planning process to ensure the results are worth the time of statistical analysis. Oh well, saving on play money while researching!... &#x5b;&#xa0;<a href="/blogentry/185507">More</a>&#xa0;&#x5d;</p>]]></description>
			<category>Blog Entry</category>
			<category>hypersoniq</category>
			<wfw:comment>https://www.lotterypost.com/blogentry/185507</wfw:comment>
		</item>
	</channel>
</rss>

