TensorFlow基础

TensorFlow基础

简介

TensorFlow是Google开源的一个深度学习框架,里面有完整的数据流向与处理机制,同时还封装了大量高效可用的算法及神经网络搭建方面的函数,可以在此基础之上进行深度学习的开发与研究。

安装

1
2
3
4
$ pip3 install tensorflow==2.0.0
$ pip3 install matplotlib

$ jupyter notebook
updatedupdated2024-05-102024-05-10