logo
publist
写文章

简介

该用户还未填写简介

擅长的技术栈

可提供的服务

暂无可提供的服务

传感器mqtt树莓派_使用mqtt在多个设备之间共享传感器数据

传感器mqtt树莓派TL;DR: You can use MQTT and its pub/sub architecture to share data from multiple devices and sensors without much overhead. Here are some starter publisher and subscriber JavaScript clients

#物联网#python
numpy机器学习_用于机器学习的numpy

numpy机器学习NumPy library is an important foundational tool for studying Machine Learning. Many of its functions are very useful for performing any mathematical or scientific calculation. As it is known

#机器学习#python#人工智能 +2
人脸识别api_使用人脸识别API的人脸识别

人脸识别apiThe world’s simplest facial recognition API for Python and the command line 世界上最简单的Python和命令行面部识别APIIn this article, we’ll explore the ‘face_recognition’ library and implement a face recognit..

#人脸识别
结构化数据 神经网络_神经结构化学习对抗正则化

结构化数据 神经网络 介绍 (Introduction)As many of us are no doubt aware, the invariable progress made in the field of Computer Vision, has lead to some incredible achievements and broad deployment in fields fro.

#神经网络#机器学习#人工智能 +2
keras训练文本识别模型_文本分类,无需模型训练

keras训练文本识别模型 摘要 (Summary)Are you struggling to classify text data because you don’t have a labeled dataset? In this article, using BERT and Python, I will explain how to perform a sort of “unsupervi.

#深度学习#机器学习#自然语言处理 +2
android 西班牙_共享kibana访客仪表板而无需登录

android 西班牙Learn how to securely share your read-only dashboards 了解如何安全共享只读仪表板Perhaps most of the new ELK users do not know that Kibana did not have a login page unless you pay for it. But since May..

#android#python
openapi_没有理由手工编写openapi

openapiSome API developers use API descriptions to plan the interface of an API before building it, which is known as the “API design first” workflow. Others build the API then generate (or manually p

#python
到底了