This slideshow requires JavaScript.
Category Archives: Uncategorized
Adding randomness to artificial intelligence

While doing my TensorFlow tutorials this evening I ran across a possible solution to add randomness to the decision-making of our Project Pendulum AI bot. TensorFlow includes a stochastic optimization training technique called the Adam Optimizer algorithm. See the published paper on this method here.
Presentation given on Project Pendulum AI by Alix on 17 January, 2016
A Visual Peak at Project Pendulum AI

Here is what we are trying to achieve : a human holds a pendulum pendulum amplifies hand’s micro-movements a machine watches a pendulum swinging data is analyzed to recover the human thought signature from the brain induced micro-movements of the hand However, instead of hard coding the algorithm, we…