Tagged articles
1235 articles
Page 11 of 13
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 LearningFace DetectionISRN
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 LearningPerformance Optimization
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 ethicsDeep LearningLifelong 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 LearningMeituanNLP
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 LearningNeural Machine TranslationPositional Encoding
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 LearningNeural Networks
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 LearningNLPiQIYI
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 LearningGANconversion rate prediction
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 TechnologiesComputer VisionDeep 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‑commercepointer network
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.

Data ScienceDeep 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 NetworksKnowledge Graphs
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.

AIBiometricsComputer Vision
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.

Computer VisionDeep LearningOpenCV
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 Learningdialogue systeme‑commerce
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.

Deep Learningartificial intelligenceframeworks
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.

Data ScienceDeep LearningUnsupervised 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.

CNNComputer VisionDeep Learning
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 LearningSearchcognitive AI
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 LearningUGC management
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.comSensor Fusion
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 Learningco-training
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.

ApplicationsComparisonDeep Learning
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
Tencent Cloud Developer
Tencent Cloud Developer
Aug 21, 2018 · Artificial Intelligence

Game AI Exploration – From AlphaGo to MOBA Games

The talk surveyed game‑AI evolution—from rule‑based systems to AlphaGo‑style reinforcement learning—highlighted industry and academic methods, detailed challenges of applying deep‑learning techniques to MOBA titles like Honor Kings, and proposed a hierarchical, multimodal framework with analysis and execution modules supported by robust simulation environments.

AI in GamesAlphaGoDeep Learning
0 likes · 10 min read
Game AI Exploration – From AlphaGo to MOBA Games
MaGe Linux Operations
MaGe Linux Operations
Aug 21, 2018 · Artificial Intelligence

How Deep Learning Transformed Face Recognition: From Images to Real‑Time Video

This article surveys the evolution of face recognition from early statistical methods to modern deep‑learning approaches, outlines key researchers, open‑source projects, popular APIs, core processing steps, the DeepFace architecture, datasets, and experimental results, providing a comprehensive guide for practitioners and researchers.

CNNComputer VisionDatasets
0 likes · 22 min read
How Deep Learning Transformed Face Recognition: From Images to Real‑Time Video
JD Tech
JD Tech
Aug 20, 2018 · Artificial Intelligence

Understanding AI Black‑Box Risks and Security: From Adversarial Samples to JD's Explainable AI Solution

The article explains how the black‑box nature of deep learning creates security risks such as adversarial attacks, describes real‑world examples in autonomous driving and medical imaging, and showcases JD Security's explainable AI system that demystifies model decisions to improve AI safety and industry adoption.

AI securityDeep LearningJD Security
0 likes · 11 min read
Understanding AI Black‑Box Risks and Security: From Adversarial Samples to JD's Explainable AI Solution
AntTech
AntTech
Aug 16, 2018 · Artificial Intelligence

Deep Learning Approaches for Text Classification in Alipay Complaint Fraud Detection

This article reviews deep‑learning‑based text classification techniques—including TextCNN, BiGRU, Capsule Networks, Attention mechanisms, and the novel cw2vec embedding—applied to Alipay complaint fraud data, presents experimental comparisons, and discusses their advantages, challenges, and future directions.

AlipayDeep Learningattention
0 likes · 18 min read
Deep Learning Approaches for Text Classification in Alipay Complaint Fraud Detection
DataFunTalk
DataFunTalk
Aug 14, 2018 · Artificial Intelligence

Machine Learning and Deep Learning Engineering Practices at Ping An Life

The article summarizes senior AI expert Wu Jianjun’s presentation on machine‑learning and deep‑learning engineering at Ping An Life, detailing the company’s big‑data platform, data processing pipelines, model training frameworks, distributed computing strategies, and production model‑serving architecture for financial applications.

Deep LearningModel Servingdistributed computing
0 likes · 15 min read
Machine Learning and Deep Learning Engineering Practices at Ping An Life
Tencent Cloud Developer
Tencent Cloud Developer
Aug 10, 2018 · Artificial Intelligence

Overview of OCR Technology and Its Applications on Tencent Cloud

