Skip to content

Commit eb00f42

Browse files
authored
[ADD] Basic readme
1 parent 1da7d93 commit eb00f42

File tree

1 file changed

+11
-2
lines changed

1 file changed

+11
-2
lines changed

README.md

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,11 @@
1-
# backtracking_algorithm
2-
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

Comments
 (0)