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
backtracking algorithm implementation using matlab
1
+
# Backtracking algorithm
2
+
3
+
### Abstract
4
+
Backtracking algorithm implementation using matlab by my own, without using toolboxs.
5
+
6
+
### Introduction
7
+
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
+
the brack propagation algorithm and the sigmoid function as the activation function.
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.
0 commit comments