Skip to content

Commit d42aaf7

Browse files
authored
Update README.md
1 parent 01655e4 commit d42aaf7

File tree

1 file changed

+10
-4
lines changed

1 file changed

+10
-4
lines changed

README.md

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,21 @@ Our company has been created back in 2007. Initial work was done in web developm
55
### Logistic Regression
66

77
```markdown
8+
Syntax highlighted code block
89

9-
Logistic Regression model computes a weighted sum of the input features (plus a bias term)
10+
# Header 1
11+
## Header 2
12+
### Header 3
1013

11-
$$\\hat{p} = h_\\theta(X) = \\sigma(\\theta ^ T * X)$$
14+
- Bulleted
15+
- List
1216

13-
The logistic or the logit, noted σ(·) is a sigmoid function that outputs a number between 0 and 1.
17+
1. Numbered
18+
2. List
1419

15-
$$\\sigma(t) = \\frac{1}{1 + \\exp ( - t )} $$
20+
**Bold** and _Italic_ and `Code` text
1621

22+
[Link](url) and ![Image](src)
1723
```
1824

1925
### Support or Contact

0 commit comments

Comments
 (0)