On Mon, Sep 29, 2014 at 9:54 PM, rebolforces <[email protected]> wrote:
> I am interested in learning how modify an encoder. In one particular case > I am predicting on daily numeric that is sensitive to the day + week of the > month. > e.g. A pattern on the 5th Sunday of the month (rare but significant), 3rd > Wednesday, Last Monday of the month etc.. > > These patterns are not sufficiently detected in my data, even after a mega > swarm. > Allen, We don't have any good encoder tutorials, but there is a wiki page: https://github.com/numenta/nupic/wiki/Encoders You can see how a DateEncoder is being used to encode weekends in the hot gym example: https://github.com/numenta/nupic/blob/master/examples/opf/clients/hotgym/simple/model_params.py#L70..L73 --------- Matt Taylor OS Community Flag-Bearer Numenta
