apfree wifidog 的认证服务器后台 WWAS
- 授权协议: GPL
- 开发语言: JavaScript
- 操作系统: 跨平台
- 软件首页: https://gitee.com/apfree/wificoin-wifidog-auth-server
- 软件文档: https://gitee.com/apfree/wificoin-wifidog-auth-server
软件介绍
WWAS 是wificoinwifidogauth server 的简写;wwas 是apfree wifidog(兼容原版wifidog协议)的云端认证服务器及认证设备管理维护平台,其与wwas-admin一起配合使用,为用户提供完整的apfree wifidog认证解决方案。
运行服务端
git clone https://github.com/wificoin-project/wificoin-wifidog-auth-server cd wificoin-wifidog-auth-server npm install npm start
运行 apfree wifidog
config wifidog option gateway_interface 'br-lan' option auth_server_hostname 'wifidog.kunteng.org.cn' option auth_server_port 8001 option auth_server_path '/wifidog/' option check_interval 60 option client_timeout 72000 option httpd_max_conn 200 option pool_mode 1 option thread_number 5 option queue_size 20 option wired_passed 0 option enable 1 config mqtt 'mqtt' option mqtt_hostname 'wifidog.kunteng.org.cn' option mqtt_port '8883' option mqtt_topic ''
推荐系统与深度学习
黄昕、赵伟、王本友、吕慧伟、杨敏 / 清华大学出版社 / 2019-1-1 / 65.00元
本书的内容设置由浅入深,从传统的推荐算法过渡到近年兴起的深度学习技术。不管是初学者,还是有一定经验的从业人员,相信都能从本书的不同章节中有所收获。 区别于其他推荐算法书籍,本书引入了已被实践证明效果较好的深度学习推荐技术,包括Word2Vec、Wide & Deep、DeepFM、GAN 等技术应用,并给出了相关的实践代码;除了在算法层面讲解推荐系统的实现,还从工程层面详细阐述推荐系统如何搭建.一起来看看 《推荐系统与深度学习》 这本书的介绍吧!
