# python_linear_regression_tensorflow2 **Repository Path**: alpxe/python_tensorflow_linear_regression ## Basic Information - **Project Name**: python_linear_regression_tensorflow2 - **Description**: Python TensorFlow2.x 深度学习编程第一个例子: 线性回归。 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2022-05-26 - **Last Updated**: 2022-05-26 ## Categories & Tags **Categories**: Uncategorized **Tags**: TensorFlow ## README TensorFlow 笔记 深度学习编程第一个例子: 线性回归。 Mac OS Monterey > Intel Core i7 > Python 3.9.7 > TensorFlow 2.9.1 # Requires the latest pip pip install --upgrade pip # Current stable release for CPU and GPU pip install tensorflow ps: 优雅的编程风格~