The talk outlines OCR’s evolution from early postal-code readers to modern deep‑learning models, explains Tencent Cloud’s fast, accurate services for printed and handwritten text—including table‑structured and general OCR—and showcases real‑world applications such as ID cards, business cards, license plates, checks, and medical documents while highlighting ongoing challenges and future enhancements.

AICloud ServicesDeep Learning
0 likes · 19 min read
Overview of OCR Technology and Its Applications on Tencent Cloud
Alibaba Cloud Developer
Alibaba Cloud Developer
Aug 10, 2018 · Artificial Intelligence

How Multi-Level Similarity‑Aware CNN Boosts Person Re‑Identification Accuracy

This article reviews a 2017 ACM MM paper that introduces a multi‑level similarity‑aware CNN (MSP‑CNN) for person re‑identification, detailing its siamese architecture, dual similarity constraints, multi‑task training, experimental results on CUHK03, Market‑1501 and CUHK01, and its advantages for large‑scale deployment.

CNNDeep Learningmulti-task learning
0 likes · 16 min read
How Multi-Level Similarity‑Aware CNN Boosts Person Re‑Identification Accuracy
Alibaba Cloud Developer
Alibaba Cloud Developer
Aug 8, 2018 · Artificial Intelligence

How Alibaba’s AI Prediction Platform Boosts Smart Customer Service

The article describes Alibaba’s AI‑driven prediction platform for its smart‑customer‑service bots, detailing background, order and issue prediction capabilities, deployed products, underlying algorithms such as DeepFM, DCN, reinforcement learning, streaming computation, and the platform’s modular architecture that enables scalable, automated model management.

AIDeep Learningmachine learning
0 likes · 13 min read
How Alibaba’s AI Prediction Platform Boosts Smart Customer Service
Tencent Cloud Developer
Tencent Cloud Developer
Aug 6, 2018 · Artificial Intelligence

Tencent's AI Breast Cancer Screening System: Technical Architecture and Implementation

Tencent's AI Breast System combines mammography, pathology, MRI and ultrasound analysis using a multi‑scale, progressive TMuNet model that processes four views, learns from physician feedback, and delivers lesion localization, malignancy scoring and automated reports, achieving up to 92% sensitivity and reducing annotation time.

AI Medical ImagingBreast Cancer DetectionComputer Vision
0 likes · 13 min read
Tencent's AI Breast Cancer Screening System: Technical Architecture and Implementation
Alibaba Cloud Developer
Alibaba Cloud Developer
Aug 1, 2018 · Artificial Intelligence

How Spatio‑Temporal Autoencoders Detect Anomalies in Real‑World Traffic Video

This paper introduces a spatio‑temporal autoencoder that uses 3D convolutions and a weight‑decaying prediction loss to automatically learn video representations for detecting abnormal events in real‑world traffic surveillance, outperforming previous methods on public benchmarks and a newly collected traffic dataset.

3D convolutionDeep Learningspatio-temporal autoencoder
0 likes · 15 min read
How Spatio‑Temporal Autoencoders Detect Anomalies in Real‑World Traffic Video
Alibaba Cloud Developer
Alibaba Cloud Developer
Jul 31, 2018 · Artificial Intelligence

How Multi-Level Similarity‑Aware CNN Boosts Person Re‑Identification

This paper introduces a novel multi‑level similarity‑aware CNN (MSP‑CNN) for person re‑identification, applying distinct similarity constraints to low‑ and high‑level feature maps, integrating classification and similarity losses in a multitask framework, and demonstrating superior performance on CUHK03, CUHK01 and Market‑1501 benchmarks.

CNNDeep Learningmulti-task learning
0 likes · 15 min read
How Multi-Level Similarity‑Aware CNN Boosts Person Re‑Identification
Tencent Architect
Tencent Architect
Jul 30, 2018 · Artificial Intelligence

Four‑Minute ImageNet Training: Tencent’s AI Platform Sets a New World Record

Tencent’s intelligent machine‑learning platform achieved a world‑record by training AlexNet in 4 minutes and ResNet‑50 in 6.6 minutes on ImageNet, using large batch sizes, mixed‑precision, LARS optimization, hierarchical synchronization, gradient fusion, and pipeline I/O techniques to overcome accuracy and scalability challenges.

