1 Star 0 Fork 0

tangjinfeng/numpy-ml

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
贡献代码
同步代码
取消
提示: 由于 Git 不支持空文件夾,创建文件夹后会生成空的 .keep 文件
Loading...
README

Utilities

The utilities module implements a number of useful functions and objects that power other ML algorithms across the repo.

  • data_structures.py implements a few useful data structures

  • kernels.py implements several general-purpose similarity kernels

    • Linear kernel
    • Polynomial kernel
    • Radial basis function kernel
  • distance_metrics.py implements common distance metrics

    • Euclidean (L2) distance
    • Manhattan (L1) distance
    • Chebyshev (L-infinity) distance
    • Minkowski-p distance
    • Hamming distance
  • windows.py implements several common windowing functions

    • Hann
    • Hamming
    • Blackman-Harris
    • Generalized cosine
  • testing.py implements helper functions that prove useful when writing unit tests, including data generators and various assert statements

马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Python
1
https://gitee.com/csutjf/numpy-ml.git
git@gitee.com:csutjf/numpy-ml.git
csutjf
numpy-ml
numpy-ml
master

搜索帮助