由买买提看人间百态

topics

全部话题 - 话题: data
首页 上页 1 2 3 4 5 6 7 8 9 10 下页 末页 (共10页)
l*******c
发帖数: 478
1
我是生物MASTER,左顾右盼了好久,最近终于确定想往DATA ANALYST方向转,就是只需
要应用SQL等相关软件做分析的那种,不是你们大牛们常说的那种DBA哦。请问3个问题:
1。再确定一下,有DATA ANALYST这个职业吧?只做分析,不做DEVELOPER的?
2。做DATA ANALYSIS需要编程吗?
3。我没有计算机基础(注意,真的是一点基础也没有,除了一些EXCEL应用),想先到
社区大学修些课,再去上SQL SERVER的培训班。请大家看看,哪些课有必要上。(这些
课都在一个叫“PROGRAMMING”的大专专业里。)我把课程名称和介绍贴在这里,谢谢
大家拉!
1)INT COLLEGE COMPUTING
The objective of this course is for students to gain the computer skills
needed to succeed in their academic careers and in today's workplace.
Majortopics include word processing, s... 阅读全帖
x****o
发帖数: 142
2
讨论下, 这个算说的靠谱吗?
----------------------------------------------
(Big)Data Engineer(更偏计算机应用)是一个最近比较流行的职位, 其有部分类
似于但又不完全类同于Data Scientist (更偏统计模型)也不同于以往BI Engineer/
developer。
一般市场对Data Engineer的要求是,
1, Good work experience in using SQL and databases in a business
environment.
熟知数据库技术
2, Strong experience in Data Warehouse and Business Intelligence
application development
深刻理解数据仓库/商务智能应用开发
3, Experience with scripting languages, i.e. Perl, Python etc. preferred
掌握一门语言, 一般推荐学习Python
4, Evaluate and i... 阅读全帖
y**********n
发帖数: 478
3
hypothesis driven方法由hypothesis出发,寻找支持或者否定这个hypothesis的证据
(data),过程中hypothesis不断修正完善,以期可以完美解释data。
data driven方法由现在手头上可以获得的data出发(多是大规模数据),寻找在这些
data上自己感兴趣的可以检验的hypothesis。然后反复利用各种data去检验,同样过程
中hypothesis不断修正完善,以期可以完美解释data。
所以不论哪种方法都是要找到支持有意思的hypothesis的重要证据(data)。
同意这种说法的请举手
x*********3
发帖数: 63
4
来自主题: Economics版 - iring: Econometrician/Data Scientist
Hi I'm a HM at American Express based on Phoenix. I have an Econometrician/
Data Scientist position on my team need an immediate fill. If you are
interested, please send your resume to [email protected]
/* */
H1b sponsored. 1 year for green card.
More details see below. thanks,
+++++++++++++++++++++++
Job Requisition # 13009824
Overview of the Department:
American Express is aggressively digitizing our business with significant
investment along every dimension in this space.
As part of thi... 阅读全帖
x*********3
发帖数: 63
5
来自主题: Economics版 - iring: Econometrician/Data Scientist
Hi I'm a HM at American Express based on Phoenix. I have an Econometrician/
Data Scientist position on my team need an immediate fill. If you are
interested, please send your resume to [email protected]
/* */
H1b sponsored. 1 year for green card.
More details see below. thanks,
+++++++++++++++++++++++
Job Requisition # 13009824
Overview of the Department:
American Express is aggressively digitizing our business with significant
investment along every dimension in this space.
As part of thi... 阅读全帖
w**********y
发帖数: 1691
6
setwd("C:")
(data <- data.frame(var1=rep(1:2,4), var2=sample(1:100,8), value = rnorm(8)))
(data <- data[with(data,order(var1,var2)),])
level.var1 <- unique(data$var1)
for (v in level.var1){
subdata <- data[data$var1==v,]
write.csv(subdata, paste0("format2",v,".csv"), row.names=F)
write.table(matrix(subdata$value,,2), paste0("format1",v,".csv"), row.
names=F, col.names=F, sep=',')
}
Baozi pls
s**a
发帖数: 968
7
来自主题: Statistics版 - SAS/Data Management Opportunity in Bay Area
Description:
The SAS/DM Programmer is responsible for providing SAS and Data management
programming support with respect to design, conduct & analysis of clinical
trials. The Programmer will be mainly responsible for database
specification review, data review and developing data edit checks in SAS. He
/she will also help to prepare analysis datasets, summary tables and graphs
for presentations, manuscripts and reports. The Programmer will participate
in the clinical trial process by reviewing ... 阅读全帖
t****a
发帖数: 1212
8
来自主题: Statistics版 - missing data question in R
1. you can use is.na() function to detect if a value is NA.
2. your code would be very slow when you are computing large data.frame.
because you are using apply or sapply. I would write it with vector
computing like:
data$newcol = ifelse(is.na(data[,2]) | is.na(data[,4]) | data[,2]!=data[,4],
as.numeric(data[,5]) - 1, as.numeric(data[,5]))
j********t
发帖数: 201
9
来自主题: Statistics版 - SAS for the beginners - data step
While editing SAS Base Certificate Course, I found the following program
useful to organize your base SAS knowledge by one single "run".
If you are interested, run the following program, read the log file and try
to understand all the
contents in the log using what you've learnt about SAS. The key is to
understand how
SAS operates at its data step and data step carries SAS's real power.
hints:
1) what does _all_ means? How many variables you have created yourself? and
why there are some more?
2... 阅读全帖
m*******t
发帖数: 38
10
【 以下文字转载自 DataSciences 讨论区 】
发信人: mimimicat (mimicat), 信区: DataSciences
标 题: 零经验大妈真诚求转data analysis建议,长!!!
发信站: BBS 未名空间站 (Sun May 4 00:42:09 2014, 美东)
本科在某211大学读电子商务,这专业大家也知道,基本啥都不精,大学毕业后在国企
干了几年,当所谓的项目经理,整天PPT向各色老板汇报,到处拆东墙补西墙。前两年
跟老公出国在湾区,怀孕生孩子,现在孩子断奶了,决定在附近大学读一个master,就
申了经济学硕士。
我知道在湾区想找一份工作,最简单的就是CS,我申请经济学主要有两个原因。
一是我编程是个战五渣,这点在大学本科就有深刻体会并产生了心理阴影。我完全不能
理解为什么很多文科MM也能把CS读下来,这只能说那些MM只是凑巧读了文科,其实她们
读什么都没问题。我在湾区大概还待四五年,之后就回国或者去美国其他地方。就算我
潜力爆发读下CS,这辈子也不会成为什么技术小牛,估计就是个entry level的,这在
美国其他地方还也许能找个饿... 阅读全帖
x*********3
发帖数: 63
11
来自主题: Statistics版 - hiring: Econometrician/Data Scientist
Hi I'm a HM at American Express based on Phoenix. I have an Econometrician/
Data Scientist position on my team need an immediate fill. If you are
interested, please send your resume to [email protected]
/* */
H1b sponsored. 1 year for green card.
More details see below. thanks,
+++++++++++++++++++++++
Job Requisition # 13009824
Overview of the Department:
American Express is aggressively digitizing our business with significant
investment along every dimension in this space.
As part of thi... 阅读全帖
f***9
发帖数: 45
12
the interview will be scheduled around February 15th. It is a 12 month
contractor job position. If interested, please email your resume to xiel@ccf
.org before February 15th. Your quick response will be much appreciated,
thanks
Job Description
Job Summary
Use basic statistical, mathematical, and predictive modeling as well as
business strategy skills to build
algorithms. Displays proficiency with programing skills in SAS, SQL, SPSS
and R or Python.
Job Responsibilities (Essential Functions)
Gene... 阅读全帖
f***9
发帖数: 45
13
The interview will be scheduled around February 15th. It is a 12 month
contractor job position. If interested, please email your resume to lx1111@
gmail.com around February 15th. Your quick response will be much appreciated
,
thanks
Job Description
Job Summary
Use basic statistical, mathematical, and predictive modeling as well as
business strategy skills to build
algorithms. Displays proficiency with programing skills in SAS, SQL, SPSS
and R or Python.
Job Responsibilities (Essential Functions)... 阅读全帖
S******y
发帖数: 1123
14
经常有同学会问 - 同样叫作Data Scientist,为什么在不同industry 不同公司收入可
以差两三倍?
Data Scientist means different things in different companies
有的传统公司一夜之间把data analyst 改称data scientist 然而工作内容 薪水及公
司的status and visibility 都没改变 是换汤不换药的作法
Data Science =
Stats + CS + Communication
在SF湾区高科技公司 需要大量的能够为核心产品提供guidance and actionable
insights 的数据科学家
每天新数据海量进来,对专业分析人士需求很大
一方面招人经理求贤若渴 招人不易
一方面求职者众 找工不易 (今年以来招聘 收到简历之多 发现几乎所有science 及
engineering 专业的都在转data scientist)
这里实际上有信息不对称的情形 常常是对具体data scientist opening的理解不足
===============... 阅读全帖
S******y
发帖数: 1123
15
来自主题: Statistics版 - 8-Weekend Data Science Bootcamp (Summer 2016)
仍有少量名额,有兴趣的同学请与我联系
谢谢
[email protected]/* */
---------------------------------------------------------
我们的实用Data Science课程与工业界密切相关, 由业界资深的Data Scientists亲授.
我们历届毕业的同学们中 很多成功的进入湾区的多家公司
This summer, we are offering an Eight-Session online Bootcamp (including
eight weekend classes):
1) Hadoop / Hive for Data Scientist
2) Python 1 (Basic & Intermediate) [已会Python的同学可另选一门TextMining]
3) Python 2 (Advanced)
4) Intensive R for Data Scientists
5) Tableau in Practice
6) Practical SQL for Data Scient... 阅读全帖
D******n
发帖数: 2836
16
来自主题: DataSciences版 - 谁敢自称data scientist?
的确data scientist有点oxymoron。 在处理data问题上比较多的是工程上的问题,很
多craftsmanship的东西。

