You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -8,4 +8,4 @@ Backtracking algorithm implementation using matlab by my own, without using tool
8
8
In this repo you will find a set of functions that allow you build a neural network, to regression or clasiffication problemas, using
9
9
the brack propagation algorithm and the sigmoid function as the activation function.
10
10
11
-
The structures and functions developed are all fully parametrized so you can desing your own neuarl network architecture, and implement other activation function and use them easily.
11
+
The structures and functions developed are all fully parametrized so you can desing your own neural network architecture, and implement other activation function and use it easily.
0 commit comments