Tagged articles

Deep Learning

1276 articles · Page 11 of 13
Beike Product & Technology
Beike Product & Technology
May 23, 2019 · Artificial Intelligence

Practical Applications and Challenges of Machine Learning and AI at QCon Beijing 2019

At QCon Beijing 2019, four Beike technology experts presented the practical use and challenges of machine learning for user profiling, deep‑learning‑based house‑quality scoring, intelligent customer‑service systems, and AI‑driven floor‑plan generation, summarizing the architecture, data pipelines, model evolution, and future improvement directions.

AIDeep LearningGaN
0 likes · 16 min read
Practical Applications and Challenges of Machine Learning and AI at QCon Beijing 2019
Youku Technology
Youku Technology
May 20, 2019 · Artificial Intelligence

Youku Video Enhancement and Super‑Resolution Competition Overview

The Youku Video Enhancement and Super‑Resolution Competition challenges teams of up to five to develop 4× upscaling models that also remove noise and compression artifacts, using a 10,000‑pair dataset, with prizes up to ¥100,000 and recruitment opportunities, running from May to September 2019.

AI CompetitionDeep LearningYouku
0 likes · 9 min read
Youku Video Enhancement and Super‑Resolution Competition Overview
HomeTech
HomeTech
May 15, 2019 · Artificial Intelligence

How to Build a Deep Learning Model to Predict Workdays from Attendance Data

This article walks beginners through the fundamentals of artificial intelligence, machine learning, and deep learning, using a real‑world attendance dataset to illustrate how to label data, construct a simple linear model, and expand it into a neural network for workday prediction.

Artificial IntelligenceDeep LearningSupervised Learning
0 likes · 9 min read
How to Build a Deep Learning Model to Predict Workdays from Attendance Data
360 Tech Engineering
360 Tech Engineering
May 10, 2019 · Artificial Intelligence

Distributed Training with MXNet: Data Parallel on Single and Multi‑Node GPUs and Integration with Kubeflow

This article explains how MXNet supports data‑parallel training on single‑machine multi‑GPU and multi‑machine multi‑GPU setups, describes KVStore modes, outlines the worker‑server‑scheduler architecture, and shows how to launch large‑scale distributed training using Kubeflow and the mxnet‑operator.

Data ParallelDeep LearningDistributed Training
0 likes · 11 min read
Distributed Training with MXNet: Data Parallel on Single and Multi‑Node GPUs and Integration with Kubeflow
Alibaba Cloud Developer
Alibaba Cloud Developer
May 7, 2019 · Artificial Intelligence

What Makes Alibaba’s MNN Engine a Game-Changer for Mobile AI Inference?

Alibaba’s open‑source MNN is a lightweight, high‑performance deep‑learning inference engine optimized for edge devices, supporting multiple model formats and backends, offering portability across iOS, Android, and IoT, with detailed architecture, performance benchmarks, roadmap, and real‑world application examples.

Deep LearningMNNedge AI
0 likes · 12 min read
What Makes Alibaba’s MNN Engine a Game-Changer for Mobile AI Inference?
Architecture Digest
Architecture Digest
May 6, 2019 · Artificial Intelligence

Deep Learning Practices in Meituan O2O Service Search

The article details Meituan's large‑scale O2O search platform, describing its current coverage, challenges such as heterogeneous POI data and user intent diversity, and the deep‑learning‑driven solutions—including intelligent matching, business recognition, component analysis, semantic models, real‑time features, and future personalization directions.

AIDeep LearningMeituan
0 likes · 14 min read
Deep Learning Practices in Meituan O2O Service Search
Hulu Beijing
Hulu Beijing
Apr 30, 2019 · Artificial Intelligence

How Can Deep Neural Networks Be Accelerated and Compressed? Key Techniques Explained

This article reviews why deep neural networks are over‑parameterized, outlines the challenges of deploying them on mobile and embedded devices, and presents six major strategies—pruning, low‑rank approximation, filter selection, quantization, knowledge distillation, and novel architecture design—to accelerate and compress models while preserving performance.

Deep LearningPruningknowledge distillation
0 likes · 11 min read
How Can Deep Neural Networks Be Accelerated and Compressed? Key Techniques Explained
Youku Technology
Youku Technology
Apr 29, 2019 · Artificial Intelligence

Precise and Fast Object Segmentation Algorithms – Talk by Ren Haibing (Youku Cognitive Lab)

Ren Haibing’s Youku Cognitive Lab talk reviews object segmentation’s motivation, explains semantic and instance concepts, presents UNet‑based and category‑agnostic methods—including fast video segmentation with motion cues—and reports high IoU results while outlining future edge‑aware, label‑free, and non‑online video segmentation research directions.

AIDeep Learningcategory-agnostic
0 likes · 19 min read
Precise and Fast Object Segmentation Algorithms – Talk by Ren Haibing (Youku Cognitive Lab)
Hulu Beijing
Hulu Beijing
Apr 25, 2019 · Artificial Intelligence

How to Build End-to-End Deep Learning Models for Self-Driving Cars

This article reviews the evolution of autonomous‑driving research, explains how to design end‑to‑end deep‑neural‑network models such as PilotNet, and outlines a reinforcement‑learning based decision system, highlighting key architectures, performance metrics, and future challenges.

Autonomous DrivingDeep LearningEnd-to-End
0 likes · 9 min read
How to Build End-to-End Deep Learning Models for Self-Driving Cars
HomeTech
HomeTech
Apr 25, 2019 · Artificial Intelligence

An Introduction to Artificial Intelligence: Basics, Applications, and How to Get Started

This article provides a beginner-friendly overview of artificial intelligence, explaining its core concepts, the relationship between AI, machine learning and deep learning, common real-world applications such as search and recommendation, and practical steps and resources for newcomers to start learning AI with Python and basic statistics.

AIDeep LearningPython
0 likes · 8 min read
An Introduction to Artificial Intelligence: Basics, Applications, and How to Get Started
Tencent Cloud Developer
Tencent Cloud Developer
Apr 24, 2019 · Artificial Intelligence

Chinese Text Sentiment Classification Using Multi‑layer LSTM: Data Preparation, Model Architecture, and Business Applications

The article details a practical workflow for Chinese sentiment classification in Tencent’s Goose Man product, covering data preparation, word‑segmentation challenges, a six‑layer multi‑LSTM architecture with word embeddings, training results achieving roughly 96 % accuracy, and its deployment for automatic detection of misleading and high‑impact user reviews.

Chinese NLPDeep LearningKeras
0 likes · 23 min read
Chinese Text Sentiment Classification Using Multi‑layer LSTM: Data Preparation, Model Architecture, and Business Applications
JD Tech Talk
JD Tech Talk
Apr 19, 2019 · Artificial Intelligence

Fundamentals and Practical Applications of Text Mining: Workflow, Methods, and a Sentiment Analysis Case Study