AI accelerationDeep LearningImageNet
0 likes · 24 min read
Four‑Minute ImageNet Training: Tencent’s AI Platform Sets a New World Record
Alibaba Cloud Developer
Alibaba Cloud Developer
Jul 26, 2018 · Artificial Intelligence

How Alibaba’s DiDa Platform Uses AI to Automate Fashion Outfit Matching

Alibaba’s DiDa platform leverages deep learning models—including CNN, LSTM, and DAN—to automatically generate fashion outfit pairings and descriptive copy, integrating a context graph for business rules, supporting real‑time personalization across e‑commerce, and demonstrating significant efficiency and CTR gains.

AIDeep Learninge‑commerce
0 likes · 21 min read
How Alibaba’s DiDa Platform Uses AI to Automate Fashion Outfit Matching
Qunar Tech Salon
Qunar Tech Salon
Jul 24, 2018 · Artificial Intelligence

Meituan's AI-Powered Image Intelligent Review System: Watermark Detection, Celebrity Face Recognition, Pornography Detection, and Scene Classification

This article describes Meituan's large‑scale AI‑driven image moderation platform, detailing deep‑learning based watermark detection, celebrity face recognition, pornographic image detection, and scene classification techniques, along with system architecture, data preparation, model evaluation, and deployment considerations.

Computer VisionDeep LearningImage Moderation
0 likes · 19 min read
Meituan's AI-Powered Image Intelligent Review System: Watermark Detection, Celebrity Face Recognition, Pornography Detection, and Scene Classification
Alibaba Cloud Developer
Alibaba Cloud Developer
Jul 20, 2018 · Artificial Intelligence

How Alibaba’s Brand‑Level Ranking Boosts E‑Commerce Clicks with Attention‑GRU

This article presents Alibaba’s first brand‑level ranking system that personalizes product ordering by modeling user brand preferences with an enhanced Attention‑GRU, detailing feature engineering, model improvements, extensive offline experiments on a massive Tmall dataset, and a successful online A/B test that increased CTR, ATIP, and GMV.

Deep Learningattention GRUbrand ranking
0 likes · 27 min read
How Alibaba’s Brand‑Level Ranking Boosts E‑Commerce Clicks with Attention‑GRU
Alibaba Cloud Developer
Alibaba Cloud Developer
Jul 19, 2018 · Artificial Intelligence

Can Generative Models Boost Visual‑Text Retrieval? Introducing GXN

This paper presents GXN, a generative cross‑modal feature learning framework that enhances image‑text retrieval by incorporating both high‑level semantic similarity and fine‑grained local matching through a three‑step Look‑Imagine‑Match process, achieving state‑of‑the‑art results on MSCOCO and Flickr30K.

Deep LearningGenerative Modelsartificial intelligence
0 likes · 6 min read
Can Generative Models Boost Visual‑Text Retrieval? Introducing GXN
iQIYI Technical Product Team
iQIYI Technical Product Team
Jul 16, 2018 · Artificial Intelligence

AVS Deep Learning Video Coding Loop Filter Challenge Announcement

The AVS Working Group, backed by iQIYI, has launched the Deep Learning Based Video Coding Loop Filter Challenge to spur research on AI‑driven loop filters that can cut bitrate by over 15%, inviting participants to submit Caffe models on the TAVS3 platform with ongoing benchmarking and potential prizes, while encouraging contributions to the upcoming AVS video coding standard.

AIAVSCaffe
0 likes · 5 min read
AVS Deep Learning Video Coding Loop Filter Challenge Announcement
Meituan Technology Team
Meituan Technology Team
Jul 12, 2018 · Artificial Intelligence

AI-Powered Image Moderation at Meituan: Watermark Detection, Celebrity Face Recognition, and Content Filtering

Meituan employs AI-driven image moderation across millions of daily uploads, using an SSD‑ResNet detector for watermarks, a multi‑scale Faster R‑CNN ensemble for celebrity faces, a CNN‑based pornographic classifier with incremental learning, and transfer‑learned scene classification, while routing uncertain cases to human reviewers.

