TensorFlow预测分析(影印版)

TensorFlow预测分析(影印版)
分享
扫描下方二维码分享到微信
打开微信,点击右上角”+“,
使用”扫一扫“即可将网页分享到朋友圈。
作者: [德]
2018-08
版次: 1
ISBN: 9787564177522
定价: 106.00
装帧: 其他
开本: 16开
纸张: 胶版纸
1人买过
  • 从结构化和非结构化数据中预测分析发现隐藏的 模式,可用于商业智能决策。
      
      
      礼萨·卡里姆著的《TensorFlow预测分析(影印 版)(英文版)》将通过在三个主要部分中运用Tensor
      Flow,帮助你构建、调优和部署预测模型。**部分 包括预测建模所需的线性代数、统计学和概率论知识 。
      
      
      第二部分包括运用监督(分类和回归)和无监督( 聚类)算法开发预测模型。然后介绍如何开发自然语 言处理(NLP)预测模型以及强化学习算法。*后.该 部分讲述如何开发一个基于机器的因式分解**系统 。
      
      
      第三部分介绍**预测分析的深度学习架构,包 括深度神经网络以及高维和序列数据的递归神经网络 。*终,使用卷积神经网络进行预测建模,用于情绪 识别、图像分类和情感分析。 Preface

    Chapter 1: Basic Python and Linear Algebra for

    Predictive Analytics

     A basic introduction to predictive analytics

        Why predictive analytics?

        Working principles of a predictive model

     A bit of linear algebra

        Programming linear algebra

     Installing and getting started with Python

        Installing on Windows

        Installing Python on Linux

        Installing and upgrading PIP (or PIP3)

        Installing Python on Mac OS

        Installing packages in Python

     Getting started with Python

        Python data types

        Using strings in Python

        Using lists in Python

        Using tuples in Python

        Using dictionary in Python

        Using sets in Python

        Functions in Python

        Classes in Python

     Vectors, matrices, and graphs

       Vectors

        Matrices

          Matrix addition

          Matrix subtraction

          Finding the determinant of a matrix

        Finding the transpose of a matrix

        Solving simultaneous linear equations

        Eigenvalues and eigenvectors

     Span and linear independence

     Principal component analysis

     Singular value decomposition

        Data compression in a predictive model using SVD

     Predictive analytics tools in Python

     Summary

    Chapter 2: Statistics, Probability, and Information Theory for

    Predictive Modeling

     Using statistics in predictive modeling

        Statistical models

          Parametric versus nonparametric model

        Population and sample

          Random sampling

          Expectation

        Central limit theorem

          Skewness and data distribution

        Standard deviation and variance

          Covariance and correlation

        Interquartile, range, and quartiles

        Hypothesis testing

          Chi-square tests

          Chi-square independence test

     Basic probability for predictive modeling

        Probability and the random variables

        Generating random numbers and setting the seed

        Probability distributions

          Marginal probability

          Conditional probability

        The chain rule of conditional probability

        Independence and conditional independence

        Bayes' rule

     Using information theory in predictive modeling

        Self-information

          Mutual information

        Entropy

          Shannon entropy

          Joint entropy

          Conditional entropy

          Information gain

        Using information theory

    ……

    Chapter 3: From Data to Decisions - Getting Started with TensorFlow

    Chapter 4: Putting Data in Place -Supervised Learning for Predictive Analvtics

    Chapter 5: Clustering Your Data - Unsupervised Learning for Predictive Analytics

    Chapter 6: Predictive Analytics Pipelines for NLP

    Chapter 7: Using Deep Neural Networks for Predictive Analytics

    Chapter 8: Using Convolutional Neural Networks for Predictive Analvtics

    Chapter 9: Using Recurrent Neural Networks for Predictive Analytics

    Chapter 10: Recommendation Systems for Predictive Analytics

    Chapter 11: Using Reinforcement Learning for Predictive Analytics
  • 内容简介:
    从结构化和非结构化数据中预测分析发现隐藏的 模式,可用于商业智能决策。
      
      
      礼萨·卡里姆著的《TensorFlow预测分析(影印 版)(英文版)》将通过在三个主要部分中运用Tensor
      Flow,帮助你构建、调优和部署预测模型。**部分 包括预测建模所需的线性代数、统计学和概率论知识 。
      
      
      第二部分包括运用监督(分类和回归)和无监督( 聚类)算法开发预测模型。然后介绍如何开发自然语 言处理(NLP)预测模型以及强化学习算法。*后.该 部分讲述如何开发一个基于机器的因式分解**系统 。
      
      
      第三部分介绍**预测分析的深度学习架构,包 括深度神经网络以及高维和序列数据的递归神经网络 。*终,使用卷积神经网络进行预测建模,用于情绪 识别、图像分类和情感分析。
  • 目录:
    Preface

    Chapter 1: Basic Python and Linear Algebra for

    Predictive Analytics

     A basic introduction to predictive analytics

        Why predictive analytics?

        Working principles of a predictive model

     A bit of linear algebra

        Programming linear algebra

     Installing and getting started with Python

        Installing on Windows

        Installing Python on Linux

        Installing and upgrading PIP (or PIP3)

        Installing Python on Mac OS

        Installing packages in Python

     Getting started with Python

        Python data types

        Using strings in Python

        Using lists in Python

        Using tuples in Python

        Using dictionary in Python

        Using sets in Python

        Functions in Python

        Classes in Python

     Vectors, matrices, and graphs

       Vectors

        Matrices

          Matrix addition

          Matrix subtraction

          Finding the determinant of a matrix

        Finding the transpose of a matrix

        Solving simultaneous linear equations

        Eigenvalues and eigenvectors

     Span and linear independence

     Principal component analysis

     Singular value decomposition

        Data compression in a predictive model using SVD

     Predictive analytics tools in Python

     Summary

    Chapter 2: Statistics, Probability, and Information Theory for

    Predictive Modeling

     Using statistics in predictive modeling

        Statistical models

          Parametric versus nonparametric model

        Population and sample

          Random sampling

          Expectation

        Central limit theorem

          Skewness and data distribution

        Standard deviation and variance

          Covariance and correlation

        Interquartile, range, and quartiles

        Hypothesis testing

          Chi-square tests

          Chi-square independence test

     Basic probability for predictive modeling

        Probability and the random variables

        Generating random numbers and setting the seed

        Probability distributions

          Marginal probability

          Conditional probability

        The chain rule of conditional probability

        Independence and conditional independence

        Bayes' rule

     Using information theory in predictive modeling

        Self-information

          Mutual information

        Entropy

          Shannon entropy

          Joint entropy

          Conditional entropy

          Information gain

        Using information theory

    ……

    Chapter 3: From Data to Decisions - Getting Started with TensorFlow

    Chapter 4: Putting Data in Place -Supervised Learning for Predictive Analvtics

    Chapter 5: Clustering Your Data - Unsupervised Learning for Predictive Analytics

    Chapter 6: Predictive Analytics Pipelines for NLP

    Chapter 7: Using Deep Neural Networks for Predictive Analytics

    Chapter 8: Using Convolutional Neural Networks for Predictive Analvtics

    Chapter 9: Using Recurrent Neural Networks for Predictive Analytics

    Chapter 10: Recommendation Systems for Predictive Analytics

    Chapter 11: Using Reinforcement Learning for Predictive Analytics