This article outlines the end‑to‑end text‑mining workflow—from data acquisition and preprocessing to feature extraction, algorithm selection, and model evaluation—while demonstrating a sentiment‑analysis case study that combines LDA topic modeling with deep‑learning classifiers.

Deep LearningLDANatural Language Processing
0 likes · 11 min read
Fundamentals and Practical Applications of Text Mining: Workflow, Methods, and a Sentiment Analysis Case Study
Sohu Tech Products
Sohu Tech Products
Apr 17, 2019 · Artificial Intelligence

CTR Estimation in Recommendation Systems: From Logistic Regression to Deep & Cross Networks

This article reviews the evolution of click‑through‑rate (CTR) estimation models for recommendation ranking, covering logistic regression, feature‑engineering tricks, factorization machines, deep neural networks, wide‑and‑deep architectures, and the Deep & Cross Network, while discussing their strengths, limitations, and future research directions.

CTRDeep LearningRecommendation Systems
0 likes · 14 min read
CTR Estimation in Recommendation Systems: From Logistic Regression to Deep & Cross Networks
Tencent Cloud Developer
Tencent Cloud Developer
Apr 16, 2019 · Artificial Intelligence

Building Image Recognition Systems: From Basics to Advanced AI Techniques

This article summarizes a computer‑vision salon where Dr. Ji Yongnan explains imaging pipelines, traditional feature‑based methods, deep‑learning breakthroughs, Tencent Cloud AI services, real‑world case studies, and answers audience questions about machine‑vision versus computer‑vision and data‑scarcity challenges.

AI ApplicationsDeep LearningSegmentation
0 likes · 18 min read
Building Image Recognition Systems: From Basics to Advanced AI Techniques
Hulu Beijing
Hulu Beijing
Apr 16, 2019 · Artificial Intelligence

How Deep Learning Transforms Network Bandwidth Prediction: From RNN to CNN‑RNN Hybrids

This article explores how deep learning techniques such as RNN, LSTM, 3D‑CNN, and CNN‑RNN hybrids can be applied to predict network bandwidth and traffic, comparing traditional time‑series methods with modern AI approaches and highlighting the potential of graph neural networks for future improvements.

CNNDeep LearningNetwork Traffic
0 likes · 9 min read
How Deep Learning Transforms Network Bandwidth Prediction: From RNN to CNN‑RNN Hybrids
MaGe Linux Operations
MaGe Linux Operations
Apr 15, 2019 · Artificial Intelligence

How to Build a Breast Cancer Prediction Neural Network from Scratch in Python

This article walks through creating a Python‑based neural network to predict breast cancer using the Wisconsin dataset, covering network architecture, weight and bias initialization, back‑propagation, gradient descent, and the role of activation functions such as sigmoid, tanh, ReLU and Leaky ReLU.

Deep LearningNeural NetworkPython
0 likes · 13 min read
How to Build a Breast Cancer Prediction Neural Network from Scratch in Python
Alibaba Cloud Developer
Alibaba Cloud Developer
Apr 15, 2019 · Artificial Intelligence

Why Deep Learning Finally Succeeded and What Challenges Lie Ahead

This article reviews Jia Yangqing’s insights on why deep learning finally succeeded—highlighting the roles of big data and high‑performance computing—while examining its current limitations, emerging challenges, and future opportunities across AI engineering, AutoML, and hardware‑software co‑design.

AI ChallengesAI engineeringAutoML
0 likes · 9 min read
Why Deep Learning Finally Succeeded and What Challenges Lie Ahead
Sohu Tech Products
Sohu Tech Products
Apr 11, 2019 · Artificial Intelligence

Media Domain Named Entity Recognition: Techniques, Evolution, and Sohu’s Practical Implementation

This article reviews the challenges of media‑domain named entity recognition, outlines the evolution from rule‑based methods through traditional machine‑learning and deep‑learning models to attention‑based Transformers, and details Sohu’s practical Bi‑LSTM‑CRF system with data‑annotation strategies and performance results.

Bi-LSTMCRFDeep Learning
0 likes · 12 min read
Media Domain Named Entity Recognition: Techniques, Evolution, and Sohu’s Practical Implementation
Hulu Beijing
Hulu Beijing
Apr 11, 2019 · Artificial Intelligence

Optimizing Real-Time Ad Bidding with Reinforcement Learning: A Deep Dive

This article explains how real‑time bidding works in computational advertising, defines the budget‑constrained bidding problem, models it with reinforcement learning, and presents a deep‑network implementation together with visual analysis and key references.

AdvertisingDeep Learningbudget optimization
0 likes · 6 min read
Optimizing Real-Time Ad Bidding with Reinforcement Learning: A Deep Dive
Hulu Beijing
Hulu Beijing
Apr 10, 2019 · Artificial Intelligence

Designing Deep Learning Models for Item Similarity in Recommendation Systems

This article explains how to build both unsupervised and supervised deep‑learning models that compute item similarity from user behavior, covering prod2vec embeddings, skip‑gram architectures, loss function design, and practical training steps for modern recommender systems.

Collaborative FilteringDeep LearningRecommendation Systems
0 likes · 8 min read
Designing Deep Learning Models for Item Similarity in Recommendation Systems
DataFunTalk
DataFunTalk
Apr 8, 2019 · Artificial Intelligence

AI Scientific Frontier Conference 2019 – Program, Speakers, and Schedule

The AI Scientific Frontier Conference 2019, co‑hosted by the Chinese Academy of Sciences AI Alliance and Beijing Institute of Technology, gathers leading researchers to present cutting‑edge talks on AI theory, deep learning, computer vision, robotics, NLP, big data, and related applications, with detailed schedules, speaker bios, venue information, and registration details provided.

AIDeep LearningNLP
0 likes · 60 min read
AI Scientific Frontier Conference 2019 – Program, Speakers, and Schedule
Hulu Beijing
Hulu Beijing
Apr 4, 2019 · Artificial Intelligence

How BERT, GPT, and ELMo Revolutionize Language Feature Representation

Natural language processing, a cornerstone of AI, relies on language models to capture linguistic features; this article reviews classic pre‑training models—ELMo, GPT, and BERT—explaining their architectures, training objectives, and how they boost downstream NLP tasks despite data‑scarcity challenges.

BERTDeep LearningELMo
0 likes · 10 min read
How BERT, GPT, and ELMo Revolutionize Language Feature Representation
Hulu Beijing
Hulu Beijing
Apr 2, 2019 · Artificial Intelligence

From Object Detection to Language Models: A Deep Dive into AI Advances

This article surveys the evolution of object detection models—comparing one‑stage and two‑stage approaches, their performance trade‑offs, and recent state‑of‑the‑art methods—while also outlining key concepts and breakthroughs in natural language processing, highlighting the impact of deep‑learning models such as BERT.