Deep LearningImage Moderationcontent filtering
0 likes · 19 min read
AI-Powered Image Moderation at Meituan: Watermark Detection, Celebrity Face Recognition, and Content Filtering
Tencent TDS Service
Tencent TDS Service
Jul 12, 2018 · Artificial Intelligence

How to Engineer MobileNet for Efficient Image Classification on Mobile Devices

This article details the engineering of MobileNet V1 for image classification on mobile terminals, covering its depthwise separable convolution architecture, data collection and preprocessing, model training with transfer learning, TensorFlow Lite conversion, deployment on iOS/Android, and GPU acceleration techniques for faster inference.

Deep LearningGPU AccelerationMobile Deployment
0 likes · 19 min read
How to Engineer MobileNet for Efficient Image Classification on Mobile Devices
Architects' Tech Alliance
Architects' Tech Alliance
Jul 11, 2018 · Artificial Intelligence

AI Technology Trends and Reference Architecture Overview

The article reviews the evolution of artificial intelligence, presents a comprehensive AI reference framework based on roles, activities and functions, explains the intelligent information chain and IT value chain, and details current AI technology trends such as machine learning, deep learning, transfer learning, active learning and evolutionary learning, while also noting talent shortages and promoting an AI education course.

AI trendsDeep Learningmachine learning
0 likes · 13 min read
AI Technology Trends and Reference Architecture Overview
Alibaba Cloud Developer
Alibaba Cloud Developer
Jul 6, 2018 · Artificial Intelligence

How Dynamic Scale Selection Boosts Real-Time Action Prediction

This article explains online action prediction, the challenges of early‑stage classification, and introduces a Scale Selection Network that dynamically chooses optimal temporal windows using dilated convolutions, regression and classification sub‑networks, achieving state‑of‑the‑art results on two benchmark datasets.

Computer VisionDeep Learningdilated convolution
0 likes · 7 min read
How Dynamic Scale Selection Boosts Real-Time Action Prediction
Alibaba Cloud Developer
Alibaba Cloud Developer
Jul 4, 2018 · Artificial Intelligence

Machine Reading Comprehension Revolutionizes E‑commerce: Alibaba’s XiaoMi and AI Models

This article reviews the background of Alibaba's XiaoMi chatbot, explores how machine reading comprehension can be applied to e‑commerce scenarios such as rule interpretation and product inquiries, surveys key datasets and SQuAD‑based models, and discusses practical challenges and solutions for deploying these technologies in real‑world business environments.

AIAlibabaDeep Learning
0 likes · 18 min read
Machine Reading Comprehension Revolutionizes E‑commerce: Alibaba’s XiaoMi and AI Models
JD Tech
JD Tech
Jun 29, 2018 · Artificial Intelligence

JD AI's JDAI-Face: Real-Time Multi-Task Facial Attribute Recognition System

The article introduces JD AI's JDAI-Face system, a deep‑learning based real‑time multi‑task facial attribute recognition platform that detects gender, age, ethnicity, expression and attractiveness, outlines its technical pipeline, showcases retail applications, and cites recent academic publications and expert contributors.

Deep Learningface recognitionmultitask learning
0 likes · 12 min read
JD AI's JDAI-Face: Real-Time Multi-Task Facial Attribute Recognition System
Alibaba Cloud Developer
Alibaba Cloud Developer
Jun 29, 2018 · Artificial Intelligence

How AI Powers Heterogeneous Content Ranking in E‑Commerce Search

This paper addresses the challenge of ranking heterogeneous data in e‑commerce by proposing two algorithms—a multi‑armed bandit approach and a personalized Markov deep neural network—to select and order content streams, demonstrating superior performance over baseline models in A/B tests.

Bandit AlgorithmsDeep Learningcontent ranking
0 likes · 7 min read
How AI Powers Heterogeneous Content Ranking in E‑Commerce Search
Qunar Tech Salon
Qunar Tech Salon
Jun 29, 2018 · Artificial Intelligence

Face Recognition with OpenCV, Python, and Deep Learning

This tutorial explains how to implement high‑accuracy face recognition using OpenCV, Python, and deep learning by leveraging dlib's deep metric learning, creating a custom dataset, encoding facial embeddings, and performing real‑time identification on images and video streams.

