- 授权协议: BSD
- 开发语言: Python
- 操作系统: 跨平台
- 软件首页: http://scikit-learn.org/
- 软件文档: http://scikit-learn.org/stable/documentation.html
- 官方下载: https://github.com/scikit-learn/scikit-learn
软件介绍
scikit-learn 是一个 Python 的机器学习项目。是一个简单高效的数据挖掘和数据分析工具。基于 NumPy、SciPy 和 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
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》 这本书的介绍吧!
