查看原文
其他

每日一练 | Data Scientist & Business Analyst 面试题 136

2017-07-21 数据应用学院 大数据应用

从6月15日起,数据应用学院将与你一起温习数据科学(DS)和商业分析(BA)领域常见的面试问题。希望积极寻求相关领域工作的你每天关注我们的问题并且与我们一起思考,我们将会在第二天给出答案。

Day 36

DS Interview Questions

What are the benefits of dimensionality reduction tools like SVD?

BA Interview Questions

What will be the result of multiplying two vectors in R having different lengths?

欲知答案如何?请见下期分解!

Day 35 答案揭晓

DS Interview Questions

What is the difference between the normal soft margin SVM?

Hard-margin
This assumes that data is very well behaved, and you can find a perfect classifier - which will have 0 error on train data.


Soft-margin
Data is usually not well behaved, so SVM hard margin may not have solution at all. So we allow for a little bit of error on some points. So the training error will not be 0, but average error over all points is minimized.

BA Interview Questions

What is the procedure to check the cumulative frequency distribution of any categorical variable in R?

The cumulative frequency distribution of a categorical variable can be checked using the cumsum () function in R language.

Example –

gender = factor(c("f","m","m","f","m","f"))

y = table(gender)

cumsum(y)

Output of the above R code-

Cumsum(y)

f m

3 3


12

数据应用学院

数据应用学院(Data Application Lab), 北美第一家培训-项目实习-职业辅导-内推一站式专业数据人才输送机构,提供大数据和数据科学培训和公司项目解决方案,由南加州与硅谷的高级数据科学家与数据工程师联合创办,致力于传播数据行业最新应用和知识、培训及输送优秀大数据人才,以填补人才缺口、充分发挥大数据在商业中的力量。2016年被北美著名科技杂志Tech Beacon评为Top Data Camp。 


 长期招募 

TECHNICAL WRITER/翻译志愿者  

  1. 职责:

    1. 深度讨论数据应用

    2. 调研行业发展

  2. 要求:

    1. 对数据应用极为感兴趣

    2.  具备数据分析基础

    3. 具有一定BUSINESS INSIGHT

    4. 写作能力强

感兴趣的同学发送简历writing samplehr@dataapplab.com,邮件标题“申请翻译/Technical Writer”。

往期文章内容


点击“阅读原文”查看数据应用学院核心课程


您可能也对以下帖子感兴趣

文章有问题?点此查看未经处理的缓存