美文网首页Python 机器学习极简教程 · TensorFlow 极简教程 · 学习笔记专题列表页
TensorFlow is an open source software library for numerical computation using data flow graphs. The graph nodes represent mathematical operations, while the graph edges represent the multidimensional data arrays (tensors) that flow between them. This flexible architecture enables you to deploy computation to one or more CPUs or GPUs in a desktop, server, or mobile device without rewriting code. TensorFlow also includes TensorBoard, a data visualization toolkit.
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. The system is general enough to be applicable in a wide variety of other domains, as well.
https://github.com/tensorflow/tensorflow
24
2018-06-06
安装 TensorFlow 我们已在如下配置的 64 位笔记本电脑/台式机操作系统中构建并测试过 TensorFl...[作者空间]
991
2018-04-22
英文原版:https://github.com/vinta/awesome-python中文版:https://g...[作者空间]
36
2018-03-08
非线性方程的拟合,例如 y=x^2+0.5x+1 , 就是将x^2看作X的一个特征值 scikit-learn中的...[作者空间]
220
2018-03-05
前些天完成了《机器学习实战》这本书的学习,也利用 Python3 实现了各个章节的代码,对传统的机器学习方法有了更...[作者空间]
537
2018-01-22
Python 资源大全中文版 我想很多程序员应该记得 GitHub 上有一个 Awesome - XXX 系列的资...[作者空间]
93
2017-12-06
转自:数据派THUID:DatapiTHU 你是一名希望开始或者正在学习机器学习的Java程序员吗? 利用机器学习...[作者空间]
163
2017-05-11
你希望学习文本挖掘,却发现大多数教程难度跨度很大?或者说你找不到心仪的数据集? 本文将会通过 8 个小贴士帮助你走...[作者空间]
8501
2016-11-29
在中文的文本挖掘中,对海量文本进行准确分词是其中至关重要一步。当前的Python语言下存在多种开源文本分析包,其中...[作者空间]
64613
2015-11-16
为了自己以后应用的方便,于是将这篇文章转载到这里。Python 网页爬虫 & 文本处理 & 科学计算 & 机器学习...[作者空间]