专栏名称: 大数据应用
数据应用学院被评为2016北美Top Data Camp, 是最专业一站式数据科学咨询服务机构,你的数据科学求职咨询专家!
目录
相关文章推荐
数据派THU  ·  PyTorch ... ·  2 天前  
CDA数据分析师  ·  【2月】CDA网校2025 ... ·  3 天前  
艺恩数据  ·  春节档观众满意度亮眼 ... ·  1 周前  
数据派THU  ·  机器学习过程:特征、模型、优化和评估 ·  3 天前  
数据派THU  ·  【ICLR2025】扩散图网络:使用扩散图网 ... ·  5 天前  
51好读  ›  专栏  ›  大数据应用

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

大数据应用  · 公众号  · 大数据  · 2018-05-16 09:27

正文

点击上方 蓝字 会变美




MAY

15

Data Application Lab 自2017年6月15日起,每天和你分享讨论一道数据科学(DS)和商业分析(BA) 领域常见的面试问题。

自2017年10月4日起,每天再为大家分享一道Leetcode 算法题。


希望积极寻求相关领域工作的你每天关注我们的问题并且与我们一起思考,我们将会在第二天给出答案。

Day

256

DS Interview Question

What are the advantages of random projection comparing to PCA?

BA Interview Question

R Programming: How to check the frequency distribution of a categorical variable?

LeetCode Question

Remove Duplicates from Sorted List


Description:

Given a sorted linked list, delete all duplicates such that each element appear only once


Input: 1 → 1 → 2

Output: 1 → 2


Day

255

答案揭晓

DS Interview Question & Answer

What is Random Projection?

Answer:

It is a unsupervised machine learning method to do the dimension reduction.


It creates a minimum reduced dimension k which can make the new pairwise data distance preserved within an accepted error comparing to the original pairwise data distance.

BA Interview Question & Answer

R Programing: What is the difference between dataframe and a matrix in R?

Answers:







请到「今天看啥」查看全文