AI researchBERTDeep Learning
0 likes · 14 min read
From Object Detection to Language Models: A Deep Dive into AI Advances
Alibaba Cloud Developer
Alibaba Cloud Developer
Apr 2, 2019 · Mobile Development

How xNN-OCR Brings High‑Precision, Real‑Time OCR to Mobile Devices

This article explains how the lightweight xNN-OCR engine achieves high accuracy and real‑time performance on mobile devices through deep‑learning model compression, novel detection and recognition techniques, and showcases its practical applications such as bank‑card, gas‑meter, license‑plate, and ID recognition.

Deep Learningedge AImobile OCR
0 likes · 12 min read
How xNN-OCR Brings High‑Precision, Real‑Time OCR to Mobile Devices
DataFunTalk
DataFunTalk
Mar 22, 2019 · Artificial Intelligence

Understanding Alibaba’s “Image Matters” Paper: Deep Image CTR Model (DICM) and Advanced Model Server

This article interprets Alibaba’s “Image Matters” paper, explaining how the Deep Image CTR Model (DICM) introduces user‑side visual preference modeling with image embeddings, why traditional Parameter Servers struggle with large image vectors, and how the Advanced Model Server (AMS) compresses embeddings to enable efficient distributed training.

Advanced Model ServerCTRDeep Learning
0 likes · 15 min read
Understanding Alibaba’s “Image Matters” Paper: Deep Image CTR Model (DICM) and Advanced Model Server
Hulu Beijing
Hulu Beijing
Mar 21, 2019 · Artificial Intelligence

How GANs’ Objective Functions Evolved: From JS Divergence to Modern Variants

This article explores the evolution of Generative Adversarial Networks' objective functions, detailing the shift from Jensen‑Shannon divergence to f‑divergence, IPM‑based approaches, and auxiliary losses, while highlighting their impact on stability and performance across image, audio, and text generation tasks.

Deep LearningGANsGenerative Adversarial Networks
0 likes · 9 min read
How GANs’ Objective Functions Evolved: From JS Divergence to Modern Variants
Alibaba Cloud Developer
Alibaba Cloud Developer
Mar 20, 2019 · Artificial Intelligence

How Taobao’s Search & Recommendation Algorithms Evolved: From Rules to Cognitive AI

This article reviews the evolution of Taobao’s search and recommendation technology, tracing its journey from simple statistical models and rule‑based systems through large‑scale machine learning and real‑time online learning to modern deep‑learning and cognitive intelligence approaches that drive e‑commerce innovation.

Deep LearningE‑commerceMachine Learning
0 likes · 16 min read
How Taobao’s Search & Recommendation Algorithms Evolved: From Rules to Cognitive AI
Hulu Beijing
Hulu Beijing
Mar 19, 2019 · Artificial Intelligence

Understanding Variational Autoencoders: Core Concepts and Training Explained

This article introduces Variational Autoencoders (VAEs), compares them with GANs, explains the underlying variational inference principle, and details how VAEs are trained using the evidence lower bound, complemented by visual diagrams and key equations.

Deep LearningGenerative ModelsMachine Learning
0 likes · 4 min read
Understanding Variational Autoencoders: Core Concepts and Training Explained
Alibaba Cloud Developer
Alibaba Cloud Developer
Mar 19, 2019 · Artificial Intelligence

Unlocking Anomaly Detection: Techniques from Time Series to Deep Learning

This comprehensive guide explores anomaly (outlier) detection across diverse methods—including time‑series analysis, statistical tests, distance metrics, matrix factorization, graph approaches, behavior‑sequence modeling, and supervised machine‑learning models—highlighting their principles, formulas, and practical use cases such as fraud prevention and system monitoring.

Deep LearningMachine Learninganomaly detection
0 likes · 17 min read
Unlocking Anomaly Detection: Techniques from Time Series to Deep Learning
Hulu Beijing
Hulu Beijing
Mar 7, 2019 · Artificial Intelligence

From AlexNet to ResNeXt: Key Milestones in CNN Evolution

This article traces the evolution of convolutional neural networks from the pioneering AlexNet through VGG, Inception, ResNet, Inception‑v4, Inception‑ResNet and ResNeXt, highlighting architectural innovations, performance gains, and the underlying biological inspirations that shaped modern deep learning models.

AlexNetCNNDeep Learning
0 likes · 13 min read
From AlexNet to ResNeXt: Key Milestones in CNN Evolution
Alibaba Cloud Developer
Alibaba Cloud Developer
Mar 6, 2019 · Artificial Intelligence

How Deep Learning Unwarps Curved Document Images for Better OCR

This article explores how deep‑learning‑based image dewarping techniques, from traditional hardware methods to modern U‑Net, Stacked U‑Net and Dilated U‑Net architectures, can correct warped document photos, improve OCR accuracy, and support intelligent verification in high‑throughput business scenarios.

Deep LearningModel EvaluationOCR
0 likes · 19 min read
How Deep Learning Unwarps Curved Document Images for Better OCR
Alibaba Cloud Developer
Alibaba Cloud Developer
Mar 5, 2019 · Artificial Intelligence

How Alibaba’s Semantic Human Matting Achieves Fully Automatic High‑Precision Image Cutouts

This article introduces Alibaba’s intelligent matting editor and its Semantic Human Matting (SHM) algorithm, detailing the integration of semantic segmentation and deep matting networks, the fusion module, training strategy, experimental results, and the deployment of an online fully‑automatic cutout tool for designers.

AlibabaDeep LearningSemantic Segmentation
0 likes · 16 min read
How Alibaba’s Semantic Human Matting Achieves Fully Automatic High‑Precision Image Cutouts
Xianyu Technology
Xianyu Technology
Feb 27, 2019 · Artificial Intelligence

UI2CODE: Layout Analysis and Background/Foreground Extraction for UI Images

The UI2CODE system tackles UI layout analysis by first extracting backgrounds with Sobel, Laplacian and Canny edge detection plus a flood‑fill algorithm, then isolating foreground components through connected‑component analysis and a Faster R‑CNN classifier, and finally fusing both pipelines to achieve superior precision, recall and IoU on Xianyu app screenshots.

Deep LearningFaster R-CNNUI2Code
0 likes · 16 min read
UI2CODE: Layout Analysis and Background/Foreground Extraction for UI Images
58 Tech
58 Tech
Feb 22, 2019 · Artificial Intelligence

Algorithm Evolution and Implementation of 58.com Intelligent QABot for Business Consultation

The article details the design and iterative improvement of 58.com’s intelligent QABot, covering knowledge‑base construction, feature engineering, three generations of classification models—including FastText, Bi‑LSTM, and deep semantic matching—and evaluation metrics that achieve high accuracy and automation rates.

