A Tricky Issue with the Pandoc Renderer in Hexo

The Issue I recently try to fix some of errors related to generating hexo post and received the following feedback from terminal : It seems that some ...

Term Structure Protocol

Intro. Term Structure is a full-fledged peer-to-peer bond protocol powered by ZK-rollup. On Term Structure, people can borrow and lend digital assets to...

Paper: Anti-Money Laundering in Bitcoin: Experimenting with GCN Networks for Financial Forensics

前言 Last Updated : 2022/04/21 Paper titile: Anti-Money Laundering in Bitcoin: Experimenting with GCN Networks for Financial Forensics Reference: Mark ...

Testify, A testing toolkit in Golang

Intro Testify: A toolkit with common assertions and mocks that plays nicely with the standard library Official website link Assert Example The tes...

Basics of Go

Intro The content of this article is mainly compiled from Tour of Go, with some personal insights added. What is Go Go is a statically typed, compile...

Computational Complexity Analysis

Intro In computer science, the computational complexity or simply complexity of an algorithm is the amount of resources required to run it. Particular...

A basic tutorial for SHAP (SHapley Additive exPlanations)

Intro. SHAP (SHapley Additive exPlanations) is a game theoretic approach to explain the output of any machine learning model. It connects optimal credit...

Recurrent Neural Network(LSTM)

前言 本篇內容來自李宏毅老師於Youtube的上傳的ML相關課程。(Link1) (Link2) Example Application 課程說明時,使用一個Slot Filling的例子。比如上圖中system中有兩個slot: Destination & time of ...

Paper: Convolutional Neural Networks on Graphs with Fast Localized Spectral Filtering(ChebyNet)

作者與來源 Defferrard, Michaël, Xavier Bresson, and Pierre Vandergheynst. "Convolutional neural networks on graphs with fast localized spectral filtering." A...

The Elliptic Data Set

前言 Title: Introduction to Elliptic Data Set - a graph network of Bitcoin transactions with handcrafted features. Keywords: Anomaly Detection, Bitcoin, A...