All of chegra's Comments + Replies

If it can be done, I will do it. Thx for the positive support. :D

I publish my first app on google play today. It's a meditation app. It measures how long before you become distracted in your meditation practice. It's free. [ https://play.google.com/store/apps/details?id=com.minoritygames.tapmeditation ]

2chrt
It makes sounds even though I've set my phone to be silent. That's annoying.
3Risto_Saarelma
This is pretty much exactly what I was looking for the other day, neat. Can you make it also register volume key presses as clicks? The amount of movement you need for tapping the screen from holding the phone is distractingly large, while you can click the volume keys with very small movements while holding the phone.
4jefftk
I think people are downvoting you because they don't think development of a strong AI is a good idea. The idea is that any AI developed now would be likely to be, at best, indifferent to humans, which would end up with everyone dead. Do you not think this is a problem?

I placed 34th(top 10%) in Kaggle facebook recruiting III competition: http://www.kaggle.com/users/45975/chester-grant

I haven't built it yet. I'm in the process of learning how to build languages at udacity: https://www.udacity.com/course/cs262 . But, the only thing I think it would have different than other languages is the code generation.

I'm working on a new imperative programming language called Akasha. It's a language where genetic programming can be done in a few lines. The language will allow for the user to use a default function set or they can specify what function set to include in their program generation. The programs generated will be Turing complete unless otherwise specified by the user by limiting the function set. Users will be allow to specify the amount of time a program generated will be allowed to run to prevent infinite loops. Also, the language will allow for a memory... (read more)

0lincolnquirk
This is cool. I'm a PL enthusiast myself and have occasionally been interested in code generation like this. What kind of stuff can it do?

For the longest while I have been trying to figure what AIXI is about. Tell me if I got it correct:

  1. We are in an unknown world that has a utility function to maximise. For instance, we are in a pacman game and we are trying to gain the maximum score possible.

  2. Based on the previous observation and rewards, AIXI forms different model for predicting which action will maximise future rewards. It chooses the model with the greats rewards with a small program size.