Skip to content
Snippets Groups Projects
Commit 4c3e0caf authored by s204797's avatar s204797
Browse files

Update file ex8_3_3.py

parent 0d3d9af3
No related branches found
No related tags found
No related merge requests found
......@@ -7,7 +7,7 @@ from scipy.io import loadmat
from dtuimldmtools import dbplotf, train_neural_net, visualize_decision_boundary
filename = importlib_resources.files("dtuimldmtools").joinpath("data/data/synth2.mat")
filename = importlib_resources.files("dtuimldmtools").joinpath("data/synth2.mat")
# Load Matlab data file and extract variables of interest
mat_data = loadmat(filename)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment