Code DAO
Author

Code DAO

We deliver AI algorithm tutorials and the latest news, curated by a team of researchers from Peking University, Shanghai Jiao Tong University, Central South University, and leading AI companies such as Huawei, Kuaishou, and SenseTime. Join us in the AI alchemy—making life better!

100
Articles
0
Likes
0
Views
0
Comments
Recent Articles

Latest from Code DAO

100 recent articles max
Code DAO
Code DAO
Apr 23, 2022 · Fundamentals

Visualizing Invisible SO₂ After the Tonga Eruption with NASA Data and Python

This tutorial shows how to download NASA GES DISC SO₂ data for the 2022 Hunga Tonga–Hunga Ha'apai eruption, extract relevant fields with H5py, build a Pandas DataFrame, and create both scatter‑plot and time‑varying heat‑map visualizations using Matplotlib, Seaborn and Folium.

Data VisualizationFoliumH5py
0 likes · 14 min read
Visualizing Invisible SO₂ After the Tonga Eruption with NASA Data and Python
Code DAO
Code DAO
Apr 20, 2022 · Artificial Intelligence

Hierarchical Latent Factor Deep Generative Model for Time‑Series Anomaly Detection

The article presents DGHL, a deep generative model that uses a ConvNet generator and alternating back‑propagation to learn hierarchical latent factors for online detection of point and subsequence anomalies in multivariate time‑series, handling missing data and achieving state‑of‑the‑art F1 scores on several benchmark datasets.

alternating backpropagationdeep generative modelhierarchical latent factors
0 likes · 10 min read
Hierarchical Latent Factor Deep Generative Model for Time‑Series Anomaly Detection
Code DAO
Code DAO
Apr 16, 2022 · Backend Development

Building an Apollo Federation API with Rust: A JavaScript Developer’s Perspective

This tutorial walks a JavaScript‑savvy developer through creating a Rust‑based Apollo Federation GraphQL API, covering project setup with Cargo, required dependencies, async main function, schema and type definitions, federation extensions, and how to run the user and dog sub‑services on separate ports.

GraphQLapollo federationasync-graphql
0 likes · 11 min read
Building an Apollo Federation API with Rust: A JavaScript Developer’s Perspective
Code DAO
Code DAO
Apr 10, 2022 · Artificial Intelligence

A Comprehensive Overview of Relation Extraction Techniques

This article surveys relation extraction, defining the task, categorizing its five main forms, and detailing key approaches such as entity position encoding, dependency‑tree methods like shortest dependency path and BRCNN, as well as distant supervision with multi‑instance learning and selective attention.

NLPdependency parsingdistant supervision
0 likes · 12 min read
A Comprehensive Overview of Relation Extraction Techniques
Code DAO
Code DAO
Jan 18, 2022 · Fundamentals

Three Practical C++23 Features You’ll Use Frequently

The article introduces three useful C++23 additions—a literal suffix for size_t and ptrdiff_t that ensures portable index types, a multidimensional subscript operator enabling concise matrix element access, and a std::string/std::string_view contains() function that simplifies substring checks—each likely to see frequent use.

C++23multidimensional operatorptrdiff_t
0 likes · 8 min read
Three Practical C++23 Features You’ll Use Frequently
Code DAO
Code DAO
Jan 18, 2022 · Backend Development

Implementing Pagination, Filters, and Error Handling in a Go Clean Architecture with Ent and gqlgen (Part 3)

This tutorial walks through adding pagination and flexible where‑filters to the User List interface, configuring gqlgen extensions, handling GraphQL errors, wrapping mutations in transactions, and building unit, integration, and end‑to‑end tests for a Go clean‑architecture project using Ent and gqlgen.

Clean ArchitectureError handlingGo
0 likes · 23 min read
Implementing Pagination, Filters, and Error Handling in a Go Clean Architecture with Ent and gqlgen (Part 3)
Code DAO
Code DAO
Jan 15, 2022 · Artificial Intelligence

How Intel BF16 with IPEX and oneDNN Boosts PyTorch Performance

This article explains how Intel and Facebook's BF16 support, combined with the Intel Extension for PyTorch (IPEX) and oneDNN, automates type and layout conversions and adds graph‑fusion optimizations, delivering 1.4×‑4.3× inference and up to 2.4× training speedups on Xeon CPUs for models such as DLRM, BERT‑Large, and ResNext‑101‑32x4d.

BF16CPU accelerationDeep Learning
0 likes · 13 min read
How Intel BF16 with IPEX and oneDNN Boosts PyTorch Performance