查看详情
12
相关图书 / 更多
TensorFlow预测分析(影印版)
TensorFlow机器学习实用指南
Alexia;Audevart
TensorFlow预测分析(影印版)
Ten Great Ideas about Chance
Diaconis;Persi;Skyrms;Brian
TensorFlow预测分析(影印版)
TensorFlow全栈开发工程实践——做一个全智全能算法工程师
王艳铭
TensorFlow预测分析(影印版)
TensorFlow+Android经典模型从理论到实战(微课视频版)
董相志;曲海平;董飞桐
TensorFlow预测分析(影印版)
TensorFlow 2机器学习实战:聚焦经济金融科研与产业的深度学习模型
[瑞典]以赛亚·赫尔(Isaiah Hull)著 朱文强 译
TensorFlow预测分析(影印版)
Ten Steps to a Results Based Monitoring and Evaluation System: A Handbook for Development Practitioners
Zall Kusek;Jody;Rist;Ray C
TensorFlow预测分析(影印版)
TensorFlow工程化项目实战活页式教程
李占仓
TensorFlow预测分析(影印版)
TensorFlow与神经网络——图解深度学习的框架搭建、算法机制和场景应用
李昂
TensorFlow预测分析(影印版)
TensorFlow2强化学习手册
(美)普拉文·帕拉尼萨米(Praveen Palanisamy) 著 陈翔 王玺钧 译
TensorFlow预测分析(影印版)
Teaching Classical Ballet
White;John
TensorFlow预测分析(影印版)
Telecare Technologies and the Transformation of Healthcare
Oudshoorn;Nelly
TensorFlow预测分析(影印版)
Teaching Instrumental Music: Developing the Complete Band Program
Jagow;Shelley
您可能感兴趣 / 更多
TensorFlow预测分析(影印版)
最后的世界帝王:神圣罗马帝国皇帝腓特烈二世传
[德]奥拉夫·B. 拉德 后浪
TensorFlow预测分析(影印版)
莱布尼兹微积分 科学元典丛书
[德]莱布尼兹 著;李保滨 汉 译
TensorFlow预测分析(影印版)
卖遮阳篷的人【当当定制明信片x2】
[德]扬·魏勒 著;酷威文化 出品
TensorFlow预测分析(影印版)
宇航员说宇宙:疯狂的物理世界(有趣的现象和原理,上百个挑战常识的物理谜题,解密生活奇妙现象)
[德]乌尔里希·沃尔特
TensorFlow预测分析(影印版)
宇航员说宇宙:穿越地狱(太空神奇体验,违背常识的航天真相,脑洞大开的宇宙实验,德国《明镜》畅销作家)
[德] 乌尔里希·沃尔特
TensorFlow预测分析(影印版)
露营万岁(一本帮助孩子了解露营,亲近自然的绘本故事)
[德]菲利普·韦希特
TensorFlow预测分析(影印版)
海外中国研究·以竹为生:一个四川手工造纸村的20世纪社会史(海外中国研究丛书精选版第四辑)
[德]艾约博(Jacob Eyferth) 著;韩巍 译;吴秀杰 校
TensorFlow预测分析(影印版)
辩证法导论
[德]阿多诺 著 [德]克里斯托夫·齐尔曼 编 谢永康、彭晓涛 译
TensorFlow预测分析(影印版)
蘑菇:一部真菌奇幻史
[德]格雷格·马利 著;朱豆豆 译
TensorFlow预测分析(影印版)
少年维特之烦恼: 中小学生课外阅读书籍世界经典文学名著青少年儿童文学读物故事书名家名译原汁原味读原著
[德]歌德 著
TensorFlow预测分析(影印版)
乐高幻影忍者第67集(附乐高原装玩具)
[德]Blue Ocean公司 王旭 译
TensorFlow预测分析(影印版)
乐高幻影忍者第59集(附乐高原装玩具)
[德]Blue Ocean公司 王旭 译