还单身曲奇

文章
2
资源
0
加入时间
3年1月10天

bpnn实现

#!/usr/bin/env python#coding=utf-8#BP神经网络模型实现#作者:zxgao#BP神经网络原理:http://www.hankcs.com/ml/back-propagation-neural-network.htmlimport mathimport randomrandom.seed(0)def rand(a,b):“”"生成一个(a,b)范...

iot开发发送和接受数据

将数据发送到平台协议:MQTT格式:JOSNMQTT主题: SiteWhere / input / json注册设备{  "hardwareId":"123-TEST-4567890",  "type":"RegisterDevice",  "request":{    "hardwareId&