AIDeep LearningIntelligent Customer Service
0 likes · 12 min read
Algorithm Evolution and Implementation of 58.com Intelligent QABot for Business Consultation
Alibaba Cloud Developer
Alibaba Cloud Developer
Feb 21, 2019 · Artificial Intelligence

How Alibaba Uses AI to Automatically Find High‑Quality Buyer Photos on Taobao

This article explains how Alibaba’s algorithm team tackles the massive challenge of extracting high‑quality buyer‑generated images from Taobao by combining statistical features, GBDT classification, deep CNN visual assessment, aesthetic scoring, and dirty‑data filters to improve content moderation efficiency.

AIDeep LearningE‑commerce
0 likes · 12 min read
How Alibaba Uses AI to Automatically Find High‑Quality Buyer Photos on Taobao
Architects Research Society
Architects Research Society
Feb 9, 2019 · Artificial Intelligence

Introduction to TensorFlow and Building a Simple Neural Network for Image Classification

This article introduces TensorFlow, explains when neural networks are appropriate, outlines the general workflow for solving image‑based problems, and provides a step‑by‑step Python implementation of a multilayer perceptron that classifies handwritten digits, while also discussing TensorFlow's strengths, limitations, and alternatives.

Deep LearningMachine LearningPython
0 likes · 14 min read
Introduction to TensorFlow and Building a Simple Neural Network for Image Classification
Architects' Tech Alliance
Architects' Tech Alliance
Feb 3, 2019 · Fundamentals

Understanding GPUDirect RDMA: Principles, Implementation, and Performance

This article explains the background of GPU communication, introduces DMA and RDMA fundamentals, describes how GPUDirect RDMA enables direct GPU-to-GPU memory access across machines, and presents performance results showing reduced latency and increased bandwidth for distributed deep‑learning training.

Deep LearningGPU communicationGPUDirect
0 likes · 7 min read
Understanding GPUDirect RDMA: Principles, Implementation, and Performance
JD Tech
JD Tech
Feb 2, 2019 · Artificial Intelligence

Improved Selective Refinement Network (ISRN): JD AI’s State‑of‑the‑Art Face Detection Achieves Top Rankings on WIDER FACE

JD AI Research Institute introduced the Improved Selective Refinement Network (ISRN), a face‑detection model that outperforms all competitors on the WIDER FACE benchmark across Easy, Medium, and Hard subsets with AP scores of 96.3%, 95.4% and 90.3%, thanks to novel training strategies, COCO pre‑training, redesigned input modules, and multi‑stage classification‑regression enhancements.

Deep LearningISRNJD AI
0 likes · 8 min read
Improved Selective Refinement Network (ISRN): JD AI’s State‑of‑the‑Art Face Detection Achieves Top Rankings on WIDER FACE
Architects' Tech Alliance
Architects' Tech Alliance
Feb 1, 2019 · Industry Insights

How GPUDirect P2P Boosts Multi‑GPU Performance and What Limits It in Virtualized Environments

This article explains the background of GPU communication, details NVIDIA's GPUDirect and its Peer‑to‑Peer features, discusses virtualization challenges, and presents performance measurements on an Alibaba Cloud GN5 instance showing latency reduction and near‑linear scaling for deep‑learning workloads.

Deep LearningGPU communicationGPUDirect
0 likes · 6 min read
How GPUDirect P2P Boosts Multi‑GPU Performance and What Limits It in Virtualized Environments
Alibaba Cloud Developer
Alibaba Cloud Developer
Feb 1, 2019 · Artificial Intelligence

How an Automatic Pipeline Framework Supercharges AI Inference in Retail Surveillance

This article explains how Alibaba's automatic task‑pipeline system transforms deep‑learning inference for retail video streams by decoupling model execution from scheduling, using Python‑based pipelines, high‑performance shared memory, and robust fault‑tolerance, achieving up to 13% faster processing and double the camera capacity.

AI PipelineDeep LearningPython
0 likes · 22 min read
How an Automatic Pipeline Framework Supercharges AI Inference in Retail Surveillance
21CTO
21CTO
Jan 28, 2019 · Artificial Intelligence

Why Deep Learning Is the Paradigm Shift Shaping the AI Era

The article traces AI’s origins from the 1956 Dartmouth conference, explains how deep learning has become the driving force behind modern AI applications, discusses the need for a mindset shift, lifelong learning, and strategic adaptation to stay relevant in the rapidly evolving intelligent era.

AI ethicsArtificial IntelligenceDeep Learning
0 likes · 21 min read
Why Deep Learning Is the Paradigm Shift Shaping the AI Era
Meituan Technology Team
Meituan Technology Team
Jan 25, 2019 · Artificial Intelligence

Fine-grained User Review Sentiment Classification: AI Challenger 2018 Champion's Approach

Cheng Huige’s winning AI Challenger 2018 solution treated fine‑grained Chinese review sentiment as a 20‑aspect multi‑class task, combining a high‑capacity LSTM encoder with self‑attention, word‑and‑character embeddings, simplified ELMo pre‑training, diverse tokenizations and a weighted seven‑model ensemble (including BERT), which together delivered the competition’s top F1 performance.

BERTDeep LearningELMo
0 likes · 14 min read
Fine-grained User Review Sentiment Classification: AI Challenger 2018 Champion's Approach
Tencent Cloud Developer
Tencent Cloud Developer
Jan 17, 2019 · Artificial Intelligence

Deep Learning for Big Data Recommendation Systems: Tencent's Industrial Practice

Tencent’s industrial practice shows how a large‑scale offline‑nearline‑online “Shield” recommendation architecture, powered by the DeepR framework built on RCaffe, uses deep semantic embeddings, massive neural networks and reinforcement‑learning decisions to handle billions of daily requests, demonstrating that data richness and engineering capability, not model depth alone, drive performance in big‑data recommendation systems.

Big DataDeep LearningNeural Network
0 likes · 13 min read
Deep Learning for Big Data Recommendation Systems: Tencent's Industrial Practice
Meituan Technology Team
Meituan Technology Team
Jan 17, 2019 · Artificial Intelligence

Evolution of Meituan-Dianping Search Core Ranking: From Traditional Models to LambdaDNN Listwise Deep Learning

The Meituan‑Dianping search team progressed its core ranking from linear, FM and GBDT models to a knowledge‑graph‑enhanced deep‑learning architecture, culminating in the listwise LambdaDNN network that directly optimizes NDCG, supported by extensive feature engineering, distributed TensorFlow training, and the Athena diagnostic system.

Deep LearningKnowledge GraphLambdaDNN
0 likes · 29 min read
Evolution of Meituan-Dianping Search Core Ranking: From Traditional Models to LambdaDNN Listwise Deep Learning
JD Tech Talk
JD Tech Talk
Jan 16, 2019 · Artificial Intelligence

Combining CNN and LSTM for Purchase User Prediction: Architecture, Implementation, and Results

