unicodedata
教程
正规化:Difference Between NFD, NFC, NFKD, and NFKC Explained with Python Code
- normalize()
- 各种函数教程:{383}python unicodedata用法_周小董-CSDN博客_unicodedata
- 英语教程:Unicode In Python - The unicodedata Module Explained - AskPython
- Python 官方教程:Unicode HOWTO — Python 3.9.7 documentation
- Python unicode catetory 解说:General_Category_Values —- Unicode Character Database
Clustering Algorithms
教程
英语
10 Clustering Algorithms With Python
生词
- outlier
- anomaly
prior to, 在 … 之前
- 类似 before
聚类效果评估
用途
pattern discovery or knowledge discovery
- 模式发现,知识发现
- 特征工程
算法实现角度
- 相似性
- 距离判断
OpenRefine ---- 聚类工具
教程
安装 和 启动
hardware
不同芯片对比
cpu vs fpga
cpu gpu asic fpga
- 参考:FPGA与CPU、GPU、ASIC的区别,FPGA在云计算中的应用方案_打怪升级ing-CSDN博客
FPGA
- field programmable gate array
- GPU
ASIC
- 专用芯片
- 开发成本高,用途狭窄,一旦变更需求,报废
Python Distribution, Packaging and pip
教程
术语
- Python Package Index
Python Package Authority
- 管理机构,一个开发者维护者委员会
distutils(1998)
- 过时的分发工具
setuptools(2004)
- distutils 替代工具
wheel