Oblynx / HierarchicalTemporalMemory.jl

A simple, high-level Julia implementation of Numenta HTM algorithms
https://oblynx.github.io/HierarchicalTemporalMemory.jl
MIT License
21 stars 3 forks source link

Review docs #35

Open Oblynx opened 4 years ago

Oblynx commented 4 years ago

A tester unfamiliar with HTM should try to use this package and note where the docs are incomprehensible, lack critical info, or the interface doesn't make sense.

Tester workflow:

  1. Take a new dataset, such as these financial time series
  2. Instantiate an HTM model
  3. Make k-step-ahead predictions
  4. Evaluate the predictions

In this process many shortcomings in the docs should become visible.