Skip to content

Commit

Permalink
Update mkdocs.yml and linear_regression.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mrabdullahsahin committed Jan 2, 2020
1 parent 99e2d43 commit 0922733
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/scikit-learn/linear_regression/linear_regression.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Lineer regresyon ile amacımız verilmiş olan x’leri ve y’leri kullanarak w

Lineer regresyonda w değer­lerini öyle bir şek­ilde bulun­malı ki tah­min edilen y değeri ile gerçek y değeri arasın­daki hata min­i­mum olsun. Bu durumda asıl amacımız gerçek y değer­leri ile tah­min edilen y değer­leri arasın­daki farkı göstere­cek olan maliyet fonksiy­onunu (cost func­tion) min­i­mize etmek. Maliyet fonksiy­onu şu şek­ilde gösterilmektedir:

![title](maliyet_fonksiyonu.png)
![](maliyet_fonksiyonu.png)

Buradaki nota­sy­on­lar şun­ları ifade etmektedir:

Expand All @@ -34,7 +34,7 @@ import matplotlib.pyplot as plt
import numpy as np
```

## Adım 2
### Adım 2


```python
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,9 @@ nav:
- NumPy: numpy/numpy.md
- Pandas: pandas/pandas.md
- Matplotlib: matplotlib/matplotlib.md
- Scikit-Learn:
- Classification:
- Linear Regression: scikit-learn/linear_regression/linear_regression.md
- Referanslar: referanslar.md
- Değişiklik Kaydı: changelog.md

Expand Down

0 comments on commit 0922733

Please sign in to comment.