8月 | O'Reilly好书推荐[每月送书]

O'Reilly读者俱乐部联合图灵教育8月好书推荐!


以下是小编为O'Reilly粉丝整理的一期O'Reilly书单,一共7本,包含各个领域,有基于Python的深度学习入门书,还有R数据科学领域传奇人物著作,有SQL经典书重新出版,也有数据分析畅销书全新升级...


看完介绍,在这里留个言,还有机会参加赠书活动哟,具体规则见文末。


深度学习入门:基于Python的理论与实现

Deep Learning from Scratch

640?wx_fmt=png


作者:斋藤康毅

译者:陆宇杰


  • 日本深度学习入门经典畅销书,原版上市不足 2 年印刷已达100 000册

  • 长期位列日亚“人工智能”类图书榜首,超多五星好评

  • 使用Python 3,尽量不依赖外部库或工具,从零创建一个深度学习模型

  • 相比AI圣经“花书”,本书更合适入门


R数据科学

R for Data Science: Visualize, Model, Transform, Tidy, and Import Data

640?wx_fmt=png


作者:哈德利•威克姆,加勒特•格罗勒芒德
译者:陈光欣


“Hadley Wickham是数据科学领域内的传奇人物,发明了一套全新的数据分析方法。他与Garrett Grolemund合著的这本书详细阐明了这种新方法,被数据分析者奉为圣经。”

 ——Roger D. Peng,约翰霍普金斯大学教授


“建议初次接触R的人都看看这本书中的R代码。作者详细说明了在R中处理数据的基本原则。” 

——J.J.Allaire,RStudio创始人、CEO


  • 原版亚马逊数学与统计畅销榜榜首图书

  • 原版豆瓣评分9.3

  • 摒弃其他R语言工具书从头到尾讲统计的陋习

  • 从实用的R包出发,带你重新认识R和数据科学


SQL 经典实例

SQL Cookbook

640?wx_fmt=png


作者:Anthony Molinaro

译者:刘春辉


  • 原版亚马逊其他数据库榜首图书

  • 长达九年的一线SQL开发经验总结

  • 系统讲解数据库操作,通过大量实例全面讲解SQL


本书详细介绍了各种数据库的SQL查询技术和一些基础的SQL查询语句,并且通过实例操作的方式讲解了如何插入、更新和删除数据等相关知识。另外,本书还介绍了如何使用SQL语句进行日期处理,以及一些其他的SQL语句查询操作,能够帮助你掌握相关的SQL知识。


Spark高级数据分析(第2版)

Advanced Analytics with Spark: Patterns for Learning from Data at Scale, 2E

640?wx_fmt=png


作者:Sandy Ryza,Uri Laserson,Sean Owen,Josh Wills

译者:龚少成,邱鑫


  • 知名数据公司 Cloudera 数据科学家联合执笔

  • Spark 大规模数据分析实战宝典

  • 新版针对 Spark 近年来的发展,对样例代码和所使用的资料进行了大量更新


Hadoop数据分析

Data Analytics with Hadoop

640?wx_fmt=png


作者:Benjamin Bengfort , Jenny Kim
译者:王纯超

  • 针对数据分析介绍分布式计算涉及的大量概念、工具和技术

  • 以数据科学的视角介绍 Hadoop 集群计算和分析


Python测试驱动开发(第2版)

Test-Driven Development with Python  2E

640?wx_fmt=png

作者:Harry J. W. Percival

译者:安道 


  • 原版亚马逊全五星好评

  • 一套完整的Python开发现代Web应用的最佳实践速成课程

  • 掌握TDD理念,让Python代码简洁可用 


JSON实战

JSON at Work: Practical Data Integration for the Web

640?wx_fmt=png


作者:汤姆•马尔斯

译者:邵钏


JSON已经成为RESTful接口设计的事实标准,并在互联网数据交换领域日益受亲睐,是搭建优雅、高效应用程序的得力工具。


  • JSON实战指南

  • 全面掌握JSON强大功能的不二之选


✧  ✧  

每月送书规则--

文章最后留言:

✴︎ 说说你喜欢的是哪本动物书

✴︎ 或者你读过的哪本书值得推荐给其它伙伴

✴︎ 或者就是你最想告诉我们的话

我们会在所有留言中选取5名幸运者

赠送动物书一本+书签一套

本次活动送出5本精选书,中奖机会多,

喜欢O'Reilly的伙伴,广播给你的朋友吧!


活动两周,到8月17日晚8点截止!

O'Reilly美美的小动物书签等你领回家 ☺︎

640?wx_fmt=jpeg

中奖名单会在8月20日公众号文章末尾公布。

查看图灵更多IT好书

640?wx_fmt=jpeg

640?wx_fmt=png

  • 0
    点赞
  • 1
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
What exactly is data science? With this book, you’ll gain a clear understanding of this discipline for discovering natural laws in the structure of data. Along the way, you’ll learn how to use the versatile R programming language for data analysis. Whenever you measure the same thing twice, you get two results—as long as you measure precisely enough. This phenomenon creates uncertainty and opportunity. Author Garrett Grolemund, Master Instructor at RStudio, shows you how data science can help you work with the uncertainty and capture the opportunities. You’ll learn about: Data Wrangling—how to manipulate datasets to reveal new information Data Visualization—how to create graphs and other visualizations Exploratory Data Analysis—how to find evidence of relationships in your measurements Modelling—how to derive insights and predictions from your data Inference—how to avoid being fooled by data analyses that cannot provide foolproof results Through the course of the book, you’ll also learn about the statistical worldview, a way of seeing the world that permits understanding in the face of uncertainty, and simplicity in the face of complexity. Table of Contents Part I. Explore Chapter 1. Data Visualization with ggplot2 Chapter 2. Workflow: Basics Chapter 3. Data Transformation with dplyr Chapter 4. Workflow: Scripts Chapter 5. Exploratory Data Analysis Chapter 6. Workflow: Projects Part II. Wrangle Chapter 7. Tibbles with tibble Chapter 8. Data Import with readr Chapter 9. Tidy Data with tidyr Chapter 10. Relational Data with dplyr Chapter 11. Strings with stringr Chapter 12. Factors with forcats Chapter 13. Dates and Times with lubridate Part III. Program Chapter 14. Pipes with magrittr Chapter 15. Functions Chapter 16. Vectors Chapter 17. Iteration with purrr Part IV. Model Chapter 18. Model Basics with modelr Chapter 19. Model Building Chapter 20. Many Models with purrr and broom Part V. Communicate Chapter 21. R Markdown Chapter 22. Graphics for Communication with ggplot2 Chapter 23. R Markdown Formats Chapter 24. R Markdown Workflow

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值