初步认识Tensorflow

  

  不多说,直接上干货!

  TensorFlow 是一个开源软件库,用于使用数据流图进行数值计算。换句话说,即是构建深度学习模型的最佳方式。

        

Tensorflow的官网

https://www.tensorflow.org/

  

  TensorFlow™ is an open source software library for numerical computation using data flow graphs. Nodes in the graph represent mathematical operations, while the graph edges represent the multidimensional data arrays (tensors) communicated between them. The flexible architecture allows you to deploy computation to one or more CPUs or GPUs in a desktop, server, or mobile device with a single API. TensorFlow was originally developed by researchers and engineers working on the Google Brain Team within Google's Machine Intelligence research organization for the purposes of conducting machine learning and deep neural networks research, but the system is general enough to be applicable in a wide variety of other domains as well。

  翻译过来,就是

  TensorFlow™是使用数据流图进行数值计算的开源软件库。 图中的节点表示数学运算,而图形边缘表示在它们之间传递的多维数据阵列(张量)。 灵活的架构允许您使用单个API将计算部署到桌面,服务器或移动设备中的一个或多个CPU或GPU。 TensorFlow最初是由Google机器智能研究机构的Google Brain团队研究人员和工程师开发的,用于进行机器学习和深层神经网络研究,但该系统普遍足以适用于各种其他领域 好。

  更多详情,大家自行去Tensorflow的官网,

https://www.tensorflow.org/install/
欢迎大家,加入我的微信公众号:大数据躺过的坑     免费给分享
 
 
 

同时,大家可以关注我的个人博客

   http://www.cnblogs.com/zlslch/   和     http://www.cnblogs.com/lchzls/ 

   详情请见:http://www.cnblogs.com/zlslch/p/7473861.html

  人生苦短,我愿分享。本公众号将秉持活到老学到老学习无休止的交流分享开源精神,汇聚于互联网和个人学习工作的精华干货知识,一切来于互联网,反馈回互联网。
  目前研究领域:大数据、机器学习、深度学习、人工智能、数据挖掘、数据分析。 语言涉及:Java、Scala、Python、Shell、Linux等 。同时还涉及平常所使用的手机、电脑和互联网上的使用技巧、问题和实用软件。 只要你一直关注和呆在群里,每天必须有收获

       以及对应本平台的QQ群:161156071(大数据躺过的坑)

 

 

原文地址:https://www.cnblogs.com/zlslch/p/6964770.html