Skip to content

Instantly share code, notes, and snippets.

View enakai00's full-sized avatar

Etsuji Nakai enakai00

View GitHub Profile
@enakai00
enakai00 / qcnn_demo.ipynb
Last active September 21, 2021 05:04
qcnn_demo.ipynb
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@enakai00
enakai00 / simplex-algorithm.ipynb
Last active April 26, 2020 10:01
Simplex Algorithm.ipynb
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
package main
import (
"flag"
"fmt"
"math/rand"
"sync"
"time"
termbox "github.com/nsf/termbox-go"
@enakai00
enakai00 / gist:f84f8b970dde2639f7d54541aa2fdcf6
Created April 2, 2020 01:59
AngularJS Material でマス目ボードを配置する方法の覚書
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>Baby Weight Predictor</title>
<meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Roboto:300,400,500,700,400italic">
<link rel="stylesheet" href="https://ajax.googleapis.com/ajax/libs/angular_material/1.1.4/angular-material.min.css">
</head>
@enakai00
enakai00 / prenc-introduction-to-quantum-mechanics-1.ipynb
Last active December 27, 2019 04:19
preNC - Introduction to Quantum Mechanics-1.ipynb
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@enakai00
enakai00 / 1bit_calculator.ipynb
Created July 7, 2019 12:41
1bit_calculator.ipynb
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@enakai00
enakai00 / car_rental2.c
Created April 15, 2019 08:20
Reinforcement Learning Book / Exercise 4.7
/*
* Reinforcement Learning Book / Exercise 4.7
*
* $ sudo apt-get install libgsl-dev libgsl2
* $ gcc car_rental.c -lgsl -lgslcblas -lm -o car_rental
*/
#include <stdio.h>
#include <stdlib.h>
@enakai00
enakai00 / car_rental.c
Created April 15, 2019 05:05
Reinforcement Learning Book / Example 4.2
/*
* Reinforcement Learning Book / Example 4.2
*
* $ sudo apt-get install libgsl-dev libgsl2
* $ gcc car_rental.c -lgsl -lgslcblas -lm -o car_rental
*/
#include <stdio.h>
#include <stdlib.h>
@enakai00
enakai00 / wals_tft.ipynb
Created October 9, 2018 01:42
WALS_TFT notebook with outputs (for pull-req)
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@enakai00
enakai00 / wals.ipynb
Created October 9, 2018 01:40
WALS notebook with outputs (for pull-req)
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.