Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 468 Bytes

README.md

File metadata and controls

24 lines (17 loc) · 468 Bytes

Machine Learning Frameworks Test

Prediction even or odd number using Machine Learning Frameworks.

  • example1.py: PyTorch (int to binary)
  • example2.py: TensorFlow (int to binary)
  • example3.py: TinyGrad (int to binary)
  • example4.py: TinyGrad (one-hot encoding)

Installation

uv sync

Usage

uv run python example1.py