https://github.com/ayaz-amin/neuralnetworkpong
Pong AI Written in Python 3.6.7, JavaScript and HTML
https://github.com/ayaz-amin/neuralnetworkpong
deep-learning html5 javascript keras pong python3 tensorflow
Last synced: 3 months ago
JSON representation
Pong AI Written in Python 3.6.7, JavaScript and HTML
- Host: GitHub
- URL: https://github.com/ayaz-amin/neuralnetworkpong
- Owner: ayaz-amin
- Created: 2018-12-02T01:29:25.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-12-04T15:04:21.000Z (over 7 years ago)
- Last Synced: 2025-03-24T10:53:39.237Z (over 1 year ago)
- Topics: deep-learning, html5, javascript, keras, pong, python3, tensorflow
- Language: JavaScript
- Size: 24.4 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# NeuralNetworkPong
Pong AI Written in Python 3.6.7, JavaScript and HTML
# Dependencies
To run the Python script, you will need to pip install the following:
TensorflowJS, Keras, Tensorflow (for backend), numpy, dataset (from the site below in Credits)
# Credits
The JavaScript code for pong is not mine, you can find the link to the original code in the file. The custom JavaScript code for the AI is also not mine, the link to the original code is here: https://pythonprogramming.net/loading-keras-model-tensorflowjs-tutorial/