书栈网 · BookStack 本次搜索耗时 0.078 秒,为您找到 422 个相关结果.
  • Python

    Python Project setup Python versions Recommended sources of information Dependencies and package management Pip + virtualenv Conda Editors and IDEs Coding style conventions ...
  • 5. 在 macOS 上使用 Python

    5. 在 macOS 上使用 Python 5.1. 使用来自 python.org 的 macOS 版 Python 5.1.1. 安装步骤 5.1.2. 如何运行 Python 脚本 5.2. Alternative Distributions 5.3. 安装额外的 Python 包 5.4. GUI 编程 5.5. 进阶 5.5.1. 安...
  • 为机器学习算法准备数据

    为机器学习算法准备数据 现在来为机器学习算法准备数据。不要手工来做,你需要写一些函数,理由如下: 函数可以让你在任何数据集上(比如,你下一次获取的是一个新的数据集)方便地进行重复数据转换。 你能慢慢建立一个转换函数库,可以在未来的项目中复用。 在将数据传给算法之前,你可以在实时系统中使用这些函数。 这可以让你方便地尝试多种数据转换,查看哪...
  • 03.02 Matplotlib 基础

    1312 2019-01-17 《中文 Python 笔记》
    Matplotlib 基础 plot 二维图 scatter 散点图 多图 向图中添加数据 标签 坐标轴,标题,网格 清除、关闭图像 imshow 显示图片 从脚本中运行 直方图 Matplotlib 基础 在使用Numpy 之前,需要了解一些画图的基础。 Matplotlib 是一个类似Matlab 的工具包,主页地址为 ht...
  • 拉普拉斯特征映射(Laplacian Eigenmaps)

    Deeplearning Algorithms tutorial 拉普拉斯特征映射(Laplacian Eigenmaps) Deeplearning Algorithms tutorial 谷歌的人工智能位于全球前列,在图像识别、语音识别、无人驾驶等技术上都已经落地。而百度实质意义上扛起了国内的人工智能的大旗,覆盖无人驾驶、智能助手、图像识别等许...
  • Getting Started

    1683 2019-07-29 《Ludwig AI工具文档》
    Getting Started Introduction Installation Basic Principles Training Distributed Training Predict Programmatic API Extensibility Getting Started Introduction Ludwig is...
  • Metrics

    Metrics Core metric flatten_check [source] class AccumMetric [source] skm_to_fastai [source] optim_metric [source] Single-label classification accuracy [source] e...
  • Full Text Search via Feature Hashing

    Full Text Search via Feature Hashing Good-old term frequency Feature hashing Build FeatureHasher executor Result Full Text Search via Feature Hashing Tip Find the full sour...
  • Filter Table Rows by Attributes

    Filter Table Rows by Attributes Feature hashing Load CSV as DocumentArray Embed columns as vectors Put all together Filter Table Rows by Attributes Tip Find the full source...
  • 7. Dataset loading utilities

    7. Dataset loading utilities 7.1. General dataset API 7.2. Toy datasets 7.2.1. Boston house prices dataset 7.2.2. Iris plants dataset 7.2.3. Diabetes dataset 7.2.4. Optical rec...