Skip to content

Instantly share code, notes, and snippets.

View enakai00's full-sized avatar

Etsuji Nakai enakai00

View GitHub Profile
@enakai00
enakai00 / gravitation.ipynb
Created June 4, 2016 03:56
Gravitation simulation with Jupyter
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@enakai00
enakai00 / waves.ipynb
Created June 4, 2016 06:34
Wave composition
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@enakai00
enakai00 / Monty Hall problem.ipynb
Created June 18, 2016 07:20
Monty Hall problem
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@enakai00
enakai00 / math_animation.ipynb
Created June 18, 2016 12:33
Math animation
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@enakai00
enakai00 / Least squares method example.ipynb
Created July 7, 2016 15:14
Your first TensorFlow program.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@enakai00
enakai00 / kPCA.ipynb
Created September 9, 2016 01:12
Kernel PCA example
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@enakai00
enakai00 / DCGEN_MNIST_Demo.ipynb
Created September 22, 2016 07:36
DCGEN Demonstration using MNIST dataset
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@enakai00
enakai00 / reversi.ipynb
Created November 7, 2016 08:34
Reinforcement learning example for mini-max method Reversi.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@enakai00
enakai00 / prediction error
Created December 26, 2016 01:42
Cloud ML online prediction error
$ prepare_data.py
$ gcloud beta ml predict --model=${MODEL_NAME} --json-instances=data.json
ERROR: (gcloud.beta.ml.predict) HTTP request failed. Response: {
"error": {
"code": 503,
"message": "Field: name Error: Online prediction service is unavailable for this version. Please try again in around 60 se
conds.",
"status": "UNAVAILABLE",
"details": [
{