All Articles

143648 articles · Page 6592 of 7183
Hulu Beijing
Hulu Beijing
Jan 4, 2018 · Artificial Intelligence

Why SGD Fails and How Momentum, AdaGrad, and Adam Fix It

This article explains why vanilla Stochastic Gradient Descent often struggles in deep learning, describes the challenges of valleys and saddle points, and introduces three major SGD variants—Momentum, AdaGrad, and Adam—detailing their motivations, update rules, and advantages.

AdaGradAdamMomentum
0 likes · 13 min read
Why SGD Fails and How Momentum, AdaGrad, and Adam Fix It
DevOps Coach
DevOps Coach
Jan 4, 2018 · Fundamentals

Master Enterprise Git: A Complete 4‑Part Tutorial for Teams

This guide presents a structured four‑part tutorial that teaches enterprise developers everything from Git basics and advanced workflows to enterprise‑specific strategies and branch‑policy design, using both command‑line and Visual Studio tools and supporting any Git server such as VSTS, GitHub, or GitLab.

Branch StrategyEnterprise DevelopmentVSTS
0 likes · 8 min read
Master Enterprise Git: A Complete 4‑Part Tutorial for Teams
AntTech
AntTech
Jan 4, 2018 · Databases

Report on VLDB 2017 Conference: Insights and Highlights from Database Research

Attending VLDB 2017 in Munich, the report summarizes the conference’s broad coverage of database research—from new hardware‑accelerated prototypes and Spark‑based big‑data processing to Oracle and SAP HANA case studies, keynotes, notable papers, and reflections on industry trends and Chinese contributions.

Database SystemsHardware AccelerationQuery Optimization
0 likes · 22 min read
Report on VLDB 2017 Conference: Insights and Highlights from Database Research
Architecture Digest
Architecture Digest
Jan 4, 2018 · Blockchain

A Beginner's Guide to Blockchain: Fundamentals and Mechanics

This article provides a clear, beginner‑friendly explanation of blockchain technology, covering its nature as a decentralized database, block structure, hashing, mining difficulty, dynamic adjustment, forks, and practical limitations, while illustrating concepts with diagrams and real‑world examples.

HashMiningblockchain
0 likes · 10 min read
A Beginner's Guide to Blockchain: Fundamentals and Mechanics
网易UEDC
网易UEDC
Jan 4, 2018 · Product Management

What Drives Successful E‑Commerce Membership Systems? A Comparative Analysis

This report examines the latest membership systems of major e‑commerce platforms—including Amazon Prime, Alibaba APASS, JD Plus, and Kaola/Yanxuan—detailing their tier structures, scoring mechanisms, benefit designs, and the strategic considerations behind building effective loyalty programs.

E-commerceProduct ManagementUser Segmentation
0 likes · 8 min read
What Drives Successful E‑Commerce Membership Systems? A Comparative Analysis
Efficient Ops
Efficient Ops
Jan 3, 2018 · Operations

How QQ Space Photo Album Handled a 4‑Fold Traffic Surge on New Year’s Day

On December 30, 2017, a sudden wave of users uploading and downloading their 18‑year‑old photos caused QQ Space's album service to experience a four‑times spike in download traffic and a twelve‑times surge in post activity, prompting the operations and development teams to employ capacity monitoring, elastic scaling, flexible architecture, and targeted optimizations to maintain service stability and user experience.

Capacity PlanningElastic ScalingQQ Space
0 likes · 10 min read
How QQ Space Photo Album Handled a 4‑Fold Traffic Surge on New Year’s Day
Architects' Tech Alliance
Architects' Tech Alliance
Jan 3, 2018 · Information Security

Data Security and Encryption Technologies: Standards, Solutions, and Best Practices

Data breaches have surged, affecting governments, enterprises, and security vendors, prompting the need for robust encryption across storage, application, and gateway layers, with standards such as FIPS 140‑2 and solutions from Vormetric and SafeNet offering transparent, compatible, and managed encryption for on‑premises and cloud environments.

Data SecurityFIPS140-2Key management
0 likes · 9 min read
Data Security and Encryption Technologies: Standards, Solutions, and Best Practices
Java Captain
Java Captain
Jan 3, 2018 · Fundamentals

Overview of Java Garbage Collection and Memory Management

This article provides a comprehensive overview of Java's garbage collection mechanism, memory regions, object access methods, allocation strategies, GC algorithms, and the various collectors used in the HotSpot JVM, helping developers understand and optimize Java memory usage.

GC AlgorithmsGarbage CollectionJVM
0 likes · 22 min read
Overview of Java Garbage Collection and Memory Management
System Architect Go
System Architect Go
Jan 3, 2018 · Backend Development

How to Retrieve File Content from GitHub Using the REST API v3

This article explains how to store configuration files in a remote GitHub repository and fetch them via GitHub's REST API v3, covering both public and private repositories, authentication methods, and the steps to create and use a Personal Access Token for secure access.

Backend DevelopmentConfiguration ManagementREST API
0 likes · 4 min read
How to Retrieve File Content from GitHub Using the REST API v3
MaGe Linux Operations
MaGe Linux Operations
Jan 3, 2018 · Fundamentals

Why Master the Command Line? Boost Efficiency and Flexibility

The article explores the advantages and drawbacks of using a command‑line interface, explains why proficiency can increase productivity and flexibility, and provides practical examples such as the ‘top’ command with detailed output interpretation, encouraging readers to try it and experience its efficiency.

Linuxproductivitytop command
0 likes · 7 min read
Why Master the Command Line? Boost Efficiency and Flexibility