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

merge master #49

Closed
wants to merge 30 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
30 commits
Select commit Hold shift + click to select a range
6298f0a
Data recording
player2point0 Aug 6, 2019
dc12461
keras lstm nn train code
player2point0 Aug 7, 2019
08d2290
added python preprocessing
player2point0 Aug 7, 2019
90ddf70
basic lstm training
player2point0 Aug 8, 2019
1061c00
git ignore
player2point0 Aug 8, 2019
365d99b
colab training and tf.js model download
player2point0 Aug 14, 2019
a61f418
working predicitions
player2point0 Aug 15, 2019
5968913
working realtime line prediction
player2point0 Aug 16, 2019
d115bf2
more advanced model
player2point0 Aug 19, 2019
e3bfd14
changed seq len
player2point0 Sep 7, 2019
d5c3a9a
local training
player2point0 Sep 9, 2019
9d262d7
Working predictions
player2point0 Sep 11, 2019
65cfbb7
path changes
player2point0 Sep 11, 2019
44a65e5
path changes
player2point0 Sep 11, 2019
d114947
path changes
player2point0 Sep 11, 2019
06658f3
path changes
player2point0 Sep 11, 2019
9f30e2c
Merge remote-tracking branch 'origin/gh-pages' into gh-pages
player2point0 Sep 11, 2019
72ed7c4
path changes
player2point0 Sep 11, 2019
9814c37
path changes
player2point0 Sep 11, 2019
d194303
working path
player2point0 Sep 11, 2019
961e1ab
working path
player2point0 Sep 11, 2019
97741cf
working model path
player2point0 Sep 11, 2019
f212eed
model path
player2point0 Sep 11, 2019
197765d
test
player2point0 Sep 11, 2019
3d82109
hard code model path
player2point0 Sep 11, 2019
3dbef88
MODELS FOLDER WAS IN GITIGNORE
player2point0 Sep 11, 2019
579c177
working model
player2point0 Sep 11, 2019
e154f27
working model
player2point0 Sep 11, 2019
dee86c5
todo update
player2point0 Sep 12, 2019
036a513
path changes
player2point0 Sep 26, 2019
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
node_modules/
.DS_Store

\.vscode/
Loading