Skip to content

Commit ea1fcee

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 70f2b0c commit ea1fcee

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

neural_network/radial_basis_function_neural_network.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
21
"""
32
Radial Basis Function Neural Network (RBFNN)
43
@@ -12,7 +11,6 @@
1211
- Wikipedia https://en.wikipedia.org/wiki/Radial_basis_function_network
1312
"""
1413

15-
1614
import numpy as np
1715

1816

0 commit comments

Comments
 (0)