Skip to content

Latest commit

 

History

History
27 lines (23 loc) · 1.19 KB

README.md

File metadata and controls

27 lines (23 loc) · 1.19 KB

Tahmin algoritmaları | Regression algorithms

Merhabalar! Bu dökümanda youtube üzerinden de işlemiş olduğumuz basit doğrusal tahmin ve derin tahmin algoritmalarıyla motor verimliliğini tahmin etmek üzere proje yaptım.

Hello! In this document, I made a project to estimate engine efficiency with simple linear regression and deep regression algorithms that we have processed on youtube.

Gerekli Modüller | Required Modules

tensorflow 2.5.0
numpy 1.19.5
pandas 1.3.5
matplotlib 3.5.0

pip install tensorflow
pip install numpy
pip install pandas
pip install matplotlib

Kazanımlar | Gains

  • Python ile basit doğrusal tahmin ve derin tahmin modelleri nasıl oluşturulur, Tensorflow ile tahmin modelleri nasıl yapılır ?
  • Derin yapay sinir ağı nasıl oluşturulur ?
  • Ortalama mutlak hata nedir, derin modellerde nasıl kullanılır ?
  • Pandas ile veriler nasıl işlenir ?