数据结构入门最佳书籍

Introduction

介绍

I get asked a lot what resources I recommend for people who want to start their Data Science journey. This section enlists books I recommend you should read at least once in your life as a Data Scientist.

我被很多人问到了我为想要开始数据科学之旅的人们推荐哪些资源。 本节列出了一些书,我建议您作为数据科学家一生中至少应阅读一遍。

Do you need to read these books to learn to be a Data Scientist? The answer is: no. There are plenty of tutorials and free material online that is as good as these books. However, if you can afford to buy them and can read them as supplementary material they can become a very good resource to learn. Unlike online tutorials, these books have a structure and teach concepts in an organized and structured manner. This means instead of wasting time searching the internet to find good tutorials you can spend this time learning.

您需要阅读这些书才能学习成为一名数据科学家吗? 答案是不。 在线上有很多教程和免费资料,与这些书籍一样好。 但是,如果您有能力购买它们并可以阅读它们作为补充材料,那么它们可以成为学习的很好资源。 与在线教程不同,这些书具有结构化和以有组织和结构化的方式讲授概念。 这意味着您可以花时间学习,而不是浪费时间在互联网上寻找好的教程。

The books I recommend here cover the main topics that you will need to master as a Data Scientist: programming (python), data analysis, and Machine Learning (including deep learning). I know there are plenty of books on each topic but those are the ones that I have used in my learning journey and I can truly recommend them.

我在这里推荐的书涵盖了您作为数据科学家需要掌握的主要主题:编程(python),数据分析和机器学习(包括深度学习)。 我知道每个主题都有很多书,但是这些都是我在学习过程中使用的书,我可以真正推荐它们。

Python Programming

Python编程

Amazon (affiliate link)亚马逊 (会员链接)

As a Data Scientist, you should be primarily a good programmer or at least work towards achieving programming proficiency at least in one language. I recommend learning python for its common usage in the Data Science and relatively simple learning curve.

作为数据科学家,您应该首先是一名优秀的程序员,或者至少要努力实现至少一种语言的编程能力。 我建议学习python,以了解它在数据科学中的常用用法以及相对简单的学习曲线。

This book is like a python bible. It has around 1600 pages and covers all basic and more advanced python concepts.

这本书就像Python圣经。 它大约有1600页,涵盖了所有基本和更高级的python概念。

It is a good book for someone starting with python as it has in-depth explanations of the language and programming concepts, and the content is presented in a simple understandable manner.

对于从python开始的人来说,这是一本好书,因为它对语言和编程概念有深入的说明,并且内容以简单易懂的方式呈现。

It will also be a very good revision for someone who has been working with python for a while but wants to get better at it, improve the understanding of the language and common concepts especially Object-Oriented Programming.

对于已经使用python一段时间但想要更好地使用它,提高对语言和通用概念(尤其是面向对象编程)的理解的人来说,这将是一个很好的修订。

You can get this book from here (affiliate link).

您可以从这里获得这本书(会员链接)。

Data Analysis

数据分析

Amazon (affiliate link)亚马逊 (会员链接)

This book covers almost everything that concerns data analysis, data cleaning, and data preprocessing with pandas. And what do Data Science do most of the time?

本书涵盖了几乎所有涉及数据分析,数据清理以及使用熊猫进行数据预处理的内容。 数据科学在大多数情况下会做什么?

Unfortunately or fortunately, we spend most of the time preparing data for fitting in Machine Learning algorithms. This book covers it all, and just enough python for data analyst or junior Data Scientist to get familiar with programming and libraries popular for data analysis.

不幸的是,幸运的是,我们大部分时间都在准备数据以适合机器学习算法。 本书涵盖了所有内容,并且足够供数据分析人员或初级数据科学家使用python,以熟悉流行于数据分析的程序和库。

Additionally, this book has been written by Wes McKinney who is the author of pandas package. And who would be the best person to learn data analysis from if not the author of one of the most popular python data analysis library that has been created.

此外,这本书是由熊猫包装的作者韦斯·麦金尼(Wes McKinney)撰写的。 如果不是创建的最受欢迎的python数据分析库之一的作者,谁将是学习数据分析的最佳人选。

You can get this book from here (affiliate link).

您可以从这里获得这本书(会员链接)。

Machine Learning

机器学习

