You are currently browsing the archives for the Politics category.
| M | T | W | T | F | S | S |
|---|---|---|---|---|---|---|
| « Aug | ||||||
| 1 | 2 | 3 | 4 | 5 | ||
| 6 | 7 | 8 | 9 | 10 | 11 | 12 |
| 13 | 14 | 15 | 16 | 17 | 18 | 19 |
| 20 | 21 | 22 | 23 | 24 | 25 | 26 |
| 27 | 28 | 29 | 30 | |||
- Advertising (1)
- Artificial Intelligence (AI) (13)
- Classification (3)
- Clustering (1)
- Coding / Programming (8)
- Cryptography (1)
- Data Mining (19)
- Economy / Investing (1)
- ewrt linux (2)
- Fixing Stuff (8)
- Machine Learning (31)
- Math (2)
- Politics (3)
- Predictive Modeling (4)
- Psychology (3)
- Ramblings (26)
- Random (9)
- Security (15)
- Society (12)
- Sociology (4)
- spam (3)
- Statistics (16)
- August 5, 2010 1:06 am: Elo Scores and Rating Contestants
- July 11, 2010 8:56 pm: GraphLab & Parallel Machine Learning
- June 15, 2010 8:21 pm: PHP configuration using htaccess on 1and1 shared hosting
- February 28, 2010 12:21 pm: Energy efficient data mining algorithms
- February 16, 2010 11:56 pm: Alternative measures to the AUC for rare-event prognostic models
- January 26, 2010 9:54 pm: Spam Filtering by Learning a Pattern Language
- January 10, 2010 5:37 pm: Strong profiling is not mathematically optimal for discovering rare malfeasors (on rare event detection)
- November 13, 2009 12:27 am: Starcraft AI competition
- July 25, 2009 8:34 pm: Random characters in text mode -> graphics card
- June 7, 2009 5:04 pm: Programs stealing the input focus
Blogroll
Uncategorized
Useful Links
- August 2010
- July 2010
- June 2010
- February 2010
- January 2010
- November 2009
- July 2009
- June 2009
- May 2009
- April 2009
- March 2009
- February 2009
- January 2009
- December 2008
- November 2008
- October 2008
- September 2008
- August 2008
- July 2008
- June 2008
- May 2008
- April 2008
- March 2008
- February 2008
- January 2008
- December 2007
- November 2007
- October 2007
- September 2007
- August 2007
- July 2007
- June 2007
- May 2007
- April 2007
- March 2007
- February 2007
- January 2007
- December 2006
- November 2006
- October 2006
- September 2006
- August 2006
Archive for the Politics Category
Can statistical models be intellectual property?
September 1, 2008 8:19 pm by Markus.
Recently I had a fun discussion with Bill over lunch about intellectual property and how that might apply to statistical modeling work. Given that there are more and more companies making a living from forming predictions with a model they have built (churn-prediction, credit-scores and other risk-models) we were wondering if there were any means of protecting them as intellectual property. For example, the ZETA-model for predicting corporate bankruptcies is a closely guarded secret with having published only the variables being used (Altman E. I. (2000); Predicting financial distress for companies: revisiting the Z-Score and ZETA models). Obviously this model is useful for lending and can make serious money for the user. Making decisions guided by a formula is becoming more popular. This might be something over which legal battles will be fought in the future.
Copyrighted works and patents often count towards what a company would be worth should somebody acquire it. This means there would be motivation for start-up companies to protect their models. A mathematical formula (e.g. a regression equation) cannot be patented, and copyright probably won’t apply either; even if copyright would apply, it’s trivial to build a formula that does essentially the same thing (e.g. multiply all the weights in the formula by 10). This leaves only trade secret protection and means there is no recourse once the cat is out of the bag. Often it’s also the data-collection method that is kept secret - a company called Epagogix developed a method to judge the success of movies from a script by scoring it against some scales that they keep secret.
Currently, I don’t see any legal protections with the exception of trade-secrets for this. And given that there is infinitely many ways to express the same scoring rules in a different way, this would be a fairly hard problem for lawyers and politicians to formulate sensible rules for establishing protection for this kind of intellectual property.
Posted in Society, Politics, Data Mining, Machine Learning | Print | 1 Comment »
Ensemble Predictors and Democracy
November 15, 2006 9:15 pm by Markus.
I just read an interesting article about how society is usually described in science fiction. Turns out that in all circumstances it is about a very hierarchical, military like structure. There are no suggestions as to how a civilian society might work in the future. Consider things like Star Trek where a bunch of officers command a star ship around and the rest of the people just function. The captain is smart, benevolent and there is rarely an abuse of power. No democracy, no voting, little about how the civilian society of the future might function. There are things like Futarchy, but that’s pretty much all I could find in a quick search (and it wasn’t proposed in a SciFi-novel so it can’t be any good
). One of the problems with Democracy might be that people don’t always make the right decision as they don’t have access to all the information or are easily swayed by bad arguments (e.g. negative ads - some of them are just factually wrong). My point is that there haven’t been that many viable alternatives proposed, not even some crazy, outlandish suggestions (think teleportation for means of transport) to give people some new ways to think about this.
There is an interesting book out there called The Wisdom of Crowds. It proposes that large crowds of people can be capable of making decissions better than individuals. Long story short, according to the book four key qualities are necessary to make a crowd smart. The crowd needs to be diverse, so that people are bringing different pieces of information to the table. It must not have somebody at the top dictating the crowd’s answer, and summarize people’s opinions into one collective verdict. The people in the crowd need to be independent, so that they pay attention mostly to their own information, and not worrying about what everyone around them thinks (i.e. being immune to persuasion concepts like social proof).
Random Forests in machine learning are an ensemble method that has very good classification performance. The way it works is that hundreds of decision trees are build, but each on a different training set and with a different choice of features. If all the classifiers are strong (i.e. not able to make perfect predictions, but they tend to do the right thing - they take the information they have and make independent decisions) , then the overall vote of all the trees in the ensemble will tend to minimize the misclassification error. Breiman gave a mathematical proof of why this minimizes the classification error (i.e. bad decisions).
I wonder if something like this might work for political decision making. Leaving problems like corruption and other human fallacies (e.g. looking at what others are doing) aside for a moment and assuming that for all things there are good arguments to be made for and against a bill, a senators vote would depend on how he or she weights the particular arguments for and against the bill. If we assume that senators tend to vote for what they perceive to be the right thing, would giving each senator a random subset of information make the overall senate vote for the “right thing”? Another idea would be to make a political decision, similar to jury duty, by picking a large number of people from the general population at random and have them decide on a particular issue.
Edit:I found some criticism of the Wisdom-of-Crowds theory, such as Wikipedia not being accurate enough or a democracy electing people like Hitler. A good question in both cases would be if people made their decisions independently in these cases or not. I think that independent decisions are difficult to achieve in practice. Also one has to wonder how robust this system is due to the assumption that everybody makes the best decission they can.
Posted in Society, Politics, Machine Learning, Sociology | Print | No Comments »
Gates Foundation helps company buy papers
August 21, 2006 8:18 pm by Markus.
Here’s something strange I found:
Gates Foundation helps company buy news-papers - I wonder how that fits in with the whole charity thing.
See also: MediaNews Buying in California Boosted by Bill and Melinda Gates Foundation.
Posted in Politics, Ramblings | Print | No Comments »