色空間上のL1距離を可視化する
matplotlibで色空間上のL1距離を可視化してプロットする 関数 L1距離をプロットする関数 def plot_L1(original, input_data, plot_color): ...
1
0
Comment0
4 search resultsShowing 1~4 results
You need to log-in
matplotlibで色空間上のL1距離を可視化してプロットする 関数 L1距離をプロットする関数 def plot_L1(original, input_data, plot_color): ...
散布図を作成した時に、L1距離をプロットする方法がなかったので自作した import numpy as np import matplotlib.pyplot as plt x_hoge = n...
AEの学習には基本的に下記のリンクに書いてあります。 tensorflowを用いてAuto Encoderの特徴抽出の実装(MNIST) 今回は上記の実験に比較して、MNISTのデータを変更して...
tensorflowを用いて特徴抽出器として用いられるAuto Encoder(AE)の実装を行います。 手書き数字データセットのMNISTをAEで特徴抽出を行います。 まず、適当にimport...
4 search resultsShowing 1~4 results
Qiita is a knowledge sharing service for engineers.