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/

学习笔记之Data Science的更多相关文章

  1. 学习笔记之Data analysis

    Data analysis - Wikipedia https://en.wikipedia.org/wiki/Data_analysis Data analysis is a process of ...

  2. 学习笔记之Data Visualization

    Data visualization - Wikipedia https://en.wikipedia.org/wiki/Data_visualization Data visualization o ...

  3. EnterpriseLibrary 6.0(微软企业库6.0学习笔记) 之Data Access Block 配置和获取链接字符串

    EnterpriseLibrary 的特点是快速开发,融合了微软工程师多年的经验,现在在微软内部有专门的一个小组在完善EnterpriseLibray,最近的更新时间是April 2013. 相关链接 ...

  4. 20. Extjs学习笔记——Ext.data.JsonStore使用说明

    Ext.data.JsonStore继承于Ext.data.Store,使得从远程JSON数据创建stores更为方便的简单辅助类.JsonStore合成了Ext.data.HttpProxy与Ext ...

  5. Extjs学习笔记——Ext.data.JsonStore使用说明

    Ext.data.JsonStore继承于Ext.data.Store.使得从远程JSON数据创建stores更为方便的简单辅助类. JsonStore合成了Ext.data.HttpProxy与Ex ...

  6. Data Science at the Command Line学习笔记(一)

    学习Data Science at the Command Line时,win7下安装环境是遇到了一些小问题,最后通过百度解决. 官方指导可以在这个地址找到:http://datascienceatt ...

  7. 学习笔记之Intermediate Python for Data Science | DataCamp

    Intermediate Python for Data Science | DataCamp https://www.datacamp.com/courses/intermediate-python ...

  8. 学习Data Science/Deep Learning的一些材料

    原文发布于我的微信公众号: GeekArtT. 从CFA到如今的Data Science/Deep Learning的学习已经有一年的时间了.期间经历了自我的兴趣.擅长事务的探索和试验,有放弃了的项目 ...

  9. Comprehensive learning path – Data Science in Python深入学习路径-使用python数据中学习

    http://blog.csdn.net/pipisorry/article/details/44245575 关于怎么学习python,并将python用于数据科学.数据分析.机器学习中的一篇非常好 ...

随机推荐

  1. 《DSP using MATLAB》Problem 6.22

    代码: %% ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ %% Output In ...

  2. String、StringBuffer、StringBuidler 知识整理

    String.StringBuffer.StringBuidler.这三个家伙,大家都不陌生,肯定也都会用.三者异同大家都能说出来,但是其根本原因是什么呢?带着下面问题,学习一下. 第一.String ...

  3. vim 自动注释

    开启了自动注释和自动缩进对粘帖代码不方便   关闭自动注释 :set fo-=r  关闭自动缩进(这个对C/C++代码好像无效) :set noautoindent 关闭C语言缩进  :set noc ...

  4. 日志信息log

    #include<syslog.h> //建立一个到系统日志的连接 //ident参数指向字符串,syslog()输出的每条信息都会包含这个字符串,这个参数的取值通常是程序名 //log_ ...

  5. How to scale Complex Event Processing (CEP)/ Streaming SQL Systems?

    转自:https://iwringer.wordpress.com/2012/05/18/how-to-scale-complex-event-processing-cep-systems/ What ...

  6. sofa graphql 2 rest api框架

    sofa 是一个出发点不一样的工具,提供了从graphql 2 rest 的处理,一般现有的框架都在 关注的是rest 2 graphql (大部分还是基于swagger.open api 标准进行设 ...

  7. 使用 Prometheus 监控minio 性能指标信息&&docker-compose 方式运行

    minio server 已经支持Prometheus 了,对于系统的运行参数我们可以方便.实时的查看 运行使用docker-compose docker-compose 文件 version: &q ...

  8. C#中如何实现json转化时只处理部分属性

    把对象转化为json字符串,很常用,但如果因为现在大部分项目都是用了ORM映射,导致一个对象的属性特别多,如果前台只需要部分属性如何实现? 当然最简单是所有属性都json化,前台只处理需要的属性,多余 ...

  9. ES5新增数组方法

    forEach/map   every/some  indexOf/lastIndexOf  filter reduce Array.isArray

  10. C++ vs Objective C

    oc Short list of some of the major differences: C++ allows multiple inheritance, Objective-C doesn't ...