我想吃虾虾�
码龄6年
关注
提问 私信
  • 博客:14,354
    14,354
    总访问量
  • 9
    原创
  • 531,107
    排名
  • 5
    粉丝
  • 0
    铁粉
IP属地以运营商信息为准,境内显示到省(区、市),境外显示到国家(地区)
IP 属地:新加坡
  • 加入CSDN时间: 2019-07-13
博客简介:

ROS Melodic中同时使用python2和python3方法

查看详细资料
个人成就
  • 获得13次点赞
  • 内容获得9次评论
  • 获得88次收藏
创作历程
  • 11篇
    2020年
成就勋章
TA的专栏
  • 机器学习
    4篇
  • 编程学习
    6篇
  • 嵌入式
    1篇
  • ROS
    1篇
兴趣领域 设置
  • 人工智能
    opencv计算机视觉机器学习图像处理
创作活动更多

新星杯·14天创作挑战营·第9期

这是一个以写作博客为目的的创作活动,旨在鼓励大学生博主们挖掘自己的创作潜能,展现自己的写作才华。如果你是一位热爱写作的、想要展现自己创作才华的小伙伴,那么,快来参加吧!我们一起发掘写作的魅力,书写出属于我们的故事。我们诚挚邀请你们参加为期14天的创作挑战赛! 注: 1、参赛者可以进入活动群进行交流、分享创作心得,互相鼓励与支持(开卷),答疑及活动群请见 https://bbs.csdn.net/topics/619626357 2、文章质量分查询:https://www.csdn.net/qc

475人参与 去参加
  • 最近
  • 文章
  • 代码仓
  • 资源
  • 问答
  • 帖子
  • 视频
  • 课程
  • 关注/订阅/互动
  • 收藏
搜TA的内容
搜索 取消

Anomaly Detection and Recommender Systems

Anomaly Detection and Recommender SystemsAnomaly Detection1.1 Gaussian (Normal) distribution1.2 Program: Estimate Gaussian1.3 Selecting the threshold, ϵ\epsilonϵselectThreshold: select the "best" ϵ\epsilonϵ based on the F1 scoreRecommender System2.1 Colla
原创
发布博客 2020.08.30 ·
262 阅读 ·
0 点赞 ·
0 评论 ·
0 收藏

Windows 使用 Clion 编译 (Python 调用 C++)方法总结

@[TOC](Windows 使用 Clion 编译 (Python 调用 C++)方法总结)环境Windows 10ClionGCC 8.2.0 (MinGW.org GCC-8.2.0-5)Boost 1.17.0参考阅读:Windows 安装 Boost Python 并使用 Visual Studio 2019 或 Clion 编译 (Python 调用 C++)Boost 安装安装 GCC (MinGW)参考文章: Windows环境下MinGW/gcc安装和环境配置
转载
发布博客 2020.08.18 ·
1429 阅读 ·
0 点赞 ·
0 评论 ·
0 收藏

【K-Means Clustering and Principal Component Analysis】

K-Means Clustering总结a method to automatically cluster similar data examples together (Unsupervised)given a training set${x^{(1)},\ldots x^{(m)}} $where ), and want to group the data into a few cohesive ‘clusters’.
原创
发布博客 2020.08.16 ·
344 阅读 ·
0 点赞 ·
0 评论 ·
0 收藏

[SVM支持向量机]:Hyperparameter “C, sigma“ selection

Andrew Ng 机器学习笔记SVM 公式总结Cost function for SVMSimularity function (Gaussian Kernal)MatLab 代码: Gridsearch, 通过计算最小validation error来选择C和sigmafunction [C, sigma] = dataset3Params(X, y, Xval, yval)%DATASET3PARAMS returns your choice of C and sigma for P
原创
发布博客 2020.08.07 ·
575 阅读 ·
0 点赞 ·
0 评论 ·
1 收藏

[Support Vector Machine (SVM)]: Gaussian Kernel Matlab Implementation

SVM Gaussian Kernalfunction sim = gaussianKernel(x1, x2, sigma)%RBFKERNEL returns a radial basis function kernel between x1 and x2% sim = gaussianKernel(x1, x2) returns a gaussian kernel between x1 and x2% and returns the value in sim% Ensure tha
原创
发布博客 2020.08.07 ·
475 阅读 ·
0 点赞 ·
0 评论 ·
1 收藏

多线程UI更新时间小程序 Python Qt

多线程更新UI数据(在两个线程中传递数据)Signal() 和 Slot()进行连接:pyqtSignal 通过emit()方法触发信号pyqtSignal通过connect()方法与目标function进行连接
原创
发布博客 2020.08.03 ·
231 阅读 ·
0 点赞 ·
0 评论 ·
0 收藏

Event 模块在python threading中的使用方法

threading.Event()的使用方法: 包括set(), clear(), wait()等等Event object is one of the simplest mechanisms for communication between threads: one thread signals an event and other threads wait for itWe’re using multiple threads to spin separate operations off to r
转载
发布博客 2020.08.03 ·
278 阅读 ·
0 点赞 ·
0 评论 ·
0 收藏

Python Threading Timer的使用方法

介绍python 多线程的Timer使用方法
原创
发布博客 2020.08.03 ·
1164 阅读 ·
0 点赞 ·
0 评论 ·
1 收藏

PC-Arduino Serial communication using python

PC-Arduino Serial communication介绍PC: python serial 程序Arduino代码介绍记录最简单的用python和Arduino实现异步通信的方法, 通过使用python serial 模块让Arduino 的build-in LED实现开关
原创
发布博客 2020.07.28 ·
230 阅读 ·
0 点赞 ·
0 评论 ·
0 收藏

Model Free Adaptive Control Theory and Applications

发布资源 2020.07.26 ·
pdf

记录几个学习各种编程语言/开发的资源和网址

记录python,/C/C++/嵌入式,QT,Machine learning等优质学习资源和网站1. 嵌入式学习 (Embedded system)2. Python学习(1) Python 基础和进阶(2) PyQT, PySide2图形界面GUI设计(3) Python 机器学习,深度学习(4) Python socket 编程(5) Python 多线程编程3. Linux4. Web 开发1. 嵌入式学习 (Embedded system)以下选自知乎嵌入式AI从入门到放肆树莓派(以及各
原创
发布博客 2020.07.26 ·
252 阅读 ·
0 点赞 ·
0 评论 ·
1 收藏

ROS Melodic中同时使用python2和python3方法

ROS Melodic中同时使用python2和python3方法问题引入解决方案注意事项问题引入ROS Melodic的默认环境是python2, 最新发布的ROS noetic才完全支持python3。因此对用ROS Melodic开发项目, 同时需要使用python3编写程序的使用者造成了一定的困扰。希望这篇文章可以有所帮助目标: 在对原有python2代码不造成损害的前提下,开发用python3编写额外的ROS node. 在同一个ROS workspace下保证python2和pytho
原创
发布博客 2020.07.13 ·
9088 阅读 ·
13 点赞 ·
9 评论 ·
85 收藏