书栈网 · BookStack 本次搜索耗时 0.027 秒,为您找到 24512 个相关结果.
  • 监督学习:从高维观察预测输出变量

    监督学习:从高维观察预测输出变量 最近邻和维度惩罚 K近邻分类器 维度惩罚 线性模型:从回归到稀疏 线性回归 收缩 稀疏 分类 支持向量机(SVMs) 线性 SVMs 使用核 监督学习:从高维观察预测输出变量 校验者: @Kyrie @片刻 @Loopy 翻译者: @森系 监督学习解决的问题 监督学习 在于学习两个数据集...
  • 监督学习:从高维观察预测输出变量

    监督学习:从高维观察预测输出变量 监督学习:从高维观察预测输出变量 最近邻和维度惩罚 K近邻分类器 维度惩罚 线性模型:从回归到稀疏 线性回归 收缩 稀疏 分类 支持向量机(SVMs) 线性 SVMs 使用核 监督学习:从高维观察预测输出变量 监督学习:从高维观察预测输出变量 校验者: @Kyrie @片刻 @Loopy ...
  • 3.5.1 加载样例数据集

    3.5.1 加载样例数据集 3.5.1.1 学习和预测 3.5.1 加载样例数据集 首先,我们将加载一些数据来玩玩。我们将使用的数据是知名的非常简单的花数据鸢尾花数据集。 我们有150个鸢尾花观察值指定了一些测量:花萼宽带、花萼长度、花瓣宽度和花瓣长度,以及对应的子类:Iris setosa、Iris versicolor和Iris virg...
  • 寻求帮助

    寻求帮助 寻求帮助 项目邮件列表 机器学习从业者的 Q&A 社区 寻求帮助 寻求帮助 校验者: @片刻 翻译者: @X 项目邮件列表 如果您在使用 scikit 的过程中发现错误或者需要在说明文档中澄清的内容,可以随时通过 Mailing List 进行咨询。 机器学习从业者的 Q&A 社区 Quora.com: Quora...
  • Data Science Tutorial

    Data Science in Visual Studio Code Prerequisites Set up a data science environment Prepare the data Train and evaluate a model (Optional) Use a neural network to increase accur...
  • Beyond Deep Learning

    910 2021-03-31 《The fastai book》
    Beyond Deep Learning Beyond Deep Learning Most machine learning courses will throw dozens of different algorithms at you, with a brief technical description of the math behind ...
  • 1.6. Nearest Neighbors

    1.6. Nearest Neighbors 1.6.1. Unsupervised Nearest Neighbors 1.6.1.1. Finding the Nearest Neighbors 1.6.1.2. KDTree and BallTree Classes 1.6.2. Nearest Neighbors Classification ...
  • Data Types

    766 2019-07-22 《MLeap Document》
    Data Types Supported Data Types Data Types There are many data types supported by Spark, MLeap, Scikit-learn andTensorflow. Fortunately, because all of these technologies are ...
  • 6.3 真实世界中的数据集

    6.3 真实世界中的数据集 6.3 真实世界中的数据集 scikit-learn 提供加载较大数据集的工具,并在必要时下载这些数据集。 这些数据集可以用下面的函数加载 : 调用 描述 fetch_olivetti_faces ([data_home, shuffle, …]) Load the Olivetti faces data-set fr...