JimWongM Blog

Firef1y写字的地方

Content Propagation

[1]*.Partially labeled classification with markov random walks NIPS2002 To classify a large number of unlabeled examples we combine a limited number of labeled examples with a Markov random walk r...

Community Detection(2)

4.Knowledge Graph Enhanced Community Detection and Characterization (WSDM 2019 B类) Shreyansh Bhatt, Swati Padhee, Amit Sheth, Keke Chen ,Valerie Shalin, Derek Doran, and Brandon Minne...

Community Detection(1)

1.Gromov-Wasserstein Factorization Models for Graph Clustering (AAAI 2020 A类) Hongteng Xu [Paper] [Python Reference] We propose a new nonlinear factorization mod...

第一章 温故而知新

1.1 从Hello World说起 简单的事物背后往往蕴含着复杂的机制 程序为什么要被编译器编译了之后才可以运行 编译器在把C语言程序转换成可以执行的机器码的过程中做了什么,怎样做的 最后编译出来的可执行文件里面是什么?除了机器码还有什么?它们是怎么存放的,怎么组织的? #include是什么意思?把stdio.h包含进来意味着什么?C语言库又是什么?它怎么实现的? ...

Features Extract in Bitcoin

这里介绍四篇论文提取比特币地址或者实体特征的方法,作为参考。 0x00 Multi-Class Bitcoin-Enabled Service Identification Based on Transaction History Summarization –2018 IEEE International Conference on Internet of Things (iThing...

Flask Start

简介 Flask是一个Python实现的Web开发微框架。“微”意味着保持核心简单且易于拓展。依赖两个外部库:Jinja2模板引擎和Werkzeug WSGI工具集。 Werkzeug 是一个WSGI(在Web应用和多种服务器之间的标准Python接口) Jinja2负责渲染模板 配置与惯例 提供默认值,模板和静态文件存储在templates和static 前言 内部...

Paper Cluster and Filer

[9].Zerocash: Decentralized Anonymous Payments from Bitcoin –2014,IEEE Symposium on Security and Privacy A类 [12].Bitcoin over Tor isn’t a Good Idea –2015. IEEE Symposium on Security and Privacy ...

Paper Reading on Bitcoin Anonymity

0x00 概览 [1].An Analysis of Anonymity in the Bitcoin System –2011.Proceedings of the Third International Conference on Privacy,Security,Risk and Trust. An attacker wishing to de-anonymize its us...

Hello

Hello world!Hello Github!

引言 第一篇 Hello World! 2020/03/16 进行重构