项目作者: lukkyy
项目描述 :
TensorFlow学习笔记和自己的一些理解(Introduction to TensorFlow for Artificial Intelligence, Machine Learning, and Deep Learning)
高级语言: Python
项目地址: git://github.com/lukkyy/TensorFlow_example.git
Tensorflow
安装
pip install tensorflow 默认装最稳定版(1.13.0)
!pip install tensorflow==2.0.0-alpha0
TensorFlow_example