This article presents a detailed case study of building a purchase‑user prediction model by integrating Convolutional Neural Networks for feature extraction with Long Short‑Term Memory networks for time‑series forecasting, covering background, model structure, data augmentation, experimental results, and business impact.

CNNDeep LearningLSTM
0 likes · 10 min read
Combining CNN and LSTM for Purchase User Prediction: Architecture, Implementation, and Results
Meituan Technology Team
Meituan Technology Team
Jan 10, 2019 · Artificial Intelligence

Deep Learning and Ranking Model Evolution for Hotel Search at Meituan

The talk explains how Meituan transformed its O2O hotel search by layering a multi‑stage retrieval pipeline with intent‑aware NLP, then progressively upgrading ranking—from XGBoost to MLPs, feature‑embedding networks, and finally a Wide‑Deep multi‑task model—while tackling data sparsity, diverse scenarios, and deploying the system via TensorFlow‑Serving and the in‑house MLX platform.

Deep LearningMachine LearningMeituan
0 likes · 33 min read
Deep Learning and Ranking Model Evolution for Hotel Search at Meituan
Sohu Tech Products
Sohu Tech Products
Jan 9, 2019 · Artificial Intelligence

Understanding the Transformer Model: Attention, Self‑Attention, and Multi‑Head Mechanisms

This article provides a comprehensive, step‑by‑step explanation of the Transformer architecture, covering its encoder‑decoder structure, self‑attention, multi‑head attention, positional encoding, residual connections, and training processes, illustrated with diagrams and code snippets to aid readers new to neural machine translation.

Deep LearningMulti-Head AttentionNeural Machine Translation
0 likes · 16 min read
Understanding the Transformer Model: Attention, Self‑Attention, and Multi‑Head Mechanisms
Alibaba Cloud Developer
Alibaba Cloud Developer
Jan 9, 2019 · Artificial Intelligence

Master Deep Learning Foundations and 14 Cutting-Edge Recommendation Models

This article introduces core deep‑learning architectures—including MLP, RNN, CNN, auto‑encoders, and RBM—explains common activation and loss functions, and then surveys fourteen influential deep‑learning‑based recommendation algorithms such as FM, wide&deep, deepFM, NCF, GBDT+LR, seq2seq and YouTube DNN, complete with model diagrams and reference links.

AIDeep LearningMachine Learning
0 likes · 18 min read
Master Deep Learning Foundations and 14 Cutting-Edge Recommendation Models
iQIYI Technical Product Team
iQIYI Technical Product Team
Jan 4, 2019 · Artificial Intelligence

Building a Deep Learning Training Platform on Cloud: Challenges, Runonce Service, and Storage Optimization

iQIYI built a cloud‑based deep‑learning training platform called Jarvis, replacing the initial Runonce service, by containerizing GPU tasks, adopting Ceph S3 storage with FUSE, optimizing data pipelines, and addressing compute, storage, and networking challenges to improve scalability and reduce GPU idle time.

AI trainingDeep LearningGPU computing
0 likes · 9 min read
Building a Deep Learning Training Platform on Cloud: Challenges, Runonce Service, and Storage Optimization
iQIYI Technical Product Team
iQIYI Technical Product Team
Jan 4, 2019 · Artificial Intelligence

NLP-based Text Opinion Extraction and Sentiment Analysis for iQIYI Video Comments

iQIYI’s NLP pipeline—combining CRF‑based segmentation, bidirectional LSTM/GRU models with attention and a CNN classifier—automatically extracts opinion targets, sentiment words and polarity from unstructured video comments, aggregates them across users to reveal collective attitudes toward actors, plot, and visual effects, and guides future work on implicit opinions and broader sentiment domains.

Deep LearningNLPOpinion Mining
0 likes · 12 min read
NLP-based Text Opinion Extraction and Sentiment Analysis for iQIYI Video Comments
Alibaba Cloud Developer
Alibaba Cloud Developer
Dec 21, 2018 · Artificial Intelligence

X-DeepLearning: Alibaba’s Open‑Source Framework for Large‑Scale Sparse Deep Learning

Alibaba's X‑DeepLearning (XDL) is an open‑source deep‑learning framework optimized for high‑dimensional sparse data, offering industrial‑grade distributed training, built‑in CTR/recommendation algorithms, structured compression, and online learning capabilities, with benchmark results demonstrating superior scalability and performance.

CTR predictionDeep LearningDistributed Training
0 likes · 18 min read
X-DeepLearning: Alibaba’s Open‑Source Framework for Large‑Scale Sparse Deep Learning
Alibaba Cloud Developer
Alibaba Cloud Developer
Dec 19, 2018 · Artificial Intelligence

How Cross‑Domain Embedding Boosts New User Recommendations in Alibaba’s Ecosystem

This article explains the design of a Cross‑Domain Embedding (CSDE) method that transfers Alipay user features to Taobao representations, details its learning and adaptive prediction stages, and shows experimental and online results demonstrating significant conversion‑rate improvements for new and inactive users.

Deep LearningGaNUser Representation
0 likes · 15 min read
How Cross‑Domain Embedding Boosts New User Recommendations in Alibaba’s Ecosystem
Architects' Tech Alliance
Architects' Tech Alliance
Dec 13, 2018 · Fundamentals

Intel Unveils Sunny Cove 10 nm CPU Architecture and Foveros 3D Stacking Technology at Architecture Day 2018

At Intel Architecture Day 2018 the company announced its next‑generation Sunny Cove micro‑architecture built on 10 nm, detailed its roadmap through 2021, introduced the 3D‑stacking Foveros technology, previewed new integrated and discrete GPUs, and launched a deep‑learning reference stack for AI developers.

10nm3D stackingDeep Learning
0 likes · 12 min read
Intel Unveils Sunny Cove 10 nm CPU Architecture and Foveros 3D Stacking Technology at Architecture Day 2018
37 Interactive Technology Team
37 Interactive Technology Team
Dec 13, 2018 · Artificial Intelligence

A 2‑Channel CNN Method for Automatic Game Asset Tag Generation and Similarity Recommendation

The paper introduces an improved two‑channel CNN, built on a shared VGG16 backbone and a hinge‑loss metric, to automatically generate numeric tags for game advertising assets by learning content and style similarity, achieving over 97% test accuracy and enabling efficient ad placement and asset management.

2-channel networkCNNDeep Learning
0 likes · 14 min read
A 2‑Channel CNN Method for Automatic Game Asset Tag Generation and Similarity Recommendation
Tencent Cloud Developer
Tencent Cloud Developer
Dec 13, 2018 · Artificial Intelligence

Everything you need to know about AutoML and Neural Architecture Search

AutoML and Neural Architecture Search automate deep‑learning model design by using controller networks to explore and evaluate candidate architectures, with efficient variants like PNAS and ENAS reducing cost, while platforms such as Google Cloud AutoML and open‑source AutoKeras make these techniques accessible, promising broader, democratized AI breakthroughs.

