Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Question: TF & convnetjs for a JS tsumego solver #89

Open
d180cf opened this issue Oct 20, 2017 · 0 comments
Open

Question: TF & convnetjs for a JS tsumego solver #89

d180cf opened this issue Oct 20, 2017 · 0 comments

Comments

@d180cf
Copy link

d180cf commented Oct 20, 2017

Hi Andrew,

Do you think it's the best approach to construct and train a simple DCNN in tensorflow and then run the trained NN with convnetjs in a JS app?

Basically, I'm writing a tsumego solver in JS and recently I've found a paper that describes promising results in application of NNs to tsumego solving. I want to replicate that NN, train on my data, make a couple improvements and use in my solver.

TF is supposed to be very fast as it uses C++ back-end with state-of-the-art (I hope) matrix-related and other algorithms. However somewhere on stackoverflow people claimed that convnetjs is way faster despite it's in JS. I'm a newbie in machine learning (still completing the TF tutorial), hence asking.

Regards.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant