Hacker News new | ask | show | jobs
by bhargav_ 2755 days ago
Just saw the implementation. It's goes a little over my head unfortunately, but I am curious about the affects of it. Did you compare the non-neural net version with the neural net version? If so what differences did you find?
1 comments

I found that the neural network does a little better than a simple linear regression function for weighting the parameters. I train it on a few months of my own shell history to predict, based on the last commands, what I'll type next.
are the default weights I see in the code the result of your own local training?
Yup