AutoMLDeep LearningENAS
0 likes · 7 min read
Everything you need to know about AutoML and Neural Architecture Search
Tencent Cloud Developer
Tencent Cloud Developer
Dec 11, 2018 · Artificial Intelligence

Everything You Need to Know About AutoML and Neural Architecture Search

AutoML and Neural Architecture Search automate deep‑learning model design by sampling and training network blocks, using reinforcement‑learning or efficient weight‑sharing strategies such as PNAS and ENAS, enabling high‑accuracy architectures in days on a single GPU, with services like Google Cloud AutoML and open‑source tools like AutoKeras, while future research aims to expand search spaces beyond hand‑crafted blocks.

AutoMLDeep LearningENAS
0 likes · 9 min read
Everything You Need to Know About AutoML and Neural Architecture Search
DataFunTalk
DataFunTalk
Dec 11, 2018 · Artificial Intelligence

Multi-Task Learning in Natural Language Processing

An in‑depth overview of multi‑task learning for natural language processing is presented, covering deep learning foundations, challenges, various multi‑task learning paradigms (hard, soft, shared‑private, function‑level, hierarchical, and search‑based sharing), benchmark platforms, and future research directions, illustrated with numerous diagrams.

Deep LearningNLP
0 likes · 15 min read
Multi-Task Learning in Natural Language Processing
DataFunTalk
DataFunTalk
Dec 8, 2018 · Artificial Intelligence

Analysis of YouTube’s Deep Neural Network–Based Recommendation System

The article examines YouTube’s large‑scale recommendation system, detailing its deep‑learning architecture, the challenges of scale, freshness and noise, and the design choices in candidate generation, ranking, data collection, and evaluation that together deliver over 70% of user watch time.

Deep LearningYouTube
0 likes · 10 min read
Analysis of YouTube’s Deep Neural Network–Based Recommendation System
Tencent Cloud Developer
Tencent Cloud Developer
Dec 5, 2018 · Artificial Intelligence

19 AI Technologies That Are Currently Dominating

The article surveys the nineteen leading AI technologies—from natural language generation and speech recognition to digital twins and marketing automation—detailing their core functions, common use cases such as customer service, security, content creation, and the key vendors delivering each solution.

AI TechnologiesArtificial IntelligenceDeep Learning
0 likes · 17 min read
19 AI Technologies That Are Currently Dominating
Alibaba Cloud Developer
Alibaba Cloud Developer
Nov 30, 2018 · Artificial Intelligence

How Multi‑Source Pointer Networks Transform E‑Commerce Product Title Generation

This article presents a multi‑source pointer network approach for generating concise, brand‑preserving product short titles in e‑commerce, detailing problem formalization, model architecture, extensive offline and online experiments, and demonstrating significant improvements over traditional truncation and seq2seq baselines.

Deep LearningE‑commerceText Summarization
0 likes · 16 min read
How Multi‑Source Pointer Networks Transform E‑Commerce Product Title Generation
DataFunTalk
DataFunTalk
Nov 29, 2018 · Artificial Intelligence

TensorFlow Technology Development and Practical Applications: Deep Learning Overview, TensorFlow Introduction, and Fashion Design Use Cases

The article summarizes Zheng Zeyu's presentation on deep learning fundamentals, the evolution and features of TensorFlow, and how AI techniques such as neural networks and Faster R-CNN are applied to address data challenges and enable intelligent fashion design and recommendation.

Deep LearningFaster R-CNNTensorFlow
0 likes · 10 min read
TensorFlow Technology Development and Practical Applications: Deep Learning Overview, TensorFlow Introduction, and Fashion Design Use Cases
Alibaba Cloud Developer
Alibaba Cloud Developer
Nov 28, 2018 · Artificial Intelligence

How Alibaba’s X-Deep Learning Framework Revolutionizes High‑Dimensional Sparse Data Processing

Alibaba's X-Deep Learning (XDL) framework, the first open‑source deep learning system designed for high‑dimensional sparse data, powers advertising, recommendation, and search workloads, delivering industrial‑scale performance and boosting revenue while offering an open, easy‑to‑use solution for the broader AI community.

AdvertisingDeep LearningXDL
0 likes · 6 min read
How Alibaba’s X-Deep Learning Framework Revolutionizes High‑Dimensional Sparse Data Processing
MaGe Linux Operations
MaGe Linux Operations
Nov 26, 2018 · Artificial Intelligence

Master Python Machine Learning in 14 Steps: From Zero to Expert

This comprehensive guide walks beginners through fourteen practical steps to learn Python machine learning, covering essential Python skills, core scientific libraries, fundamental algorithms, advanced techniques like SVM and ensemble methods, dimensionality reduction, and deep learning with TensorFlow, all using free online resources.

Deep LearningMachine LearningPython
0 likes · 22 min read
Master Python Machine Learning in 14 Steps: From Zero to Expert
MaGe Linux Operations
MaGe Linux Operations
Nov 22, 2018 · Artificial Intelligence

Accelerating TensorFlow Deep Learning: GPU & Distributed Training Techniques

This article explains how to speed up TensorFlow deep‑learning model training using single‑GPU acceleration, multi‑GPU parallelism, and distributed TensorFlow on Kubernetes, covering device placement, session parameters, synchronous vs asynchronous training modes, and practical code examples to improve performance and scalability.

Deep LearningDistributed TrainingGPU Acceleration
0 likes · 10 min read
Accelerating TensorFlow Deep Learning: GPU & Distributed Training Techniques
JD Retail Technology
JD Retail Technology
Nov 22, 2018 · Artificial Intelligence

Challenges and Innovations in Category Classification Systems

This article discusses the limitations of algorithm-based classification models, including the need for large labeled datasets, limited sample coverage, frequent category changes requiring retraining, and complex optimization issues, while exploring knowledge graph-based approaches and generative adversarial networks for more flexible and accurate classification.

Deep LearningGenerative Adversarial Networksbad case optimization
0 likes · 6 min read
Challenges and Innovations in Category Classification Systems
21CTO
21CTO
Nov 21, 2018 · Artificial Intelligence

What’s Driving the Rapid Evolution of Face Recognition Technology?

This comprehensive overview examines the fundamentals, historical milestones, key algorithms, major datasets, policy support, industry applications, and future trends of face recognition technology, highlighting its rapid growth within computer vision and artificial intelligence.

AIBiometricsDeep Learning
0 likes · 45 min read
What’s Driving the Rapid Evolution of Face Recognition Technology?
Tencent Cloud Developer
Tencent Cloud Developer
Nov 20, 2018 · Artificial Intelligence

Top 18 Machine Learning Platforms Every Developer Should Know

This guide lists and briefly describes 18 open‑source and cloud‑based machine learning platforms—from H2O and TensorFlow to Azure ML and AWS services—highlighting their key features, supported languages, and typical use cases for developers at any skill level.

