.. minitools documentation master file, created by sphinx-quickstart on Sat May 4 13:31:44 2013. You can adapt this file completely to your liking, but it should at least contain the root `toctree` directive. Minitools ===================================== 作者编写了几个机器学习、自然语言处理领域的小工具。 每个小工具均由一个单一的.py(python3)文件构成,具备最基本功能,可以独立使用。 源代码: ``_ git: ``_ 目的: * 用于理解相关算法原理 * 直接运用于简单场合 * 以此开发更好的工具 已编写的工具有: * **感知器模型** ``perceptron.py`` * **中文分词模型** ``cws.py`` * **k均值聚类算法** ``k-means.py`` * **主成分分析(PCA)** ``pca.py`` * **LDA主题模型** ``lda.py`` 目录: .. toctree:: :maxdepth: 2 mines.rst others.rst Indices and tables ================== * :ref:`genindex` * :ref:`modindex` * :ref:`search`