4b83c1070cebd0d996ba2cc69779dcb66d5d0032,experiments/parameters.py,,,#,12

Before Change


// y1 = np.cos(2 * np.pi * x1) * np.exp(-x1)
// y2 = np.cos(2 * np.pi * x2)

plt.subplot(2, 1, 1)
x1 = [0.01, 0.1, 1, 10, 100]
y1 = [1 - 0.6712, 1 - 0.7345, 1 - 0.8067, 1 - 0.8264, 1 - 0.8174]
plt.semilogx(x1, y1, "o-", label=r"$\beta$")
plt.xlabel(r"$\beta$")

After Change


plt.savefig("/Users/haifeng/p1.png", bbox_inches="tight", pad_inches=0)


plt.clf()
x2 = x1
y2 = [1 - 0.7252, 1 - 0.8137, 1 - 0.8396, 1 - 0.8208, 1 - 0.817]
// plt.subplot(1, 2, 2)
plt.semilogx(x2, y2, "o-", label=r"$\lambda$")
Italian Trulli
In pattern: SUPERPATTERN

Frequency: 4

Non-data size: 2

Instances


Project Name: jhfjhfj1/autokeras
Commit Name: 4b83c1070cebd0d996ba2cc69779dcb66d5d0032
Time: 2018-05-29
Author: jhfjhfj1@gmail.com
File Name: experiments/parameters.py
Class Name:
Method Name:


Project Name: jhfjhfj1/autokeras
Commit Name: 29207539638be76123e2b9db9fd7cf54ee77c898
Time: 2018-05-25
Author: jin@tamu.edu
File Name: experiments/parameters.py
Class Name:
Method Name: