diff --git a/__pycache__/data.cpython-39.pyc b/__pycache__/data.cpython-39.pyc new file mode 100644 index 0000000..2689be1 Binary files /dev/null and b/__pycache__/data.cpython-39.pyc differ diff --git a/__pycache__/loss.cpython-39.pyc b/__pycache__/loss.cpython-39.pyc new file mode 100644 index 0000000..aa896eb Binary files /dev/null and b/__pycache__/loss.cpython-39.pyc differ diff --git a/__pycache__/mu.cpython-39.pyc b/__pycache__/mu.cpython-39.pyc new file mode 100644 index 0000000..fc86a79 Binary files /dev/null and b/__pycache__/mu.cpython-39.pyc differ diff --git a/__pycache__/n2ulayer.cpython-39.pyc b/__pycache__/n2ulayer.cpython-39.pyc new file mode 100644 index 0000000..ae59add Binary files /dev/null and b/__pycache__/n2ulayer.cpython-39.pyc differ diff --git a/main.py b/main.py index df34065..855f178 100644 --- a/main.py +++ b/main.py @@ -68,7 +68,7 @@ import matplotlib.pyplot as plt plt.plot(p[:,0],p[:,1],".",alpha=0.75) plt.title(str(loss)) -plt.how() +plt.show() diff --git a/show.py b/show.py index bc756dc..da5b4b9 100644 --- a/show.py +++ b/show.py @@ -1,7 +1,7 @@ import matplotlib.pyplot as plt -from data2 import data +from data import data from loss import numpyloss2d @@ -15,7 +15,7 @@ def plotone(x,y,show=True): plotone(x,y) plotone(x,z) plotone(y,z) -print("desired") +plt.title("desired") plotone(x,y-z)