Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 457 Bytes

README.md

File metadata and controls

16 lines (12 loc) · 457 Bytes

basic-ML-with-tensorflow

Using Tensroflow and ipynb widget, easily understand how Machine learning works.

PREREQUISITES

  1. python3
  2. tensorflow 1.0 >=
  3. jupyter notebook

NOTICE

  1. All the descriptions of each algorithm are written in Korean.
  2. This repository is under way, so it's not complete work.

Current Situation

  1. Linear regression : basic regression, make samples in widget and plot how the line learns
  2. Logistic regression