- 授权协议: MIT
- 开发语言: JavaScript
- 操作系统: 跨平台
- 软件首页: http://tinysubversions.com/gaunt/
- 官方下载: https://github.com/dariusk/gaunt
软件介绍
Gaunt 是一个漂亮、最小化和敏捷的 Node.js 的模板标识语言。
安装方法:npm install gaunt-render
程序中使用:
var gaunt = require('gaunt-render');
var renderedOutput = gaunt(' '); // "a"
命令行使用:
# Input file(s) $ gaunt path/to/file # From standard in $ cat index.gtf | gaunt
Introduction to Semi-Supervised Learning
Xiaojin Zhu、Andrew B. Goldberg / Morgan and Claypool Publishers / 2009-6-29 / USD 40.00
Semi-supervised learning is a learning paradigm concerned with the study of how computers and natural systems such as humans learn in the presence of both labeled and unlabeled data. Traditionally, le......一起来看看 《Introduction to Semi-Supervised Learning》 这本书的介绍吧!
