专栏名称: 机器学习研究会
机器学习研究会是北京大学大数据与机器学习创新中心旗下的学生组织,旨在构建一个机器学习从事者交流的平台。除了及时分享领域资讯外,协会还会举办各种业界巨头/学术神牛讲座、学术大牛沙龙分享会、real data 创新竞赛等活动。
目录
相关文章推荐
51好读  ›  专栏  ›  机器学习研究会

【学习】Tensorflow机器学习宝典的代码

机器学习研究会  · 公众号  · AI  · 2017-02-09 18:29

正文

请到「今天看啥」查看全文



点击上方 “机器学习研究会” 可以订阅哦
摘要

转自:视觉机器人

Table of Contents


Ch 1: Getting Started with TensorFlow

This chapter intends to introduce the main objects and concepts in TensorFlow.  We also introduce how to access the data for the rest of the book and provide additional resources for learning about TensorFlow.

  1. General Outline of TF Algorithms

  • Here we introduce TensorFlow and the general outline of how most TensorFlow algorithms work.

  • Creating and Using Tensors

    • How to create and initialize tensors in TensorFlow.  We also depict how these operations appear in Tensorboard.

  • Using Variables and Placeholders

    • How to create and use variables and placeholders in TensorFlow.  We also depict how these operations appear in Tensorboard.

  • Working with Matrices

    • Understanding how TensorFlow can work with matrices is crucial to understanding how the algorithms work.

  • Declaring Operations

    • How to use various mathematical operations in TensorFlow.

  • Implementing Activation Functions

    • Activation functions are unique functions that TensorFlow has built in for your use in algorithms.

  • Working with Data Sources

    • Here we show how to access all the various required data sources in the book.  There are also links describing the data sources and where they come from.

  • Additional Resources

    • Mostly official resources and papers.  The papers are TensorFlow papers or Deep Learning resources.


    链接:

    https://github.com/nfmcclure/tensorflow_cookbook


    原文链接:

    http://weibo.com/5501429448/EuK0Eamhv?ref=home&rid=14_0_202_2778340358679077824&type=comment#_rnd1486629125881

    “完整内容”请点击【阅读原文】

    ↓↓↓







    请到「今天看啥」查看全文