SoullessAutomaton comments on No One Knows Stuff - Less Wrong

7 Post author: talisman 12 May 2009 05:11AM

You are viewing a comment permalink. View the original post to see all comments and the full post content.

Comments (46)

You are viewing a single comment's thread. Show more comments above.

Comment author: marianasoffer 12 May 2009 08:18:10AM 0 points [-]

Completely agree that people just use methods such as tabu search a*, etc... without understanding them at all, same happens with machine learning techniques, or even statistic ones. Mostly they get by using the recommended algorithm/meta heuristic for the domain they are working at.

I strongly recommend python for doing this, it is the best language to begin programming with, I have several programs I did by myself, I can collaborate with the project.

Comment author: SoullessAutomaton 12 May 2009 09:44:15AM *  0 points [-]

I strongly recommend python for doing this, it is the best language to begin programming with, I have several programs I did by myself, I can collaborate with the project.

Not disagreeing with you here, but you seem to have missed the implication; the reason Python was mentioned is because LessWrong is written in it.

Comment author: marianasoffer 13 May 2009 06:20:26AM 0 points [-]

Thanks for clarifying, I did not know it, I guess I have to read the introduction first.