Amazon (affiliate link).亚马逊 (会员链接)。

If you were to buy only one book about Machine Learning that would be my choice.

如果您只购买一本有关机器学习的书,那将是我的选择。

It could be a book for a beginner Data Scientist wanting to have an overview of Machine Learning algorithms and how to implement them on real-life examples using scikit-learn.

它可能是一本针对初学者数据科学家的书,该书希望概述机器学习算法以及如何使用scikit-learn在实际示例中实现它们。

It is also a good revision for someone who is already familiar with Machine Learning concepts and wants a book for quick references and review.

对于已经熟悉机器学习概念并且想要一本书以便快速参考和复习的人来说,这也是一个很好的修订。

Additionally, it has a fantastic second section that focuses on od deep learning with Keras and TensorFlow.

此外,它还有一个精彩的第二部分,重点介绍了使用Keras和TensorFlow进行深度学习。

You can get this book from here (affiliate link).

您可以从这里获得这本书(会员链接)。

Other topics in Data Science

数据科学中的其他主题

Being a Data Scientist does not involve only python programming, data analysis, and Machine Learning. There are other topics that you should master in this profession. The first areas that come to my mind are Maths and Statistics.

成为数据科学家不仅仅涉及python编程,数据分析和机器学习。 在这个专业中,您还应该掌握其他主题。 我想到的第一个领域是数学和统计学。

​I am not recommending any books on those topics as I have been relying on my high school and university knowledge with those, and supplying this knowledge with online tutorials and resources. If I read any good books on those topics I will update this list.

``我不推荐任何有关这些主题的书,因为我一直依赖于我的高中和大学知识,并向这些知识提供在线教程和资源。 如果我阅读了有关这些主题的好书,则将更新此列表。

Originally published at https://www.aboutdatablog.com on August 19, 2020.

本来在发表 https://www.aboutdatablog.com 于2020年8月19日。

PS: I am writing articles that explain basic Data Science concepts in a simple and comprehensible on aboutdatablog.com. If you liked this article there are some other ones you may enjoy:

PS:我写的文章在 aboutdatablog.com 上以简单易懂的方式解释了基本的数据科学概念如果您喜欢这篇文章,您可能还会喜欢其他一些文章:

翻译自: https://towardsdatascience.com/best-data-science-books-be1ab472876d

数据结构入门最佳书籍


http://www.taodudu.cc/news/show-997399.html

相关文章:

  • 多重插补 均值插补_Feature Engineering Part-1均值/中位数插补。
  • 客户行为模型 r语言建模_客户行为建模:汇总统计的问题
  • 多维空间可视化_使用GeoPandas进行空间可视化
  • 机器学习 来源框架_机器学习的秘密来源:策展
  • 呼吁开放外网_服装数据集:呼吁采取行动
  • 数据可视化分析票房数据报告_票房收入分析和可视化
  • 先知模型 facebook_Facebook先知
  • 项目案例:qq数据库管理_2小时元项目:项目管理您的数据科学学习
  • 查询数据库中有多少个数据表_您的数据中有多少汁?
  • 数据科学与大数据技术的案例_作为数据科学家解决问题的案例研究
  • 商业数据科学
  • 数据科学家数据分析师_站出来! 分析人员,数据科学家和其他所有人的领导和沟通技巧...
  • 分析工作试用期收获_免费使用零编码技能探索数据分析
  • 残疾科学家_数据科学与残疾:通过创新加强护理
  • spss23出现数据消失_改善23亿人口健康数据的可视化
  • COVID-19研究助理
  • 缺失值和异常值的识别与处理_识别异常值-第一部分
  • 梯度 cv2.sobel_TensorFlow 2.0中连续策略梯度的最小工作示例
  • yolo人脸检测数据集_自定义数据集上的Yolo-V5对象检测
  • 图深度学习-第2部分
  • 量子信息与量子计算_量子计算为23美分。
  • 失物招领php_新奥尔良圣徒队是否增加了失物招领?
  • 客户细分模型_Avarto金融解决方案的客户细分和监督学习模型
  • 梯度反传_反事实政策梯度解释
  • facebook.com_如何降低电子商务的Facebook CPM
  • 西格尔零点猜想_我从埃里克·西格尔学到的东西
  • 深度学习算法和机器学习算法_啊哈! 4种流行的机器学习算法的片刻
  • 统计信息在数据库中的作用_统计在行业中的作用
  • 怎么评价两组数据是否接近_接近组数据(组间)
  • power bi 中计算_Power BI中的期间比较

