Getting Started with EOS on Cleos (Without Running a Full Node)
EOS is one of the fastest growing blockchain around. Being one of the newer distributed ledger technology out there, it’s tutorials and guides are still pretty much WIP. After spending many hours fiddling with the code base and figuring out how to connect to test net and main net (instead of just running my own node), I figured a method that is simple but was not documented.
Data Mining – Top 10 Rarest Gen II Pokemon in Singapore
Right after the release of the 2nd Generation Pokemon in Pokemon Go, I’ve got my scanners working and collecting Pokemon spawn data. Over the last 24 hours (minus a few hours of downtime), I’ve collected 182,898 individual spawn data for Gen II Pokemon. As I begin working on the data, here is a quick glimpse of how rare different Pokemon are.
Finding Dratini Nest w DBSCAN
My previous post documented the method I’ve used to rank the various Pokemon Nests. For many beginners, the whole process seemed to be a little lengthy. In this post, I’ll be showing a much faster way to search for the nests amidst the noise using another clustering algorithm, DBSCAN. I’ll be using the Dratini Dataset for this process.
Step-by-step Pokemon Go Clustering
My previous post documented the method I’ve used to rank the various Pokemon Nests. For many beginners, the whole process seemed to be a little lengthy. In this post, I’ll be showing a much faster way to search for the nests amidst the noise using another clustering algorithm, DBSCAN. I’ll be using the Dratini Dataset for this process.
Data Mining Pokemon Spawns in Singapore
So every blog/company is jumping on the Pokemon bandwagon to “unveil Pokemon nests around Singapore”. Here’s one more, but backed with data. I’ll be revealing what data has revealed about the pattern of Pokemon spawns in Singapore in this post. In another post, I will discuss about the data collection, dataset and techniques used. I’ll try to leave technical findings and discussions to the other post and leave the juicy ‘actionable’ findings here.