We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 01655e4 commit d42aaf7Copy full SHA for d42aaf7
README.md
@@ -5,15 +5,21 @@ Our company has been created back in 2007. Initial work was done in web developm
5
### Logistic Regression
6
7
```markdown
8
+Syntax highlighted code block
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
13
-$$\\hat{p} = h_\\theta(X) = \\sigma(\\theta ^ T * X)$$
14
+- Bulleted
15
+- List
16
-The logistic or the logit, noted σ(·) is a sigmoid function that outputs a number between 0 and 1.
17
+1. Numbered
18
+2. List
19
-$$\\sigma(t) = \\frac{1}{1 + \\exp ( - t )} $$
20
+**Bold** and _Italic_ and `Code` text
21
22
+[Link](url) and 
23
```
24
25
### Support or Contact
0 commit comments