数据结构入门最佳书籍_最佳数据科学书籍相关推荐

  1. python 数据科学书籍_您必须在2020年阅读的数据科学书籍

    python 数据科学书籍 "We're entering a new world in which data may be more important than software.&qu ...

  2. 如何选择python书籍_如何选择一本优质的数据科学书籍

    怎样 选书 选择一本合适 的数据科学书至关重要,一本不适合 的书会糜费 你的时间以及肉体 . 有时分 ,书的大纲可能正合你意.但是随着你深化 阅读时,可能会发现作者只触及了表面 ,并不够深化 .这种状 ...

  3. python 数据科学书籍_5本免费书籍,使您的数据科学技能更上一层楼

    python 数据科学书籍 As things stand, I am nowhere near where I aspire to reach as a Data Scientist. In my ...

  4. 数据科学学习心得_学习数据科学时如何保持动力

    数据科学学习心得 When trying to learn anything all by yourself, it is easy to lose motivation and get thrown ...

  5. 推荐你10本机器学习和数据科学书籍,确定不看一下么?(附资料)

    是时候让你的书架上新增几本机器学习和数据科学书籍了,KDnuggets 网站编辑 Matthew Mayo 挑选了 10 本机器学习和数据科学相关的书籍.这些书籍都是免费的,对机器学习和数据科学感兴趣 ...

  6. 工程师必读书籍_最佳软件工程师必读书籍

    工程师必读书籍 以下是必读软件工程书籍的CodeBuild选择. 书籍根据其内容和描述进行分组. 相关书籍 对于每位软件工程师来说,这些Robert C. Martin和Gang of Four书籍都 ...

  7. 大数据数据科学家常用面试题_进行数据科学工作面试

    大数据数据科学家常用面试题 During my time as a Data Scientist, I had the chance to interview my fair share of can ...

  8. 熊猫数据集_为数据科学拆箱熊猫

    熊猫数据集 If you are already familiar with NumPy, Pandas is just a package build on top of it. Pandas pr ...

  9. 20本机器学习与数据科学书籍

    20本机器学习与数据科学必读书籍 高校的暑假即将来临,有没有想利用这个暑假为自己充电,为未来的自己赢在起跑线上,成为人工智能界的人生赢家呢?来自 KDnuggets 的 Matthew Mayo 就提 ...

最新文章

  1. numpy.random.choice用法
  2. 手把手教你在Tensorflow实现BEGAN 达到惊人的人脸图像生成效果
  3. Daydream VR
  4. [解决方案]SystemError: Parent module ‘‘ not loaded, cannot perform relative import的解决方案
  5. [JAVA]引入目录下所有jar包等问题
  6. Bootstrap学习之二:栅格化布局
  7. 2015年上半年总结
  8. Deep Learning快速学习方法
  9. [数据恢复答疑]删除了WINDOWS桌面上的文件,该如何恢复数据
  10. 转载 DOS/BAT批处理if exist else 语句的几种用法
  11. 毛星云opencv第二章总结
  12. C++——判身份证号码真伪
  13. 树的计数 Prufer序列+Cayley公式
  14. 一个劣质24V电源引发的悲剧:主板南桥烧了
  15. Poser v7.0 1DVD(3D 角色动画)
  16. 为什么神经网络的激活函数必须使用非线性函数?
  17. 新中新DKQ-A16D身份证读卡器C#对接程序出坑记
  18. web UI自动化 python+selenium 爬取网易云排行榜歌曲列表
  19. 从“及其所之既倦”到“吾生也有涯,而知也无涯”
  20. 2022最新企业发卡网源码+直接搭建可用

热门文章

  1. Codeforces- Educational Codeforces Round 69
  2. SVN Cannot merge into a working copy that has local modifications
  3. iOS https双向配置
  4. 文件的输入/输出操作
  5. ELK7.8.1的Docker搭建过程
  6. Elk7.2 Docker
  7. DotNetBar office2007效果
  8. Node.js学习之(第二章:exports和module.exports)
  9. Linux基线合规检查中各文件的作用及配置脚本
  10. let与expr命令的用法与实战案例