AI toolsDeep LearningDevelopment
0 likes · 12 min read
Top 18 Machine Learning Platforms Every Developer Should Know
Xianyu Technology
Xianyu Technology
Nov 20, 2018 · Artificial Intelligence

How to Separate Complex Image Foreground from Background Using AI and Classic CV Techniques

This article presents a step‑by‑step solution that combines computer‑vision preprocessing, OCR, CNN classification, shape matching, and inpainting to isolate meaningful foreground elements from images with intricate backgrounds, discussing practical results, limitations, and code implementations.

Deep LearningOpenCVTensorFlow
0 likes · 15 min read
How to Separate Complex Image Foreground from Background Using AI and Classic CV Techniques
Alibaba Cloud Developer
Alibaba Cloud Developer
Nov 20, 2018 · Artificial Intelligence

How Reinforcement Learning Powers Interactive Search in E‑Commerce

This article explains how reinforcement learning can be modeled and deployed to enable intelligent, interactive product search on e‑commerce platforms, detailing problem definition, system architecture, training methodology, online results, and future research directions.

Deep LearningE‑commerceReinforcement Learning
0 likes · 17 min read
How Reinforcement Learning Powers Interactive Search in E‑Commerce
Tencent Cloud Developer
Tencent Cloud Developer
Nov 19, 2018 · Artificial Intelligence

10 Open-Source Tools and Frameworks for Artificial Intelligence

The article surveys ten leading open-source AI tools and frameworks—including TensorFlow, SystemML, Caffe, Apache Mahout, OpenNN, Torch, Neuroph, Deeplearning4j, Mycroft, and OpenCog—detailing their primary features, supported languages, hardware compatibility, and typical use cases for research and development.

Artificial IntelligenceDeep LearningFrameworks
0 likes · 12 min read
10 Open-Source Tools and Frameworks for Artificial Intelligence
vivo Internet Technology
vivo Internet Technology
Nov 16, 2018 · Artificial Intelligence

Efficient Vector Search with Deep Learning Embeddings in Elasticsearch

The article explains how to replace keyword matching with deep‑learning document embeddings in Elasticsearch by applying PCA dimensionality reduction, indexing vectors using Lucene’s KD‑tree structures via a custom plugin, and leveraging FAISS‑style nearest‑neighbour techniques to achieve fast, semantically aware similarity search.

Deep LearningElasticsearchFAISS
0 likes · 7 min read
Efficient Vector Search with Deep Learning Embeddings in Elasticsearch
DataFunTalk
DataFunTalk
Nov 1, 2018 · Artificial Intelligence

Intelligent Customer Service at Meituan: NLP Techniques, System Architecture, and Real‑World Deployment

The article presents a comprehensive overview of Meituan's intelligent customer service system, detailing its evolution, the roles of QABot, TaskBot and ChatBot, the underlying NLP and knowledge‑graph technologies, model implementations such as DSSM and Seq2seq, and the impressive operational results achieved in food‑delivery and ride‑hailing services.

Deep LearningMeituanNLP
0 likes · 14 min read
Intelligent Customer Service at Meituan: NLP Techniques, System Architecture, and Real‑World Deployment
Alibaba Cloud Developer
Alibaba Cloud Developer
Oct 30, 2018 · Artificial Intelligence

How Advanced LSTM (A‑LSTM) Boosts Speech Emotion Recognition by 5.5%

This article introduces Advanced LSTM (A‑LSTM), which linearly combines multiple past hidden states to overcome traditional LSTM's one‑step dependency, and demonstrates its application in utterance‑level speech emotion recognition, achieving a 5.5% accuracy improvement through attention‑based weighted‑pooling RNNs and auxiliary speaker and gender tasks.

A-LSTMDeep LearningLSTM
0 likes · 8 min read
How Advanced LSTM (A‑LSTM) Boosts Speech Emotion Recognition by 5.5%
Youku Technology
Youku Technology
Oct 25, 2018 · Artificial Intelligence

High‑Frame‑Rate Video Interpolation: FRUC Algorithm for 25→50 FPS Conversion

During the World Cup, Youku used a frame‑rate‑up‑conversion algorithm that synthesizes intermediate frames by combining block‑based motion estimation, optical‑flow refinement, and a rule‑based plus deep‑learning fusion, enabling smooth 25→50 fps video and preserving fast‑moving objects such as a football.

Deep LearningFRUCframe-rate conversion
0 likes · 10 min read
High‑Frame‑Rate Video Interpolation: FRUC Algorithm for 25→50 FPS Conversion
Tencent Cloud Developer
Tencent Cloud Developer
Oct 23, 2018 · Artificial Intelligence

Demystifying AI, Machine Learning, and Deep Learning

The article clarifies that artificial intelligence encompasses machine learning, which in turn includes deep learning, and uses real‑world examples—from fraud detection and customer clustering to image recognition and language translation—to illustrate how these data‑driven models learn patterns, make predictions, and transform many industries.

Artificial IntelligenceDeep LearningMachine Learning
0 likes · 12 min read
Demystifying AI, Machine Learning, and Deep Learning
Manbang Technology Team
Manbang Technology Team
Oct 21, 2018 · Artificial Intelligence

AI and Deep Learning for Highway Freight Matching – Insights from QCon 2018

The article summarizes a QCon 2018 presentation by Luo Jingjia of Manbang Group, detailing how AI and deep‑learning techniques are applied to model, optimize, and recommend vehicle‑cargo matching in China’s massive highway logistics network, including data handling, neural‑network design, and practical challenges.

AIDeep Learningrecommendation system
0 likes · 18 min read
AI and Deep Learning for Highway Freight Matching – Insights from QCon 2018
Tencent Cloud Developer
Tencent Cloud Developer
Oct 12, 2018 · Artificial Intelligence

Understanding Convolutional Neural Networks (CNN) with Keras

The article introduces convolutional neural networks, explains core concepts such as convolution, padding, stride, and pooling, demonstrates how to calculate output dimensions, and provides a step‑by‑step Keras example that builds, compiles, and trains a multi‑layer CNN for image classification.

CNNDeep LearningKeras
0 likes · 8 min read
Understanding Convolutional Neural Networks (CNN) with Keras
MaGe Linux Operations
MaGe Linux Operations
Oct 10, 2018 · Artificial Intelligence

How to Build Real-Time Object Detection with OpenCV and Deep Learning in Python

This tutorial explains how to extend a deep‑learning object detection project with OpenCV and Python to process live video streams, covering setup, command‑line arguments, model loading, frame‑by‑frame detection, drawing bounding boxes, FPS measurement, and performance tips for achieving real‑time results.

