More on the Faces dataset
The file is a csv structured like this I haven't looked at what the format of the pixels is (i downloaded the months a while ago and cona't remember it's description), whether it's greyscale or rgb. Also i don't know what the ethnicity numbers indicate, (but it doesn't matter, if i get high accuracy with a model, only then will it relevant). I will be using a 'type-oriented' styel of coding to tackle this (look on my previous post of html/xml to see what i mean). This is important for this reason - in the past, i have attempted to do feature engineering in PROLOG.It is the most 'natural' way to code i felt, because it is such a great query language. It gives your unlimited flexibility query into a graph (and a graph can represent anything). However, i wold end up getting 'lost' because it's modularity is not so good. After predicates (prolog's name for functions) started piling up, good documentation would have been needed to n...