Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
EliasNowak authored Jun 12, 2023
1 parent 3f750ed commit c08c366
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,15 @@

- Model

$$f_{w,b}(x^{(i)}) = wx^{(i)} + b \tag{2}$$
$$f_{w,b}(x^{(i)}) = wx^{(i)} + b $$

- Parameters

w,b

- cost function

$$J(w,b) = \frac{1}{2m} \sum\limits_{i = 0}^{m-1} (f_{w,b}(x^{(i)}) - y^{(i)})^2 \tag{1}$$
$$J(w,b) = \frac{1}{2m} \sum\limits_{i = 0}^{m-1} (f_{w,b}(x^{(i)}) - y^{(i)})^2 $$

- goal:

Expand Down

0 comments on commit c08c366

Please sign in to comment.