First commit

This commit is contained in:
2020-05-24 18:47:27 +02:00
parent cc23dddc1b
commit d13081765a
9 changed files with 1184 additions and 2 deletions

3
n_network/__init__.py Normal file
View File

@@ -0,0 +1,3 @@
from .Neural_Network import N_Network
from .Metrics import Metrics
from .Utils import plot_decision_boundary, one_hot