logo
publist
写文章

简介

该用户还未填写简介

擅长的技术栈

可提供的服务

暂无可提供的服务

使用python通过随机森林实现人脸识别

一、需要了解的知识1.Bootstrap方法2.集成学习3.Bagging4.Boosting 算法5.随机森林算法1.BootStrap方法我觉得BootStrap是一个有趣的名字,因为他在英语的翻译为鞋带,来自短语:“pull oneself up by one′s bootstrap”,18世纪德国文学家拉斯伯(Rudolf Erich Raspe)的小说《巴龙历险记(或译为终...

#python#人脸识别#随机森林
ubuntu19.04 安装docker

安装命令sudo apt updatesudo apt install docker测试是否安装成功sudo docker run hello-world出现hello from docker 即为安装成功更换加速镜像这里选择阿里的加速镜像直接参考官方文档即可https://help.aliyun.com/document_detail/60750.html...

#docker#ubuntu
ubuntu20.04 安装mysql8.0

Step one :由于ubuntu 19.04 官方源中默认mysql8.0+直接输入如下命令:sudo apt install mysql-client mysql-serverStep two:这样安装的话,不会出现设置密码的步骤:sudo cat /etc/mysql/debian.cnf我们用user 的用户名和下面的密码来进行登录...

#mysql#ubuntu#数据库
win10通过ssh链接deepin23并开启x11转发

主机环境:win10 lstc虚拟机环境:deepin23beta2终端:tabbyx11服务器: vcxsrv。

文章图片
#ssh#运维
到底了