harthur / brain

Simple feed-forward neural network in JavaScript
MIT License
8k stars 857 forks source link

ReferenceError: localStorage is not defined #7

Closed masterkain closed 10 years ago

masterkain commented 13 years ago

I get this error when trying to use the localStorage in brain/lib/bayesian/backends/localStorage.js:12:3

harthur commented 13 years ago

Are you using brain in the browser?

harthur commented 10 years ago

The Bayesian classifier has moved to: https://github.com/harthur/classifier