Deep LearningVideoStreamfps
0 likes · 8 min read
How to Build Real-Time Object Detection with OpenCV and Deep Learning in Python
Alibaba Cloud Developer
Alibaba Cloud Developer
Sep 30, 2018 · Artificial Intelligence

How Alibaba’s Search & Recommendation Evolved: From Rules to Cognitive AI

This article reviews the evolution of Alibaba’s e‑commerce search and recommendation technologies, detailing Taobao’s unique challenges, the shift from rule‑based retrieval to large‑scale machine learning, real‑time online learning, deep learning and intelligent decision‑making, and outlines future directions toward cognitive intelligence.

Deep LearningE‑commerceMachine Learning
0 likes · 16 min read
How Alibaba’s Search & Recommendation Evolved: From Rules to Cognitive AI
Alibaba Cloud Developer
Alibaba Cloud Developer
Sep 27, 2018 · Artificial Intelligence

How DeepInsight Transforms Deep Learning Model Debugging with Real-Time Visualization

DeepInsight is a distributed, micro‑service‑based platform that provides end‑to‑end data exposure, multi‑dimensional visual analysis, and interactive debugging for TensorFlow models, turning opaque neural networks into transparent, controllable systems through real‑time visualizations, dynamic data sets, and integrated lifecycle management.

AI platformDeep LearningTensorFlow
0 likes · 17 min read
How DeepInsight Transforms Deep Learning Model Debugging with Real-Time Visualization
Alibaba Cloud Developer
Alibaba Cloud Developer
Sep 25, 2018 · Artificial Intelligence

How Deep Learning Unwarps Curved Document Images for Better OCR

This article explores the challenges of OCR on warped document images, reviews traditional and deep‑learning‑based correction methods, describes a synthetic dataset generation pipeline, proposes enhanced U‑Net architectures including stacked and dilated variants, evaluates them with MS‑SSIM, and outlines future research directions.

Deep LearningOCRU-Net
0 likes · 18 min read
How Deep Learning Unwarps Curved Document Images for Better OCR
JD Retail Technology
JD Retail Technology
Sep 21, 2018 · Artificial Intelligence

JD.com's AI-Powered UGC Content Management System for E-Commerce Reviews

JD.com's technical architecture team partnered with product teams to leverage the Euler knowledge computing platform and product knowledge graph to enhance the e-commerce review ecosystem, improving user experience in UGC communities through intelligent content management.

AI content moderationDeep LearningOpinion Mining
0 likes · 6 min read
JD.com's AI-Powered UGC Content Management System for E-Commerce Reviews
Tencent Cloud Developer
Tencent Cloud Developer
Sep 14, 2018 · Artificial Intelligence

Top 6 Notable Trends in Deep Learning and Neural Networks

The article surveys six emerging deep‑learning trends—capsule networks that retain spatial hierarchies, data‑efficient deep reinforcement and transfer learning, supervised models, memory‑augmented architectures such as long‑term and progressive networks, and hybrid Bayesian‑GAN approaches—highlighting how these advances expand AI capabilities beyond traditional fully‑connected networks.

AI trendsCapsule NetworksDeep Learning
0 likes · 11 min read
Top 6 Notable Trends in Deep Learning and Neural Networks
JD Retail Technology
JD Retail Technology
Sep 12, 2018 · Artificial Intelligence

JD.com Delivery Robots: Advanced Localization, Sensor Fusion, and AI‑Driven Navigation

The article details JD.com’s 3.5‑generation delivery robots, explaining their high‑precision multi‑sensor localization, deep‑learning perception, reinforcement‑learning control, extensive patent portfolio, and future challenges, while also inviting readers to vote for the robots in a national patent competition.

Deep LearningJD.comautonomous navigation
0 likes · 7 min read
JD.com Delivery Robots: Advanced Localization, Sensor Fusion, and AI‑Driven Navigation
JD Tech
JD Tech
Sep 12, 2018 · Artificial Intelligence

JD Autonomous Delivery Robots: Technologies, Patents, and Future Challenges

The article details JD's third‑generation autonomous delivery robots, covering their multi‑sensor fusion localization, deep‑learning perception, reinforcement‑learning motion control, extensive patent portfolio, and upcoming technical hurdles such as high‑precision mapping and lidar cost, while also inviting public voting for patent awards.

AI navigationDeep LearningJD Logistics
0 likes · 8 min read
JD Autonomous Delivery Robots: Technologies, Patents, and Future Challenges
Alibaba Cloud Developer
Alibaba Cloud Developer
Sep 11, 2018 · Artificial Intelligence

Rocket Launching: Boosting Real-Time CTR Prediction Without Extra Latency

Online click‑through‑rate (CTR) prediction demands millisecond‑level response times, yet deep models are too slow; this paper introduces a “Rocket Launching” framework that jointly trains a lightweight net and a powerful booster net, sharing parameters and using gradient‑blocking and hint loss to improve accuracy without increasing inference latency.

CTR predictionDeep LearningOnline Advertising
0 likes · 13 min read
Rocket Launching: Boosting Real-Time CTR Prediction Without Extra Latency
Tencent Cloud Developer
Tencent Cloud Developer
Sep 10, 2018 · Artificial Intelligence

Machine Learning vs. Deep Learning: Differences, Applications, and Future Trends

The article explains that machine learning encompasses a range of algorithms such as decision trees and random forests, while deep learning—a specialized subset using multi‑layer neural networks—requires large data, powerful hardware, and longer training, yet offers superior performance in fields like computer vision, NLP, and medical diagnosis, and both are poised for expanding industrial and research adoption.

ApplicationsArtificial IntelligenceComparison
0 likes · 9 min read
Machine Learning vs. Deep Learning: Differences, Applications, and Future Trends
AntTech
AntTech
Sep 7, 2018 · Artificial Intelligence

How Alipay Leverages LSTM to Strengthen Mobile Payment Fraud Detection

This article explains how Alipay combats the surge of mobile payment fraud by upgrading its risk‑identification system with deep‑learning techniques, modeling victim and fraudster behavior sequences using LSTM, and integrating the resulting scores into existing models to achieve a measurable increase in detection coverage.

Deep LearningLSTMRisk Modeling
0 likes · 11 min read
How Alipay Leverages LSTM to Strengthen Mobile Payment Fraud Detection
Alibaba Cloud Developer
Alibaba Cloud Developer
Aug 28, 2018 · Artificial Intelligence

Boosting 1688’s “Guess You Like” with Wide‑ResNet and Batch Normalization

This article introduces Wide&Deep, PNN, DeepFM, and a novel Wide‑ResNet model for Alibaba’s 1688 “Guess You Like” recommendation, explains the underlying feature services and real‑time scoring pipeline, presents offline experiments showing AUC gains with batch normalization, and shares practical tuning insights.

AlibabaCTR predictionDeep Learning
0 likes · 13 min read
Boosting 1688’s “Guess You Like” with Wide‑ResNet and Batch Normalization