Computer VisionDeep LearningOpenCV
0 likes · 30 min read
Face Recognition with OpenCV, Python, and Deep Learning
Alibaba Cloud Developer
Alibaba Cloud Developer
Jun 27, 2018 · Artificial Intelligence

How Context-Contrast Features and Gated Multi‑Scale Fusion Boost Scene Segmentation

The paper introduces a context‑contrast local feature and a gated multi‑scale fusion mechanism that together enhance pixel‑level scene segmentation, especially for inconspicuous objects, and validates the approach with state‑of‑the‑art results on Pascal Context, SUN‑RGBD, and COCO Stuff datasets.

Computer VisionDeep Learningcontext contrast
0 likes · 6 min read
How Context-Contrast Features and Gated Multi‑Scale Fusion Boost Scene Segmentation
Alibaba Cloud Developer
Alibaba Cloud Developer
Jun 22, 2018 · Artificial Intelligence

Essential Machine Learning Algorithms Every Beginner Must Know

This beginner-friendly guide walks through core machine‑learning concepts—from data organization and feature design to supervised and unsupervised algorithms such as perceptron, logistic regression, decision trees, LDA, and ensemble techniques—while explaining model evaluation, overfitting, and practical tuning strategies.

Deep LearningModel EvaluationUnsupervised Learning
0 likes · 8 min read
Essential Machine Learning Algorithms Every Beginner Must Know
Meituan Technology Team
Meituan Technology Team
Jun 21, 2018 · Artificial Intelligence

Deep Learning for Text Matching and Ranking at Meituan

Meituan leverages deep‑learning models such as Word2Vec, DSSM, and LSTM‑based encoders within its ClickNet framework to compute text similarity and rank results, integrating rich business features like user location and merchant rating, thereby surpassing traditional TF‑IDF, BM25, and XGBoost approaches and boosting click‑through rates and revenue.

AIDeep LearningRanking Models
0 likes · 27 min read
Deep Learning for Text Matching and Ranking at Meituan
JD Tech
JD Tech
Jun 15, 2018 · Artificial Intelligence

JD AI Research Institute Wins CVPR 2018 LIP Human Pose Estimation Competition

In June 2018, JD AI Research Institute's Computer Vision and Multimedia Lab won both the single‑person and multi‑person tracks of the CVPR 2018 Look Into Person (LIP) competition, achieving 90.9% and 72.2% accuracy respectively through enhanced multi‑scale CNN models, data augmentation, and focal loss techniques.

CVPR 2018Deep LearningJD AI
0 likes · 5 min read
JD AI Research Institute Wins CVPR 2018 LIP Human Pose Estimation Competition
Alibaba Cloud Developer
Alibaba Cloud Developer
Jun 15, 2018 · Mobile Development

How Alipay’s xNN Engine Brings Deep Learning to Mobile Apps

This article explains how Alipay’s xNN deep‑learning engine tackles the challenges of deploying AI on billions of mobile devices by using aggressive model compression, a lightweight SDK, and joint algorithm‑ and instruction‑level optimizations to achieve high accuracy, tiny package size, and real‑time performance.

AlipayDeep LearningMobile AI
0 likes · 10 min read
How Alipay’s xNN Engine Brings Deep Learning to Mobile Apps
21CTO
21CTO
Jun 14, 2018 · Artificial Intelligence

What Data Scientists Chose in 2018: Top AI, ML, and Big Data Tools Revealed

The 2018 KDnuggets survey of over 2,000 data‑science professionals shows Python dominating with 66% usage, R dropping below 50%, TensorFlow leading deep‑learning frameworks, RapidMiner gaining traction, SQL remaining stable, Hadoop declining, and regional participation shifting toward Europe.

Data ScienceDeep LearningPython
0 likes · 9 min read
What Data Scientists Chose in 2018: Top AI, ML, and Big Data Tools Revealed
Alibaba Cloud Developer
Alibaba Cloud Developer
Jun 8, 2018 · Artificial Intelligence

How DFSMN Sets a New Record in Speech Recognition Accuracy and Speed

