Skip to content

Instantly share code, notes, and snippets.

View enakai00's full-sized avatar

Etsuji Nakai enakai00

View GitHub Profile
{
"components": {
"comp-compose-params-for-model-tuner": {
"executorLabel": "exec-compose-params-for-model-tuner",
"inputDefinitions": {
"parameters": {
"adapter_length": {
"defaultValue": 0,
"description": "Adapter length.",
"isOptional": true,
@enakai00
enakai00 / Landau_Zener_model.ipynb
Last active February 10, 2024 21:15
Quantum annealing with a single spin
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.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@enakai00
enakai00 / flax_transformer.ipynb
Created February 7, 2023 08:53
Flax_Transformer.ipynb
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@enakai00
enakai00 / isingmodel.py
Last active January 4, 2023 08:35
Gibbs Sampling Emulation of 2D Ising Model
import numpy as np
import matplotlib.pyplot as plt
import pandas as pd
from pandas import Series, DataFrame
from numpy.random import randint, randn, rand
Size = 50
J = 1
H = 0.0
Temp = 0
@enakai00
enakai00 / chap7-compare_with_ml.ipynb
Last active December 19, 2022 05:23
chap7-compare_with_ML.ipynb
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@enakai00
enakai00 / routing_enakai.ipynb
Created November 28, 2022 23:04
routing_enakai.ipynb
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@enakai00
enakai00 / 5-transfer-learning-with-resnet.ipynb
Created October 27, 2022 04:43
5. Transfer Learning with ResNet.ipynb
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@enakai00
enakai00 / qiqo-exercise-8-11.ipynb
Last active November 3, 2022 02:52
qiqo-exercise-8-11.ipynb
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.