Category: Humour

Web Crawling con Reinforcement Learning

Posted by – April 6, 2007

“Applied Machine learning for web crawling”
Google ™ is considered the most used and effective web search engine of the last ten years. Its main task is web sites indexing through the page ranking system. Thing is that there are possibilities for a company to pay Google in order a query to return its website among the top ten results.
The system is clearly corrupted since results may be influenced by the fee payed by companies (or should i say Google’s customers?).
A solution? Machine learning!

Presentazione del progetto: “Apprendimento per rinforzo applicato allo spidering del web”
Il principale protagonista che oggigiorno si occupa di indicizzare i siti della rete e’ Google, una societa’  che permette, mediante il sistema del page ranking, di pagare una sorta di canone per comparire ai primi posti nei risultati di ricerca.
Il sistema e’corrotto poiche’ i risultati di una qualsiasi ricerca sono influenzati dal canone che i proprietari dei domini pagano a Google.
La soluzione? Machine learning…ovviamente.

Software Engineering in a Nutshell

Posted by – November 13, 2006

Software Engineers’ money machine: 

  New problems -> Ad-hoc solution -> Folklore (partial solution, heuristics) -> Interpretation -> Modeling -> New problems 

Strips ricorsivo

Posted by – November 13, 2006

Esempio di STRIPS ricorsivo

while(1)
{
Mutande* mut = (Mutande*) malloc(sizeof(Mutande));
free(mut);
}