Posted on 7:43am 10/17/2008 by Bruno Silva in
Utilities,
Web
What to print an article embebed on a webpage, or other online content, but what to reduce the paper consumption? Today I found out a nice online service that allow you to edit a webpage for printing really easily.
Sometimes web pages have printing style sheets, other times copy-paste to Word is really effective. But if the web page is messy, this is a great tool.

It is worth giving it a try! Go to PrintWhatYouLike.com and start printing in a ecologic and cheaper way.

A área me usabilidade é-me bastante querida deste que tive a cadeira de Interfaces Pessoa-Máquina. Sempre que tenho oportunidade de aprendar mais sobre este assunto que tantas vezes é colocado de parte, tento aproveitar ao máximo.
Um destes casos é a User Experience Week que engloba uma apresentação pública e 2 workshops. Para os workshops não tenho budget mas na apresentação devo estar presente!
|
Apresentação, 2 Horas
03 de Novembro de 2008
Auditório Microsoft
Oeiras, Portugal
|
Workshop de 2 dias,
Beginner to Intermediate
04 e 05 de Novembro de 2008
Hotel Real Oeiras
Oeiras, Portugal
|
Workshop de um dia,
Intermediate to Advanced
06 de Novembro de 2008
Hotel Real Oeiras
Oeiras, Portugal
|
Parabéns à Fullsix e à Microsoft por mais uma excelente iniciativa conjunta.
During the last weeks I’ve been doing some research related to my Master thesis. One of the topics I’m studying is Unsupervised Machine Learning. The main goal is to have a piece of software that given a training set (a set of examples representative of the whole population) allow the software to accept input that it has never seen before and behave as expected.
Imagine for instance a concept called Color Classifier. We usually have several named colors such as red, green, blue, yellow, gray, orange, etc. You have different flavors of each color, and you can consider different combinations of RGB colors the same color. How can you, given a RGB Color code, name that color?
One approach is using Neural Networks (which is a unsupervised learning method) for classification.
I won’t talk about the details of Neural Networks algorithms, since it is the reason why many people avoid this kind of approach: complexity. I’ll just show you how, with a library that hides the implementation details, you can use them.
NeuronDotNet is a .NET library which allows you to use Neural Networks algorithms as a black box. They have some samples which can guide you, as they guided me.
The algorithm I’m using is called Self-organizing Map (SOM). The main idea is to generate a 2D map which topology (dispersion of the points and their positions) is based on the relation between the input data. Back to the example, from a set of random colors which can be represented as a vector with 3 dimensions (input), we generate a map with 2 dimensions, where similar colors get close to each other and completely different colors are set apart. The picture bellow represents the results.
(Left: input, Right: 2D map that results from the algorithm)

The number of colors that will be recognized (the number of neurons of the output layer) can be customized in the neural network configuration, prior to the training phase. In the example above I recognize 25 different colors.
Once the SOM algorithm runs in training mode, the resultant neural network is able to classify new colors into the different slots of the map. If you name each slot with the name of a color, you get a color classifier. In the example above you can label several flavors of green, blue, red, brown, pink, etc. In each slot you have several stripes that represent the colors from the training set and in which slot they ended up.
In the demo application the basic steps are:
- Play with the different settings (or leave them alone… take special attention to Layer Width/Height and Set Size)
- Generate Training Set
- Start (Learning)
- Choose Color (to classify)
- Classify (the neuron that best matches the selected color will be highlighted with a red border)
Download and try the Color Classifier. Keep in mind that a lot of the source code is UI-related, and not Algorithm-related, so don’t be afraid!
Download Demo | Download Source Code
Posted on 10:19am 10/07/2008 by Bruno Silva in
Funny,
Web
When you enable Mail Goggles, it will check that you’re really sure you want to send that late night Friday email. And what better way to check than by making you solve a few simple math problems after you click send to verify you’re in the right state of mind?
As you can read above and by the challenges bellow it really looks like a test to find out if you are drunk or under the influence of drugs. lol

This Plugin is kind of useless, but you can find some more with nice features. Learn about Gmail Labs in the official Gmail blog.
Posted on 1:31pm 10/06/2008 by Bruno Silva in
Events

O Sapo Code Bits aproxima-se! Este evento conta com concursos, workshops e bastante animação e troca de ideias. O ano passado não estive presente, mas estou a fazer os possíveis para ir este ano!
Para tal registem-se no site apresentando a vossa candidatura. Mais informações através do site codebits.sapo.pt e para notificações de última hora sigam http://twitter.com/codebits