Content Explore

阿里文娱多模态搜索算法实践

Published : 2020-07-02 Categories : Information Retrieval Tags : AI 深度学习 机器学习 算法 视频搜索
视频搜索是涉及信息检索、自然语言处理(NLP)、机器学习、计算机视觉(CV)等多领域的综合应用场景,随着深度学习在这些领域的长足进展以及用户对视频生产和消费的广泛需求,视频搜索技术的发展在学术和工业界...

腾讯TKE用eBPF绕过conntrack优化Kubernetes Service

Published : 2020-06-29 Categories : Network Tags : eBPF IPVS iptable Container
Kubernetes Service[1] 用于实现集群中业务之间的互相调用和负载均衡,目前社区的实现主要有userspace,iptables和IPVS三种模式。IPVS模式的性能最好,但依然有优化...

Building a more accurate time service at Facebook scale

Published : 2020-05-25 Categories : Network Tags : NTP 卫星授时 授时服务 数据中心
By
Oleg Obleukhov
UPDATE:
To continue our support of this public NTP service, we have
open-sourced o...

Request-Response Olympics - The Search For The Perfect Request-Response Protocol

Published : 2020-03-22 Categories : Network Tags : RPC Protocol Network TCP HTTP gRPC Redis Bench Performance
This is a story of how we cut down response times significantly in our backend with a few simple ste...

自动驾驶: 激光雷达概述

在这篇文章中你将会看到:
无人驾驶传感器的种类
分分钟了解激光雷达的详细分类
传感器有哪些脑洞大开的布置方式
一、无人车是如何“看到”周围的?
聊感知,你得知道无人驾驶车都会有哪些传感器。无人车的造型...

百度中文纠错技术

Published : 2019-03-06 Categories : Algorithms Tags : NLP
分享嘉宾:付志宏 百度资深研发工程师
编辑整理:李润顺
内容来源:Baidu Brain & DataFun AI Talk《百度中文纠错技术》
出品社区:DataFun
本次分享聚焦于自然语...

KaTeX Supported Functions

Published : 2018-07-30 Categories : Tips
This is a list of TeX functions supported by KaTeX. It is sorted into logical groups.
There is a sim...

Tensorflow: The Confusing Parts (1)

Published : 2018-06-30 Categories : Machine Learning Tags : Tensorflow
Introduction
What is this? Who are you?
I’m Jacob, a
Google AI Resident
. When I started the residen...

TensorFlow : The Confusing Parts 1 (中文)

Published : 2018-06-30 Categories : Algorithms Tags : Tensorflow
导读: “我叫 Jacob,是谷歌 AI Residency 项目的学者。2017 年夏天我进入这个项目的时候,我自己的编程经验很丰富,对机器学习理解也很深刻,但以前我从未使用过 Tensorflow...

Linux下用火焰图进行性能分析

Published : 2018-06-28 Categories : Coding Tags : flamegraph flame graph perf profile debug
1 火焰图简介
很多人感冒发烧的时候, 往往会模仿神农氏尝百草的路子: 先尝尝抗病毒的药, 再试试抗细菌的药, 甭管家里有什么药挨个试, 什么中药西药, 瞎猫总会碰上死耗子, 如此做法自然是不可取的,...