Alibaba's DAMO Academy has open‑sourced the Deep‑Feedforward Sequential Memory Network (DFSMN), a next‑generation speech‑recognition model that achieves a world‑record 96.04% accuracy on LibriSpeech, trains three times faster than LSTM, halves model size, and dramatically speeds up real‑time decoding.

DFSMNDeep Learningacoustic modeling
0 likes · 17 min read
How DFSMN Sets a New Record in Speech Recognition Accuracy and Speed
Tencent TDS Service
Tencent TDS Service
Jun 7, 2018 · Artificial Intelligence

Upgrading HED Edge Detection to TensorFlow 1.7: Refactored Code and New Layer Techniques

This tutorial walks through rewriting the HED edge‑detection network for TensorFlow 1.7, covering deprecated API fixes, migration from TF‑Slim to tf.layers, matrix initialization, batch normalization nuances, and a comprehensive review of convolution variants such as 1×1, depthwise, separable, and dilated convolutions, plus guidance on transposed convolutions and modern architectures like ResNet and Inception.

Batch NormalizationCNNConvolution
0 likes · 24 min read
Upgrading HED Edge Detection to TensorFlow 1.7: Refactored Code and New Layer Techniques
Baidu Intelligent Testing
Baidu Intelligent Testing
Jun 5, 2018 · Artificial Intelligence

Applying Deep Learning for Automated UI Bug Detection in Mobile Apps

To address the rising cost of manual UI testing on diverse mobile devices, the article presents a deep‑learning‑based solution using PaddlePaddle that automatically detects UI style bugs such as misaligned controls, text overlap, and blank spaces through data‑driven model training, image preprocessing, and classification.

AutomationDeep LearningImage Classification
0 likes · 10 min read
Applying Deep Learning for Automated UI Bug Detection in Mobile Apps
Meitu Technology
Meitu Technology
May 29, 2018 · Artificial Intelligence

Boost MXNet Video Training Speed by Up to 18× with Rec‑Format I/O

This article analyzes MXNet's lack of native video I/O, compares existing image iterators, introduces a Rec‑format based video iterator, and demonstrates through single‑GPU and multi‑GPU experiments that the new approach can accelerate training by up to eighteen times.

Deep LearningImageRecordIterMXNet
0 likes · 9 min read
Boost MXNet Video Training Speed by Up to 18× with Rec‑Format I/O
Tencent Advertising Technology
Tencent Advertising Technology
May 28, 2018 · Artificial Intelligence

Winning Approach of the Tencent Advertising Algorithm Competition: Feature Engineering, Model Selection, and Future Work

The team from Jilin University, Harbin Institute of Technology, and Beijing University of Posts and Telecommunications shares their winning strategy for the Tencent Advertising Algorithm Competition, detailing their feature engineering, model selection, and future work to handle large‑scale data challenges.

AdvertisingDeep LearningModel Selection
0 likes · 4 min read
Winning Approach of the Tencent Advertising Algorithm Competition: Feature Engineering, Model Selection, and Future Work
High Availability Architecture
High Availability Architecture
May 28, 2018 · Artificial Intelligence

Interview with GIAC AI Forum Lecturer Long Mingkang on Building AI Platforms, Speech Recognition Challenges, and Future AI Trends

In this interview, Long Mingkang, Vice President of iFlytek's Cloud Computing Institute, shares his experience building large‑scale speech cloud services, discusses the technical hurdles of speech recognition and AI platform development, compares TensorFlow and MXNet, and offers insights on AutoML, industry trends, and how engineers can master AI.

AIAI PlatformsAutoML
0 likes · 13 min read
Interview with GIAC AI Forum Lecturer Long Mingkang on Building AI Platforms, Speech Recognition Challenges, and Future AI Trends
21CTO
21CTO
May 20, 2018 · Artificial Intelligence

Why Causal Reasoning Is the Missing Piece for Truly Intelligent AI

Judea Pearl, the 2011 Turing Award laureate, argues that modern AI is stuck in curve‑fitting and that true intelligence requires machines to understand cause and effect, a perspective he expands on through a series of insightful interview questions and answers.

AIDeep LearningJudea Pearl
0 likes · 11 min read
Why Causal Reasoning Is the Missing Piece for Truly Intelligent AI