logo
publist
写文章

简介

该用户还未填写简介

擅长的技术栈

可提供的服务

暂无可提供的服务

无监督学习python实现

1 -K-means Algorithmfrom sklearn import clusterimport pandas as pdimport numpy as npdataset = pd.DataFrame({'x': [11, 11, 20, 12, 16, 33, 24, 14, 45, 52, 51, 52, 55, 53, 55, 61, 62, 70, 72, 10],'y': [

#python#机器学习#聚类
C++ opencv入门

OpenCV探索之路(八):重映射与仿射变换 - Madcola - 博客园

#c++#opencv#开发语言
opencv python 图像特征提取与描述

Harris角点检测import cv2import numpy as npfilename = 'images/building.jpg'img = cv2.imread(filename)gray = cv2.cvtColor(img,cv2.COLOR_BGR2GRAY)gray = np.float32(gray)# 输入图像必须是 float32 ,最后一个参数在 0.04 到 0.05

tensorflow手写数字识别

importtensorflow as tffromtensorflow.keras import datasets, layers, optimizers, Sequential, metrics# 设置GPU使用方式# 获取GPU列表gpus = tf.config.experimental.list_physical_devices('GPU')if gpus:try:# 设置GPU为增长式

#tensorflow#python#深度学习
Rosalind第62题:Finding Disjoint Motifs in a Gene

ProblemGiven three strings,, and, we say thatandcan beinterwovenintoif there is some substring ofmade up ofandas disjointsubsequences.For example, the strings "" and "" can be interwoven into "". Howe

测试ROS是否安装成功

1、CTRL+ALT+T打开终端(Termial),输入以下命令,初始化ROS环境:roscore成功打开后终端所示:... logging to /home/huyaoge/.ros/log/33831414-33b5-11eb-b5ac-e91020300b6f/roslaunch-huyaoge-OptiPlex-7070-47414.logChecking log directory fo

html+javascript 俄罗斯方块

<!DOCTYPE html><html><head><meta name="author" content="Yeeku.H.Lee(CrazyIt.org)" /><meta http-equiv="Content-Type" content="text/html; charset=GBK" /><title> 疯狂俄罗斯

#html5#javascript
tensorflow猫狗识别

import osimport warningswarnings.filterwarnings("ignore")import tensorflow as tffrom tensorflow.keras.optimizers import Adamfrom tensorflow.keras.preprocessing.image import ImageDataGeneratorbase_dir

下肢外骨骼机器人的研究与应用

本文将介绍下肢外骨骼机器人的研究现状、技术特点、应用前景以及存在的问题和挑战。

文章图片
#机器人#人工智能
    共 20 条
  • 1
  • 2
  • 请选择