Skip to content

Latest commit

 

History

History
44 lines (41 loc) · 820 Bytes

README.md

File metadata and controls

44 lines (41 loc) · 820 Bytes

Expert mode of Tensorflow

I used expert mode of Tensorflow to solve these problems:

  • Mnist
  • Cifar10
  • Titanic

How to install

Run this command:

pip install -r requirements.txt

Results

Problem Train Loss Train Accuracy Test Loss Test Accuracy
Mnist 0.0093 0.997 0.0577 0.9839
Cifar10 0.3794 0.8631 1.0514 0.7336
Titanic 0.3321 0.8525 0.4769 0.8492