Data science - Wikipedia

  • https://en.wikipedia.org/wiki/Data_science
  • Data science, also known as data-driven science, is an interdisciplinary field of scientific methods, processes, algorithms and systems to extract knowledge or insights from data in various forms, either structured or unstructured, similar to data mining.

数据学和数据科学_百度百科

  • https://baike.baidu.com/item/%E6%95%B0%E6%8D%AE%E5%AD%A6%E5%92%8C%E6%95%B0%E6%8D%AE%E7%A7%91%E5%AD%A6/3565373?fr=aladdin
  • 数据学(Dataology)和数据科学(DataScience)是关于数据的科学,定义为研究探索Cyberspace中数据界奥秘的理论、方法和技术。
  • 主要有两个内涵:一个是研究数据本身;另一个是为自然科学和社会科学研究提供一种新方法,称为科学研究的数据方法。

什么是数据科学?数据科学的基本内容 - CSDN博客

  • https://blog.csdn.net/op07p6aaqo9u71/article/details/78373737
  • 什么是数据科学?它和已有的信息科学、统计学、机器学习等学科有什么不同?作为一门新兴的学科,数据科学依赖两个因素:一是数据的广泛性和多样性;二是数据研究的共性。现代社会的各行各业都充满了数据,这些数据的类型多种多样,不仅包括传统的结构化数据,也包括网页、文本、图像、视频、语音等非结构化数据。数据分析本质上都是在解反问题,而且通常是随机模型的反问题,因此对它们的研究有很多共性。例如,自然语言处理和生物大分子模型都用到隐马尔科夫过程和动态规划方法,其最根本的原因是它们处理的都是一维随机信号;再如,图像处理和统计学习中都用到的正则化方法,也是处理反问题的数学模型中最常用的一种。
  • 数据科学主要包括两个方面:用数据的方法研究科学和用科学的方法研究数据。前者包括生物信息学、天体信息学、数字地球等领域;后者包括统计学、机器学习、数据挖掘、数据库等领域。这些学科都是数据科学的重要组成部分,只有把它们有机地整合在一起,才能形成整个数据科学的全貌。

学习笔记之入行数据科学,这些书一定要看 - 浩然119 - 博客园

  • https://www.cnblogs.com/pegasus923/p/9591291.html
  • https://mp.weixin.qq.com/s/m_HyN47zsBsfW84Y5HjNFg
  • https://anvaka.github.io/greview/hands-on-ml/1/

Python数据科学超强阵容书单 - Python编程

  • https://mp.weixin.qq.com/s/gmaCGWzF3KzX3hmTlua2Zw
  • 1. 为什么数据科学青睐 Python?
  • 2. 那么,简单回顾一下常用的 Python 库。
    • 核心库

      • NumPy
      • Pandas
      • SciPy
    • 绘图以及可视化
      • Matplotlib
      • Seaborn
    • 机器学习
      • Scikit-Learn
      • TensorFlow
  • 3. 数据科学三剑客
    • 《Python数据科学手册》
    • 《数据科学入门》
    • 《数据科学实战》

数据科学 20 个最好的 Python 库 - 数据分析与开发

  • https://mp.weixin.qq.com/s/x2Zk-O7oeFvqmSw0QMqc8w
  • 核心库和统计数据
    • 1. NumPy (Commits: 17911, Contributors: 641)
    • 2. SciPy (Commits: 19150, Contributors: 608)
    • 3. Pandas (Commits: 17144, Contributors: 1165)
    • 4. StatsModels (Commits: 10067, Contributors: 153)
  • 可视化
    • 5. Matplotlib (Commits: 25747, Contributors: 725)
    • 6. Seaborn (Commits: 2044, Contributors: 83)
    • 7. Plotly (Commits: 2906, Contributors: 48)
    • 8. Bokeh (Commits: 16983, Contributors: 294)
    • 9. Pydot (Commits: 169, Contributors: 12)
  • 机器学习
    • 10. Scikit-learn (Commits: 22753, Contributors: 1084)
    • 11. XGBoost / LightGBM / CatBoost (Commits: 3277 / 1083 / 1509, Contributors: 280 / 79 / 61)
    • 12. Eli5 (Commits: 922, Contributors: 6)
  • 深度学习
    • 13. TensorFlow (Commits: 33339, Contributors: 1469)
    • 14. PyTorch (Commits: 11306, Contributors: 635)
    • 15. Keras (Commits: 4539, Contributors: 671)
  • 分布式深度学习
    • 16. Dist-keras / elephas / spark-deep-learning (Commits: 1125 / 170 / 67, Contributors: 5 / 13 / 11)
  • 自然语言处理
    • 17. NLTK (Commits: 13041, Contributors: 236)
    • 18. SpaCy (Commits: 8623, Contributors: 215)
    • 19. Gensim (Commits: 3603, Contributors: 273)
  • 数据采集
    • 20. Scrapy (Commits: 6625, Contributors: 281)

数据科学中必须熟知的5种聚类算法 - 机器学习算法与自然语言处理

  • https://mp.weixin.qq.com/s/6jfE2kAjjeSXTS1US7_ktw
  • 聚类算法是机器学习中涉及对数据进行分组的一种算法,本文详尽的介绍了5种常用的聚类算法。

Command Line Tricks For Data Scientists - 人工智能爱好者社区

  • https://mp.weixin.qq.com/s/B-7ORQDBXAf0YlZhaBTIUQ
  • https://www.oschina.net/translate/cli-4-ds
  • https://kadekillary.work/post/cli-4-ds/

最新文章

  1. 分布式服务协调技术zookeeper笔记
  2. 【LeetCode】House Robber III(337)
  3. (转)Predictive learning vs. representation learning 预测学习 与 表示学习
  4. DSP中.gel文件的作用
  5. C# dataTable 排序
  6. Windows环境下使用Clover四叶草引导双硬盘安装OSX 10.11.5原版镜像
  7. 使用所见即所得文本编辑器编辑文本存入数据库后通过ajax获取服务器json_encode的数据到前台,文本内容上边的html标签不解析
  8. NET基础课--JIT编译器如何工作1
  9. JS之ONLoad事件
  10. git使用中checkout生成临时br的问题(吓出一身冷汗啊)
  11. VMware虚拟机安装CentOS 6.9图文教程
  12. nginx官方模块之http_random_index_module
  13. 使用Docker的macvlan为容器提供桥接网络及跨主机通讯
  14. Linux 操作 oracle 数据库
  15. 设置tomcat 编译文件位置【转】
  16. 绘制pathway富集散点图
  17. python3.6执行AES加密及解密方法
  18. ClickAndMoveTest
  19. 基于easyUI实现权限管理系统(二)——菜单导航
  20. css 之 BFC

热门文章

  1. music cube
  2. YIT-CTF—隐写术
  3. hdu2461 Rectangles 线段树--扫描线
  4. HI35XX NVR
  5. 使用apache cxf实现webservice服务
  6. Spring技术内幕总结 - IoC容器的实现
  7. makeinfo is missing on your system(转)
  8. ubuntu设置开机默认进入字符界面方法 ubuntu 12.04 桌面版关闭图形界面(转)
  9. Linux Centos配置ssh客户端工具putty
  10. iis上的aps.net1.1程序池如何添加