自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(39)
  • 收藏
  • 关注

翻译 初创公司怎么做销售数据分析_我在数据科学初创公司实习的第一周

初创公司怎么做销售数据分析There is no better teacher than experience. No matter how many stories a person hears or how many different scenarios they think about, He/She will find no substitute for real life experi...

2020-10-14 10:09:11 316

翻译 震颤图方法

I.颤振图介绍 (I. Introducing Chatter Charts)Chatter Charts is a sports visualization that mixes statistics with social media data to create a storyboard retelling of the game through the collective fanba...

2020-09-13 22:10:27 579

翻译 python预测时间序列_在python part1中进行时间序列预测的Facebook先知

python预测时间序列Prophet is a open source time series forecasting algorithm designed by facebook for ease of use without any expert knowledge in statistics or time series forecasting. Prophet builds a mode...

2020-09-13 22:00:29 435

翻译 数据科学家必须符合道德吗

Living in an age where big data has become an asset (also refereed to an organization’s unrefined gold) to organization and individuals. Data science has been a hot topic amidst organization’s with th...

2020-09-13 21:51:27 273

翻译 3ml乐谱制作工具_每个数据科学家应在其下一个ml项目中使用两种工具

3ml乐谱制作工具The more time you spend working with machine learning models the more you realize how important it is to properly understand exactly what your model is doing and how well it is doing it. In p...

2020-09-13 21:41:30 265

翻译 高斯贝叶斯模型_没有使用推理网络的数学的贝叶斯高斯混合模型

高斯贝叶斯模型A quick practical guide to coding Gaussian mixture models in Infer.NET. 在Infer.NET中编码高斯混合模型的快速实用指南。 In this post, I will provide a brief introduction to Bayesian Gaussian mixture models and sh...

2020-09-13 21:31:43 1047

翻译 脑电图参考电极位置_位置参考

脑电图参考电极位置One of the first spatial concepts we learn when we are children is the relative position of an object, like above the table, under the bed, in front of me, behind my mom, next to the chair. D...

2020-09-13 21:20:57 4844

翻译 软件bug 索赔_索赔提交管道

软件bug 索赔Medical claims data is complicated, like much of the US healthcare system. But that just means that the opportunities available from leveraging this important dataset in useful ways are all th...

2020-09-13 21:10:44 256

翻译 数据科学(线性代数)_数据科学的线性代数

数据科学(线性代数) 线性代数 (Linear Algebra)Linear algebra is the branch of mathematics that deals with vector spaces. Although I can’t hope to teach you linear algebra in a brief article, it underpins a large n...

2020-09-13 21:00:08 487

翻译 应聘对白_权力游戏对白系列调查

应聘对白The following is a breakdown and explanation of a recent endeavor into NLP. To see my complete work and results please visit my GitHub repository for this project. 以下是最近对NLP的努力的细分和解释。 要查看我的完整工作和结果...

2020-09-11 20:00:00 289

翻译 软件工程师工作经历_我学会成为高级软件工程师的经历

软件工程师工作经历In 2018, I started working at Bloomberg. Things have changed a lot since then. I’m not the most junior member in the company anymore and I’ve mentored quite a few new engineers, which has bee...

2020-09-11 06:45:22 2248

翻译 陕西饮食文化的特点_没有文化特色

陕西饮食文化的特点 什么是CI? (What is CI?)You probably already know that CI stands for Continuous Integration, but what exactly are we integrating? 您可能已经知道CI代表持续集成,但是我们究竟要集成什么? From Wikipedia: 从维基百科 : In softw...

2020-09-11 06:34:36 147

翻译 移动web优先使用内核_通过移动优先方法充分利用Web应用程序的动机,从而摆脱了...

移动web优先使用内核Recent media consumption & trends reveal that 90% of their mobile time is spent in apps, and only 10% browsing the rest of the internet. But the user base of a specific product may be r...

2020-09-11 06:24:47 272

翻译 Java处理来自Rabbitmq的消息并将数据上传到Minio Cloud

In this tutorial, we are going to learn how to process data from message broker RabbitMQ, and upload files to MinIO cloud storage. To make it more exciting, we are going to explore Epublib, an epub pr...

2020-09-11 06:14:25 734

翻译 在Moonpig作为高性能工程团队远程工作

In this article I will talk about how a high-performance engineering team at Moonpig adapted to a remote working environment, whilst they improved their ways of working, and continued to deliver on im...

2020-09-11 06:04:14 377

翻译 ide编码助手_ide如何影响我的编码

ide编码助手Not everyone agrees that the way we code should be influenced by IDE. I can understand where that comes from and agree that total reliance on specific tools for the work is not ideal. Nonethele...

2020-09-11 05:54:29 184

翻译 ecs部署tomcat_使用ecs gitlab ci cd部署您的应用程序

ecs部署tomcatFor the past few days I have been building a new micro-service at my workplace. Our team decided to automate the deployment process so that whatever we are working on can be used by other t...

2020-09-11 05:44:41 276

翻译 Spring Boot微服务实现分布式跟踪

什么是分布式跟踪? (What is Distributed Tracing?)Logging is an important aspect of software development. It not only helps in troubleshooting the issues but also help us in understanding the behavior of our ...

2020-09-11 05:35:18 315

翻译 azure ci_在10分钟内用azure和github设置ci cd

azure ciIn this guide, I will run through the steps to help you set up a project workflow with Azure and Github using a React App. Before we start, let’s go over the basics and why we are doing this. ...

2020-09-11 05:25:33 178

翻译 四十多开始学编程晚不晚_开始编程时希望知道的10件事

