Python 机器学习工具包 scikit-learn

码农软件 · 软件分类 · 机器学习/深度学习 · 2019-08-07 11:59:22

软件介绍

scikit-learn 是一个 Python 的机器学习项目。是一个简单高效的数据挖掘和数据分析工具。基于 NumPySciPy 和 matplotlib 构建。

Installation

依赖

scikit-learn 要求:

  • Python (>= 2.7 or >= 3.3)

  • NumPy (>= 1.8.2)

  • SciPy (>= 0.13.3)

运行示例需要 Matplotlib >= 1.1.1 。

User installation

已有 numpy 和 scipy 的用户安装 scikit-learn 最简单的方法是使用 pip :

pip install -U scikit-learn

或 conda:

conda install scikit-learn

本文地址:https://codercto.com/soft/d/11836.html

Game Engine Architecture, Second Edition

Game Engine Architecture, Second Edition

Jason Gregory / A K Peters/CRC Press / 2014-8-15 / USD 69.95

A 2010 CHOICE outstanding academic title, this updated book covers the theory and practice of game engine software development. It explains practical concepts and techniques used by real game studios,......一起来看看 《Game Engine Architecture, Second Edition》 这本书的介绍吧!

在线进制转换器
在线进制转换器

各进制数互转换器

RGB HSV 转换
RGB HSV 转换

RGB HSV 互转工具

RGB CMYK 转换工具
RGB CMYK 转换工具

RGB CMYK 互转工具