umutkaanbaser / regression

pythonda tensorflow ile derin tahmin ve basit doğrusal tahmin yapalım | Let's do deep regression and simple linear regression with tensorflow in python

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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 ?

About

pythonda tensorflow ile derin tahmin ve basit doğrusal tahmin yapalım | Let's do deep regression and simple linear regression with tensorflow in python


Languages

Language:Python 100.0%