mysamai / natural-brain

A natural language classifier using Node Natural with a BrainJS neural network
MIT License
320 stars 29 forks source link

Classifier type? #13

Open arjunmenon opened 7 years ago

arjunmenon commented 7 years ago

Hey Man

I am bit confused with the brainjs implementation. If I had to use brain.recurrent.RNN, how can that call be passed whilst adding documents?

If my understanding is correct, this classifier is using node natural only for stemming, stop-words removal right? This is not using the Naive Bayes classifier from the natural library.

tejashah88 commented 6 years ago

From what I saw inside the library, it seems to be a feed-forward network with the default options. I guess if you wanted to provide a different architecture, you'd have to modify this library to allow it.