四十多开始学编程晚不晚 重点 (Top highlight)#6: It’s okay to cheat. #6:可以作弊。 So you want to be a programmer? Great! You’re already in a better place than I was when I started. I wanted to be a mechanical engineer ...

2020-09-11 05:15:00 463

翻译 python回归预测_用python回归预测房屋价格

python回归预测Online property companies offer valuations of houses using machine learning techniques. This report aims to predict house sales in King County, Washington State, USA using Multiple Linear Re...

2020-09-09 01:36:56 1724

翻译 监控仪表盘_创建监控仪表板

监控仪表盘 Expedia Group Technology —软件 (EXPEDIA GROUP TECHNOLOGY — SOFTWARE)Recently our teams at Hotels.com™, part of Expedia Group™, started moving from Graphite to an internal metrics platform that is...

2020-09-08 18:55:38 1108

翻译 外审 大修_技术招聘流程被打破,迫切需要大修

外审 大修If you’ve been a software engineer for some time, then you are probably familiar with how the technical recruiting process works. You no doubt get emails and LinkedIn messages on a weekly basis f...

2020-09-08 18:45:01 250

翻译 javascript 界面_没有JavaScript的选项卡式界面

javascript 界面More and more fancy interface features rely on JavaScript to create— and therefore create accessibility problems with —how they work. Even when today they no longer require JS to be imple...

2020-09-08 18:35:04 521

翻译 spring 演变_团队的演变

spring 演变Editor’s Note: Your team will change whether you like it or not. People will come and go. Your company might double in size or even be acquired. As a foremost expert in coaching software deve...

2020-09-08 18:25:09 318

翻译 mongodb atlas_将您的Go服务与mongodb Atlas连接

mongodb atlas 前言 (Preface)Many say Golang (or just Go) is a very good choice for developing a service for the cloud infrastructure. And that is mostly true. If you have a stateful service that requir...

2020-09-08 18:15:21 374

翻译 关于Kubernetes的5件事你可能不知道

By IOD Expert Raphael Do Vale IOD专家 Raphael Do Vale Searches for Kubernetes have increased steadily over the years, with more and more people trying to understand exactly what K8s is, and better yet,...

2020-09-08 18:05:45 205

翻译 黑马mfc案例教程_黑马指标使用吞吐量的案例

黑马mfc案例教程I’ve not come across many teams that use, let alone know that much about throughput. For the most part, velocity rules the roost when it comes to capacity planning, however, throughput can be...

2020-09-08 17:55:46 233

翻译 软件开发人员的学习计划_作为软件开发人员,我希望学习15件事

软件开发人员的学习计划Software development is a constant learning experience, but there are certain habits and tips that I wished I internalized earlier. Hopefully, these will be of help to any software develope...

2020-09-08 17:44:53 595

翻译 mta运营分析_mta旋转门交通分析可优化街道参与度

mta运营分析In the Project 1 of Metis Data Science Bootcamp (Singapore Batch 5), we are tasked on exploratory data analysis (EDA) of MTA turnstile data to advise a fictitious non-profit organization, Women...

2020-09-05 22:57:00 198

翻译 gcp iot 使用_使用python在11分钟内将50gb文件上传到gcp的存储桶中

gcp iot 使用 项目概况 (Project Overview)I work in a retail company and we’ve contracted a new software to forecast sales and replenishment. 我在一家零售公司工作,我们已经签约了一个新软件来预测销售和补货。 After some months we started to...

2020-09-05 19:41:35 295

翻译 自定义敏感词检测器_使用转移学习创建自己的自定义对象检测器

自定义敏感词检测器This article aims to help out beginners in machine learning on creating your own custom object detector. I have been trying to create a simple object detector and had to go through many artic...

2020-09-02 15:04:47 347

翻译 科技公司 产品经理_科技公司工程经理需要的10个重要技能

科技公司 产品经理If you have a look at job openings at tech companies today, you’ll find that an opening for an engineering manager role is very common. A decade or two ago, such role wasn’t as common. On the...

2020-09-02 14:25:29 470

翻译 pm ux ui_ui与ux回顾2020年前端设计方面与重要性之间的差异

pm ux uiWhy? Because people use the terms UI and UX so interchangeably that I believe it is about time someone talks about the thin line that separates the two. Sure, talking about UI UX designs does ...

2020-09-02 14:16:08 422

翻译 aws延迟测试_aws放大ci cd code lint端到端测试

aws延迟测试After my first approach to AWS Amplify, I want to deal with the implementation of source code linters and end-to-end tests with Cypress, obviously automated in the AWS Amplify CI/CD pipeline. L...

2020-09-02 14:05:45 230

翻译 过早优化是万恶之源_专业化是万恶之源

过早优化是万恶之源Has something like this ever happened to you? 发生过类似的事情吗? You go on a website, and there’s a spinner which loads forever, or an empty screen that forces you to stare. There’s a disabled butto...

2020-09-02 13:56:14 223

翻译 solr搜索如何加快速度_使用solr和cassandra使您的搜索速度快10倍的技巧

solr搜索如何加快速度written by Jiazhen Zhu 朱家珍着 designed by Global Governance Team 由全球治理团队设计 动机 (Motivation)The concept of big data has been popular around the world for a while, even back to a paper from...

2020-09-02 13:46:19 517

翻译 tableau怎样保存本地_在Tableau中React本地语言3年

tableau怎样保存本地Three years ago the Tableau Mobile team decided to rewrite our mobile app in React Native. A bit more than a year ago we released the new app on iOS and Android. It has been a great exper...

2020-09-02 13:36:20 1243

翻译 视觉测试工具箱

The most common use case for visual testing is regression testing using baseline images. However, there are different aspects of visual testing worth discussing too. We will cover template matching (u...

2020-09-02 13:26:53 188

空空如也

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除