Skip to content
This repository has been archived by the owner on Sep 26, 2023. It is now read-only.
harthur edited this page Sep 14, 2010 · 3 revisions

Things To Do

  • Other modules. Add other ML modules to package.
    • support vector machines
    • other supervised learning classifiers
  • Build. Turn the module/package into a browser file more easily.
  • Browser tests. Convert tests to run in browser so can easily test browser compat.
  • Cross-validation tests. Use dbs with large amounts of real data.

Neural Networks

  • Mean-squared error based back-propagation
  • Functional js lib + way to build into browser file.
  • Cross-validation to find stopping point for training.
Clone this wiki locally