Introduction to Monte Carlo Methods

Generally Monte Carlo methods refer to: Any method which solves a problem by generating suitable random numbers and observing that fraction of the numbers obeying some property or properties. [1] In other words, a Monte Carlo method is any algorithm which obtain numerical results (an approximation) with random sampling. This is simple, straight forward, and […]

BasicBookReader to AlphaBKZ – Business Model 1.0

I have been experimenting with a way to improve my Ebook reader in order to monetize it to pay for servers and allow users to purchase books. My solution is simple enough, I intend to create another Ebook reader which will be free to download, but you must pay a subscription fee for access to […]

Theoretically Determining the Man Made in C++

Recently, I have been doing some work for my senior thesis/project related to computer vision. One particular thing I found interest, but opted against pursing was determining man made objects. There are already several methods to do this, however I thought of a fun twist that would work for a senior thesis. Although, I decided to […]