10 Concepts Every Data Scientist Should Know

栏目: IT技术 · 发布时间: 5年前

内容简介:Data science is such a broad field. If it was a recipe, the main ingredients would be linear algebra, statistics, software, analytical skills, storytelling and all seasoned with some domain knowledge. The amount of ingredients change according to the tasks

The concepts that are likely to be encountered at an interview.

10 Concepts Every Data Scientist Should Know

Photo by Tyler Casey on Unsplash

Data science is such a broad field. If it was a recipe, the main ingredients would be linear algebra, statistics, software, analytical skills, storytelling and all seasoned with some domain knowledge. The amount of ingredients change according to the tasks you are working on.

Whatever you do as a data scientist, there are some terms and concepts you should definitely be familiar with. In this post, I will cover 10 of these concepts. Please note that this post is by no means aimed to be a comprehensive list of the topics you need to know. However, knowing the following concepts will absolutely add value to your skillset and help you in your journey to learn more.

Let’s start.

1. Central Limit Theorem

We first need to introduce the normal (gaussian) distribution for central limit theorem to make sense. Normal distribution is a probability distribution that looks like a bell:

10 Concepts Every Data Scientist Should Know

X-axis represents the values and y-axis represents the probabilities of observing these values. Normal distribution is used to represent random variables with unknown distributions. Thus, it is widely used in many fields including natural and social sciences. The reason to justify why it can used to represent random variables with unknown distributions is the central limit theorem (CLT) .

According to the CLT , as we take more samples from a distribution, the sample averages will tend towards a normal distribution regardless of the population distribution.

Consider a case that we need to learn the distribution of the heights of all 20-year-old people in a country. It is almost impossible and, of course not practical, to collect this data. So, we take samples of 20-year-old people across the country and calculate the average height of the people in samples. According to the CLT, as we take more samples from the population, sampling distribution will get close to a normal distribution.

Why is it so important to have a normal distribution? Normal distribution is described in terms of mean and standard deviation which can easily be calculated. And, if we know the mean and standard deviation of a normal distribution, we can compute pretty much everything about it.


很遗憾的说,推酷将在这个月底关闭。人生海海,几度秋凉,感谢那些有你的时光。


以上就是本文的全部内容,希望本文的内容对大家的学习或者工作能带来一定的帮助,也希望大家多多支持 码农网

查看所有标签

猜你喜欢:

本站部分资源来源于网络,本站转载出于传递更多信息之目的,版权归原作者或者来源机构所有,如转载稿涉及版权问题,请联系我们

ARM嵌入式系统开发

ARM嵌入式系统开发

斯洛斯 / 北京航大 / 2005-5 / 75.00元

《ARM嵌入式系统开发:软件设计与优化》从软件设计的角度,全面、系统地介绍了ARM处理器的基本体系结构和软件设计与优化方法。内容包括:ARM处理器基础;ARM/Thumb指令集;C语言与汇编语言程序的设计与优化;基本运算、操作的优化;基于ARM的DSP;异常与中断处理;固件与嵌入式OS;cache与存储器管理;ARMv6体系结构的特点等。全书内容完整,针对各种不同的ARM内核系统结构都有详尽论述,......一起来看看 《ARM嵌入式系统开发》 这本书的介绍吧!

Markdown 在线编辑器
Markdown 在线编辑器

Markdown 在线编辑器

RGB HSV 转换
RGB HSV 转换

RGB HSV 互转工具

HEX CMYK 转换工具
HEX CMYK 转换工具

HEX CMYK 互转工具