- 授权协议: MIT
- 开发语言: JavaScript HTML/CSS
- 操作系统: 跨平台
- 软件首页: https://uiwjs.github.io
- 软件文档: https://uiwjs.github.io
软件介绍
uiw
高品质的UI工具包,React 16+的组件库。
安装
npm install uiw --save
使用
import React from 'react';
import ReactDOM from 'react-dom';
import { Button } from 'uiw';
ReactDOM.render(
Hello,
document.getElementById('app')
);
开发
要开发,运行自重新构建,获取代码:
$ git clone https://github.com/uiwjs/uiw.git $ cd uiw $ npm install # or yarn install
要开发,运行自重新构建:
# Run the app # Restart the app automatically every time code changes. # Useful during development. $ npm start
打开浏览器并访问:http://127.0.0.1:2087
更新文档
npm run deploy
文件目录说明
├── dist # document the static file. ├── docs # documentation in markdown ├── lib ├── package.json ├── script └── src # react source code
深度学习
[美] 伊恩·古德费洛、[加] 约书亚·本吉奥、[加] 亚伦·库维尔 / 赵申剑、黎彧君、符天凡、李凯 / 人民邮电出版社 / 2017-7-1 / 168
《深度学习》由全球知名的三位专家Ian Goodfellow、Yoshua Bengio 和Aaron Courville撰写,是深度学习领域奠基性的经典教材。全书的内容包括3个部分:第1部分介绍基本的数学工具和机器学习的概念,它们是深度学习的预备知识;第2部分系统深入地讲解现今已成熟的深度学习方法和技术;第3部分讨论某些具有前瞻性的方向和想法,它们被公认为是深度学习未来的研究重点。 《深度......一起来看看 《深度学习》 这本书的介绍吧!
