Skip to content

Instantly share code, notes, and snippets.

@Cartman0
Cartman0 / CntrollerServlet.java
Last active September 13, 2019 01:51
Beanクラスを使ったSample
package beansample;
import java.io.IOException;
import javax.servlet.RequestDispatcher;
import javax.servlet.ServletException;
import javax.servlet.annotation.WebServlet;
import javax.servlet.http.HttpServlet;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpServletResponse;
@Cartman0
Cartman0 / k-means_clustering.ipynb
Last active June 9, 2019 15:26
k-means clustering
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@Cartman0
Cartman0 / 類似度.ipynb
Last active June 4, 2019 04:10
類似度
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@Cartman0
Cartman0 / 共役勾配CG法.ipynb
Created June 1, 2019 20:19
Optimize 共役勾配CG法
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.
@Cartman0
Cartman0 / histogramからKL.ipynb
Created May 20, 2019 11:55
histogramからKL
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@Cartman0
Cartman0 / histogramからKL.ipynb
Created May 16, 2019 20:41
histogramからKL情報量
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@Cartman0
Cartman0 / ホップフィールドネットワーク.ipynb
Created May 14, 2019 14:45
ホップフィールドネットワーク
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@Cartman0
Cartman0 / backprop_for_diff
Created May 12, 2019 22:42
backpropで微分値を求める
import scipy as sp
class FB:
def __init__(self):
pass
class Sigmoid:
def __init__(self):
self._output = None
@Cartman0
Cartman0 / 逆誤差伝播.ipynb
Last active May 12, 2019 22:35
逆誤差伝播
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.