jostmey/NakedTensor
A minimal tutorial series demonstrating linear regression with gradient descent using TensorFlow.

Velocity · 7d
+0.7
★ / day
Trend
→steady
star history
The repository provides three progressively advanced examples of fitting a line to data using gradient descent in TensorFlow. It starts with a serial implementation using Python loops, progresses to tensor operations for parallel execution, and culminates with scaling to 8 million datapoints. The project serves as a hands-on introduction to TensorFlow’s core concepts and distributed computing capabilities.