logo
publist
写文章

简介

该用户还未填写简介

擅长的技术栈

可提供的服务

暂无可提供的服务

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

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

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

文章图片
#机器人#人工智能
ROS机器人开发实践源代码下载

https://github.com/huchunxu/ros_exploring.git

《ROS机器人开发实践》学习:TF坐标变换

turtle_tf_broadcaster.cpp#include <ros/ros.h>#include <tf/transform_broadcaster.h>#include <turtlesim/Pose.h>std::string turtle_name;void poseCallback(const turtlesim::PoseConstPtr&a

ROS机器人编程与SLAM算法解析第二章

节点PubForBeginner.cpp/*****************Author: TomanlonCopyright: TomanlonDate: 2019.2.26Description: Simple ros publish demo for beginning learnersMailBox: taomanl@163.comHowToRun: rosrun book_node Pu

    共 17 条
  • 1
  • 2
  • 请选择