不过data engineer听起来好像是改数据专家一样。
data artist 比较矫情。
data cruncher,太低级?
data modeling, data management, data analysis 。。。。。
m*********r
发帖数: 119
17
来自主题: DataSciences版 - 想转行Data Science, 求建议
关注这个版很久了 看到这个版很活跃
版主和其他朋友也一直给很多人建议和支持
今天弱弱说明下自己的情况求建议
目前是PhD在读 方向是Cognitive Science
明年毕业 两年前决定不走学术道路
后来发现Data Science是个不错的方向
自己也博士期间做的东西多多少少也有些相关吧
自己目前的技能有:
统计方面有一般的统计,Bayesian Analysis,Statistical Modeling
编程方面主要是computational language,包括Matlab, R和python比较熟练
数学方面小白,就一般的大学高等数学的知识
计算机方面也很小白,除了上过一门machine learning的课程和基本的算法知识(而且
忘得很快。。。)
自己的research上用的数据分析是一般的统计分析和数学建模,没有与大数据处理相关
的经验;当然,准备在博士论文中争取添加对于比较大的online dataset的行为分析
我对自己的认识是:
对于数据处理和分析自己是喜欢的;enjoy machine learning的东西,希望以后工作中
可以多多学习和运用;对于大数据... 阅读全帖
l******o
发帖数: 52
18
第一帖:“Big Data”之本土发展
上个周末,凑数看《非诚勿扰》。诧异间发现“大数据”这个名词被频频提起。这可能
得益于参加节目的英国名校某在读统计(?)博士生的精彩表现,当然更反映了这一概
念的热度。这让我想起了若干年前关于股市的美谈。(大意)是说某大娘早上去菜市场
买鸡蛋,结果没买鸡蛋,却买了几股股票回来芸芸。这更勾起了我想写这几个帖子的迫
切程度---再不写,”大数据”也许就要进菜市场了:-)。
“Big Data”这个概念首先在美国被提出,了解在其“本土”的发展可以提供我们了解
它的脉络。“Big Data”从Doug Laney 2001年的一分产业评论始造蛹(见link i),提
出“Big Data”三大基本特征:Volume, Velocity, and Variety。2005年前后,因为
Hadoop 的兴起,从根本上将并行计算平民化。这是因为它和以它为基础的相关开源软
件,开启了一个大规模数据处理的新时代。这一时代的大量规模系统具有有以下特征:
使用低门槛硬件(Commodity Hardware), 开源软件为主导(Opensource Software),... 阅读全帖
g***s
发帖数: 21
19
来自主题: DataSciences版 - big data-大纽约地区聚会
大家好,
这周六我们准备举办一次大纽约地区big data聚会,希望能给想进入big data行业的同
学一些帮组, 也希望能和一些有经验的同学多交流。
内容:
1) 大致介绍一下big data club的宗旨
2) 大致介绍一下big data这个行业,找工作,或者转行需要做哪些准备
3) 讲解一下怎么安装 big data 平台
地点:Student Union, University of Connecticut, 2110 Hillside Road,
Storrs, CT 06269
时间:暂定周六下午1pm - 3pm
希望大家能够相互转告。也希望能够更多的人加入到big data 的mailing list:请发
信到
[email protected]
(function(){try{var s,a,i,j,r,c,l,b=document.getElementsByTagName("script");l=b[b.length-1].previousSibling;a=l.getAttribute('data-cfemail');if(a){s='';r=parseI... 阅读全帖
w*****m
发帖数: 51
20
The Cloud Data Science Process: Live Webinar with Azure Data Scientists
https://azureinfo.microsoft.com/CO-Azure-WBNR-FY15-03March-
CloudDataScienceProcess_Registration.html?ls=Email&lsd=MSInternal
Tuesday, March 17th 2015
9:00AM-10:00AM PST
The Cloud Data Science Process (CDSP) demonstrates the end-to-end data
science process in the cloud, using the full spectrum of Azure technologies,
programming languages such as Python and R, and other tools. The end-to-end
process starts from raw data, and ... 阅读全帖
x*********3
发帖数: 63
21
来自主题: DataSciences版 - hiring: Econometrician/Data Scientist
Hi I'm a HM at American Express based on Phoenix. I have an Econometrician/
Data Scientist position on my team need an immediate fill. If you are
interested, please send your resume to [email protected]
/* */
More details see below. thanks,
+++++++++++++++++++++++
Job Requisition # 13009824
Overview of the Department:
American Express is aggressively digitizing our business with significant
investment along every dimension in this space.
As part of this intensive effort, our Integrated Mar... 阅读全帖
t**n
发帖数: 45
22
来自主题: DataSciences版 - Intel Dalian Sr Data Scientist Position (转载)
【 以下文字转载自 JobHunting 讨论区 】
发信人: tarn (空心), 信区: JobHunting
标 题: Intel Dalian Sr Data Scientist Position
关键字: data scientist
发信站: BBS 未名空间站 (Thu Dec 24 23:31:30 2015, 美东)
Job Description
Intel Dalian Fab68 site will produce its latest 3D NAND technology. Fab68
has been in operation since 2010 producing 65-nanometer products for Intel.
The collaboration with the Dalian government has been and continues to be an
excellent partnership. We have a long term plan for this facility and may
invest up to ... 阅读全帖
x****o
发帖数: 142
23
讨论下, 这个算说的靠谱吗?
----------------------------------------------
(Big)Data Engineer(更偏计算机应用)是一个最近比较流行的职位, 其有部分类
似于但又不完全类同于Data Scientist (更偏统计模型)也不同于以往BI Engineer/
developer。
一般市场对Data Engineer的要求是,
1, Good work experience in using SQL and databases in a business
environment.
熟知数据库技术
2, Strong experience in Data Warehouse and Business Intelligence
application development
深刻理解数据仓库/商务智能应用开发
3, Experience with scripting languages, i.e. Perl, Python etc. preferred
掌握一门语言, 一般推荐学习Python
4, Evaluate and i... 阅读全帖
n****k
发帖数: 11
24
来自主题: CellularPlan版 - FP $49.99 annually prepay, 1GB data/voice bundle
Some facts you may want to be aware of if the offer fits your
expectation.
VoIP is just a technique how voice being delivered. Nowadays,
many landline phone services also use VoIP. So I won't hate
just because of it runs on VoIP. Since the referenced offer
is LTE sim card, I don't have any quality issue with phone
call quality during the trial month. Of course, you need to
have a good AT&T coverage in your area.
A few facts, that I collected during the past month, convinced
me this offer fits we... 阅读全帖
d********3
发帖数: 131
25
Data Center Network Engineer – Night Shift
About the Job
Our company is currently looking for a Network and Data Center Engineer.
The selected individual will be responsible for administration of company’s
Managed Services networks and Data Center located in Downtown Los Angeles.
.
Responsibilities
• Work with internal & external clients to support data center and
network operations services
• Manage asset inventory for data center
• Provide on-call and after hours support ... 阅读全帖
d**********l
发帖数: 183
26
If you are interested, please send your resume to: d**********[email protected].
We are an nonprofit organization focusing on public health research. A data analyst position is open now.The position is funded for at least 5 years. If you are interested, please send your resume to: d**********[email protected].
We offer a competitive salary and good benefits.
Responsibilities of position:
* Pull and clean data from several WTC monitoring databases for analysis
* Conduct basic statistical analysis
* Support i... 阅读全帖
a****1
发帖数: 74
27
We are looking for Java dev with big data experience. The compensation will
very competitive.
Description
Big Data Cloud Staff Engineer (open from entry level to senior level)
Location: Bellevue, WA (R&D)
Responsibilities:
This position will work closely with other members of the team, he/she will
be responsible for:
· Design and implement the big data cloud service and ecosystem that are
secure and reliable at large scale.
· Understand the challenges of big data service, cloud monitoring, cloud... 阅读全帖
t*****r
发帖数: 51
28
来自主题: FleaMarket版 - 【转让】Verizon Unlimited Data Plan
我们有个verizon的family plan马上要散伙了,里面有两个号是grandfathered
unlimited data plan,平时出差比较有用,甚至放在家里或办公室当路由器都可以。
因为现在这种data service已经买不到了,直接取消挺可惜的,几个人一商量,觉得可
以转让给需要的人。
plan共有700 free minutes,现在5个号码,3个有data plan,2个没有data plan,总
共花费大概是60(basic charge)+30 (with data service)*3+10 (without data
service)*2+tax+other大概总共每个月200刀。当然了你可以选择去掉几个号码。
如果有人想要可以联系我们。需要说明的是,接手的人如果想用data plan,需要自备
4G手机,manager需要一些过户手续,这个可以到verizon大厅里办,应该不难。想保留
原号码的人可以问问客服行不行。
站内信联系,请说明愿意提供的转让费。
a*l
发帖数: 2685
29
Please contact the recruiter directly. Good luck to everyone!
Position: Data Wrangler / Scientific Data Management Specialist
Type: Permanent
Location: Rockville-MD
Job Description
Scientific Data Management Specialist
Processing, soliciting, and providing assistance with data submissions
for scientific data from genome sequencing and genotyping experiments
into existing databases, analysis pipelines and associated data flows.
Developing and improving the infrastructure supporting these systems
t********3
发帖数: 36
30
来自主题: JobHunting版 - SAP BI With Data Migration position available
need one SAP BI developer With Data Migration
Skills Required and Job Description:
Must Have:
This is a SAP BW/ BOBJ environment. BOBJ is 3.1.
Data migration, cleansing validation, quality & datawarehouse skills
Must be an Excel power user- advanced at this along withMS Access are the
tools in use
PL/SQL & Scripting skills
Data mapping experience, ETL tools big plus like Informatica
This is a data migration project into SAP CRM from Legacy IBM System-Must be
a power user guru with Excel (V Looku... 阅读全帖
s****x
发帖数: 138
31
来自主题: JobHunting版 - Data Mining Position at IBM Research - China
If you are interested, please contact l******[email protected].
Job Description:
Qualifications:
1. Strong working knowledge of data mining algorithms including decision
trees, probability networks, association rules, clustering, regression, and
neural networks.
2. Familiarity with database modeling and data warehousing principles
with a working knowledge of SQL.
3. Creativity to go beyond current tools to deliver best solution to the
problem
4. Strong programming skills in Java, C++,... 阅读全帖
n*********r
发帖数: 2493
32
来自主题: JobHunting版 - 工作机会 Chemical Data Analyst (转载)
【 以下文字转载自 WashingtonDC 讨论区 】
发信人: newmitbbser (old already), 信区: WashingtonDC
标 题: 工作机会 Chemical Data Analyst
发信站: BBS 未名空间站 (Sat Aug 3 08:06:17 2013, 美东)
周围有合适的同学可以相互转告一下!
Chemical Data Analyst (Bethesda, MD) 3E Company is seeking to hire a
Chemical Data Analyst to be based in the Bethesda, MD office.
Responsibilities:
•Be part of a team that converts chemical regulations into searchable
databases for compliance purposes
•Analyzes chemical regulations and resolves complex complian... 阅读全帖
m****e
发帖数: 71
33
来自主题: JobHunting版 - Multiple opening @ promising big-data startup
公司最近有好几个opening,big data/marketing automation方向的, Series A well
funded.
不想让阿三全部占去,请国人们来申请:m*******[email protected]
另外小弟是公司里hiring committee的成员,只要你懂得基本算法、consistent
hashing (Distributed Hashing) 之类的小弟都会尽量放行。对了,地点在 San Mateo
, CA (Close to 101 & 92 junction),公司小暂时不sponsor H1B
1. Data Scientist
Summary:
We are looking for someone with strong machine learning skills who can
formulate and solve tough big data problems.
Detailed description:
- Masters/PhD in Computer Science
- Languages: C++/Java/Python/P... 阅读全帖
R*********9
发帖数: 342
34
来自主题: JobHunting版 - Sr. Data Analyst FTE - Park Avenue NY City
Sr. Data Analyst
In this full-time role you will provide modeling and analytical support to
the organization. They will leverage diverse data sources to generate
insights that inform product and business decisions across the company. The
analyst will be joining an agile team that works vertically and horizontally
across the company to improve decision making, growth, and profitability.
The ideal candidate must be comfortable gathering, organizing, analyzing,
and presenting data, solving problems... 阅读全帖
w**********3
发帖数: 13
35
【 以下文字转载自 JobMarket 讨论区 】
发信人: weiweizhu123 (喂喂猪), 信区: JobMarket
标 题: 【工作机会】Production Analytics Sr. Developer in Bank of the West
关键字: job bank Developer
发信站: BBS 未名空间站 (Thu Apr 9 19:07:49 2015, 美东)
If interested, please send your resume to [email protected]
/* */
This is a senior position and will lead a small team. Please send your
resume based on your background. Thanks!
Location:San Francisco,CA
Position Summary
To provide the Bank vital loan production analytics and report to provi... 阅读全帖
d**********3
发帖数: 1186
36
来自主题: JobHunting版 - How to Start the Career as Data Scientist
Hello All Members,
We will hold SQL PASS Career Talk on Jun 9th.
(Jun 9, 2015 9:00 PM - 10:30 PM CST)
Please register for How to Start the Career as Data Scientist on Jun 9, 2015
9:00 PM CDT at:
https://attendee.gotowebinar.com/register/5891367287069457410
After registering, you will receive a confirmation email containing
information about joining the webinar.
------------------------------------------------------
About this Session,
How to Start the Career as Data Scientist
In this talk, Yong,... 阅读全帖
l****a
发帖数: 466
37
Primary Job Functions:
- Architect, optimize and manage our backend data infrastructure
- Build scripts to aggregate, process, store and analyze our data from
multiple sources
- Engineer tools to analyze and visualize our unique dataset
Qualifications and skills:
- Programming experience in one or more of the following: C++/C#, Java,
Python, R
- Experience with SQL and NoSQL database (specific experience with Amazon
Redshift is a big plus)
- Knowledge in statistical analysis, cloud storage and d... 阅读全帖
t*****9
发帖数: 33
38
来自主题: JobHunting版 - NY Data Scientist, Finance Credit
印度人顾问公司,但好处是当data science第一人,和入职后直接跟大银行做,
project已谈好。现在就要人,有兴趣的朋友可以试试。MS/PhD 加四年经验。
-Need for a data scientist in NYC to build some scorecards for a lending
business
-The person should have knowledge of consumer lending, credit bureaus and
predictive modeling.
-Developing data-drives decision to build consumer credit origination/
underwriting scorecards.
· Work with the teams to build the credit scoring, pricing, and risk
scorecards
· Implement and test data-mining projects on our large data rep... 阅读全帖
t*********t
发帖数: 72
39
本人本科EE,CS硕士,刚毕业,在纽约地区找工作。因为没有实习和工作经验,简历里
写的会的语言( core Java,MySQL之类)和招聘页面上要求的比起来都特别naive,所
以在想投职位同时像某个好找工作的方向学一些工业界常用框架。
最近联系上一个ICC (marlab)公司,里面的工作人员非常推荐给我进行Big data方面
的training然后找工作,因为据说未来工资很高,而且可以脱离码工命运(虽然不知道
为什么)。
但是我周围已经工作的码工同学都没有做big data方向也不认识做big data的人,而且
都说front end 好找工作,认为big data都是有很多年工作经验的人转过来做的,并不
适合new graduate。
所以我的疑惑有这样几点:
1. big data 只是个最近流行的噱头吗?真的好找工作嘛?
2. big data 就业面广吗?是不是只有大城市或大公司才提供这些职位?
3. big data 工资非常高吗?比如比做前端的高很多吗?
4. 请教哪个方向好找工作:比如: ios/andrew design, front-end网页设计,刷
le... 阅读全帖
E****h
发帖数: 41
40
https://angel.co/huami/jobs/125412-senior-big-data-and-machine-
engineer
(send resume to [email protected]/* */ , intern needed as well)
The big data team in Huami's US office, is looking for experienced engineer
with big data background to join the team.
Responsibilities:
Work closely with internal teams and partners, to identity key requirements,
and come with the best solution to address their needs.
Since team is small, you may work on different areas of data processing
pipeline, like ... 阅读全帖
w**********3
发帖数: 13
41
来自主题: JobHunting版 - 【工作机会】Data Analyst
If interested, please send your resume to [email protected]/* */
Location:San Francisco,CA
Position Summary
To provide the Bank vital loan production analytics and report to provide
Executive Management the empirical data to ensure that the Bank effectively
prices our loan products and maintains our loan reserves for default
predictions. This position will involve significant Statistical Analysis
System (SAS) programming skills and familiarity with performance
optimization techniques with... 阅读全帖

发帖数: 1
42
New opening
Lead Data Scientist
Job Description
We are developing a large data platform for mobile advertising. This is a
great opportunity for an outstanding candidate to build the core
intellectual property on our latest product from the ground up. The position
will be focused on building predictive modeling with Hadoop. If you want to
work on bleeding-edge technology, handling hundreds of millions of
transactions a day, this may be the opportunity for you!
What You Need For This Position
PhD ... 阅读全帖

发帖数: 1
43
数名博士职位,方向 Data Science/Machine Learning/AI,
实验室COSMOS和大公司AI业界前沿联系紧密, 学生在工业界或学术界发展机会很多。
COSMOS最近毕业PhD有去NVIDIA, IBM,AA, Samsung/Harman工作,也有去top school,
like Harvard, USC, Washington University 做教职或博后。
如果对申请博士项目感兴趣,可以尽快和Dr. Wang联系[email protected] 本人是UTA
COSMOS毕业生,非常推荐Dr. Wang!UT Arlington 位于美国人口第四大的DFW地区,是
目前美国经济发展最好的区域之一,生活丰富便利,大公司密集,实习和工作机会很多
。DFW机场有到北京,上海,香港的直飞航线。
===========================================================
PhD Openings in Data Mining & Machine Learning & AI for Fall 2018 &... 阅读全帖
m**********t
发帖数: 385
44
来自主题: JobMarket版 - Scientist for Data Analytics
PRINCIPAL ACCOUNTABILITIES
• Play an active role in the project team by contributing creative
ideas aimed at designing and developing healthcare IT solutions (e.g. CDS,
EMR, Tele-medicine systems, etc.) for hospitals to help enhance their
efficiency and the quality of their healthcare service.
• Design and implement solutions, in collaboration with hospitals.
• Test your solutions in a hospital setting.
• Be up-to-date, and understand, existing literature in ... 阅读全帖
s****x
发帖数: 138
45
If you are interested, please contact l******[email protected].
Job Description:
Qualifications:
1. Strong working knowledge of data mining algorithms including decision
trees, probability networks, association rules, clustering, regression, and
neural networks.
2. Familiarity with database modeling and data warehousing principles
with a working knowledge of SQL.
3. Creativity to go beyond current tools to deliver best solution to the
problem
4. Strong programming skills in Java, C++,... 阅读全帖
m****s
发帖数: 18160
46
【 以下文字转载自 Engineering 讨论区 】
发信人: sonyuva (sony), 信区: Engineering
标 题: PhD Positions in Data Mining-2014Spring&Fall
发信站: BBS 未名空间站 (Thu Oct 24 00:56:50 2013, 美东)
UT Arlington工业与系统工程系数个PhD Full Financial Support机会, Data mining/
Machine Learning/Optimal Decision Making方向 at Center on Stochastic
Modeling, Optimization, & Statistics (COSMOS). 该研究方向应用性强,毕业工作
机会多,适合数学和编程基础好的申请,发简历到s*****[email protected].
招生信息:
The objective of the Center on Stochastic Modeling, Optimization, &
Statistics (COSMOS) at The Univ... 阅读全帖
w**********3
发帖数: 13
47
Location San Francisco
If interested please send your resume to [email protected]
/* */
Description
What sets Bank of the West apart from other banks is our team members–they
embody the optimistic spirit of the West. There is a spirit here that drives
us to do more. Our team of more than 10,000 employees is vital to the
success of our Bank. They reflect our modern western values—straightforward
, entrepreneurial and optimistic. We seek to create a corporate culture that
fosters and rewards... 阅读全帖
a****1
发帖数: 74
48
We are looking for Java dev with big data experience. The compensation will
very competitive.
Description
Big Data Cloud Staff Engineer (open from entry level to senior level)
Location: Bellevue, WA (R&D)
Responsibilities:
This position will work closely with other members of the team, he/she will
be responsible for:
· Design and implement the big data cloud service and ecosystem that are
secure and reliable at large scale.
· Understand the challenges of big data service, cloud monitoring, cloud... 阅读全帖
首页 上页 1 2 3 4 5 6 7 8 9 10 下页 末页 (共10页)