Advertisement

在Python 3.6环境下安装FastText及其原理与应用

阅读量:

fastText的安装+原理和使用

  • 1. 安装fastText
      • 1.1 异常情况:
      • 1.2 应对策略
    • 2. fastText

      • 2.1 FastText工作机制

        • 2.1.1 系统结构
        • 2.1.2 分层SoftMax机制
        • 2.1.3 N-gram特征提取
      • 2.2 借助FastText实现文本多类别划分

      • 相关资料链接

1. 安装fastText

运行环境 : Windows 10操作系统,搭配Python 3.6版本及64位架构

1.1 报错:

若直接执行 pip install fastText 命令进行安装,将会遇到如下提示信息:
“系统需要 Microsoft Visual C++ 14.0 版本的支持,请通过 “Microsoft Visual C++ Build Tools” 获取相关组件”:http://landinghub.visualstudio.com/visual-cpp-build-tools”

![在这里插入图片描述](https://cd

全部评论 (0)

还没有任何评论哟~