ディープラーニング 【python】1日30分のディープラーニング -14日目- ~恒等関数~ admin 2019年6月14日 / 2020年7月28日 Contents 恒等関数とは恒等関数とは 恒等関数は入力値=出力のシンプルな関数です。 $$ y = x $$ 入力パラメータをそのまま使用したい場合に利用されます。 import numpy as np import matplotlib.pyplot as plt x = np.linspace(-5,5) y = x plt.plot(x,y) plt.show() Python ディープラーニング
ディープラーニング 【python】1日30分のディープラーニング -9日目- ~回帰と分類~ 2019年6月6日 admin https://boook24.com/wp-content/uploads/2020/12/1_Primary_logo_on_transparent_344x64-1-1.png システムブック
ディープラーニング 【python】1日30分のディープラーニング -2日目- ~基礎数学~ 2019年5月26日 admin https://boook24.com/wp-content/uploads/2020/12/1_Primary_logo_on_transparent_344x64-1-1.png システムブック
ディープラーニング 【pythonでディープラーニング】訓練データとテストデータの違い 2019年7月4日 admin https://boook24.com/wp-content/uploads/2020/12/1_Primary_logo_on_transparent_344x64-1-1.png システムブック