Design Patterns 设计模式 Design patterns are typical solutions to commonly occurring problems in software design. They are like pre-made blueprints that you can customize to solve a recurring design problem in your code. 2021-10-18 Design Pattern Design Pattern Go
【译】Dapper, a Large-Scale Distributed Systems Tracing Infrastructure 本文翻译了谷歌关于分布式系统链路追踪工程化的经典论文 Google Dapper 2021-08-28 Microservice Google Dapper
【译】MapReduce: Simplified Data Processing on Large Clusters 本文翻译了谷歌三架马车之一【MapReduce】的原始论文。 2021-08-25 Big Data Google MapReduce
【译】Bigtable: A Distributed Storage System for Structured Data 本文翻译了谷歌三架马车之一【BigTable】的原始论文。 2021-08-19 Big Data BigTable Google
【译】图解工作池 Visually Understanding Worker Pool 本文翻译了Medium上的一篇博文《Visually Understanding Worker Pool》。帮助快速了解Job/Worker Model(任务与工作者模型)。原文地址:https://medium.com/coinmonks/visually-understanding-worker-pool-48a83b7fc1f5. 2021-08-08 Go goroutine Worker Pool
RANSAC 算法介绍 Random Sample Consensus (RANSAC) is an iterative method to estimate parameters of a mathematical model from a set of observed data that contains outliers, when outliers are to be accorded no influence 2020-09-07 Computer Vision RANSAC Computer Vision
Install Tensorflow(GPU support) with Anaconda on Windows 10 This guide is an enhanced version of the official installation instruction. It includes more details and explanations. You can find the original version here. About TensorFlowTensorFlow™ is an open so 2017-11-20 Deep Learning Tensorflow