自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(16)
  • 收藏
  • 关注

转载 常规异常值检测方式

##正态假设检验参考资料:https://blog.youkuaiyun.com/cyan_soul/article/details/81236124###正态分布,可考虑采用3西格玛准则,(μ-3σ,μ+3σ)3σ原则为数值分布在(μ-σ,μ+σ)中的概率为0.6827数值分布在(μ-2σ,...

2019-08-28 10:35:00 305

转载 pyecharts使用教程

##pyecharts##ImportError: cannot import name 'Bar' from 'pyecharts'https://blog.youkuaiyun.com/shaooping/article/details/90316540##参照GitHub上的代码操作htt...

2019-08-28 10:25:00 200

转载 CNN

##CNN参考资料:降采样、全连接https://www.cnblogs.com/guoyaohua/p/8534077.htmlhttps://www.cnblogs.com/bonelee/p/7716284.htmlhttps://www.jianshu.com/p/f001...

2019-08-23 19:09:00 120

转载 JupyterNotebook中的Markdown操作以及numpy操作

##参考资料:https://blog.youkuaiyun.com/weixin_38774821/article/details/80628591JupyterNotebook部分常用操作Cell不仅可以写代码,还能MarkdownMarkdown是用来写文章的,比如这个简书文章就是用markd...

2019-07-19 17:26:00 372

转载 Linux搭建spark单机操作环境

https://blog.youkuaiyun.com/king13127/article/details/86528416https://www.cnblogs.com/duanxz/p/4437802.html##spark、Hadoop、java、scalahttps://blog.csdn...

2019-07-19 11:49:00 113

转载 机器学习算法GPU版本安装配置

##XGBoost for GPU安装https://blog.youkuaiyun.com/weixin_30963287/article/details/79145107https://blog.youkuaiyun.com/wl2858623940/article/details/80546140htt...

2019-06-20 18:28:00 182

转载 安装配置IntelliJ IDEA

##参考资料:https://blog.youkuaiyun.com/Haidaiya/article/details/81230636https://www.cnblogs.com/yjmyzz/p/4694219.htmlhttps://my.oschina.net/u/3825598/blog...

2019-06-20 16:13:00 82

转载 第三方算法打jar包操作

在实际运用算法建模过程中,spark自带的ml库中不一定都包含所需算法,这时就需要加载第三方算法包jar,主要有两种方式:##方法一:首先在maven官网上找到相应算法对应的Jar包官网地址:https://mvnrepository.com/##方法二:若未找到,则到GitHu...

2019-06-20 15:11:00 399

转载 Tensorflow on Spark

##配置教程http://www.mamicode.com/info-detail-2053559.htmlhttps://blog.youkuaiyun.com/fishseeker/article/details/61918138?utm_source=tuicool&utm_medium...

2019-06-18 18:44:00 132

转载 GLIBC等相关文件升级更新

###参考资料:https://blog.youkuaiyun.com/glongljl/article/details/80156243###安装更新libstdc++.so文件https://blog.youkuaiyun.com/xdzhangzhenhao/article/details/80746403...

2019-06-18 17:51:00 159

转载 识别图片内容,并将相应内容写到对应文本文件中

# -*- coding: utf-8 -*-"""Created on Thu Apr 18 17:05:47 2019@author: HeyJude"""import timestart_time = time.time()def GetText(pic_path, t...

2019-06-18 17:30:00 217

转载 读取xml文件

# -*- coding: utf-8 -*-"""Created on Thu Apr 18 14:41:44 2019@author: HeyJude"""import xml.dom.minidomdom = xml.dom.minidom.parse("./word...

2019-06-18 17:24:00 89

转载 torch安装配置

##torch工程依赖包以及安装顺序:torch、torchvision、torch_baidu_ctctorch-1.1.0-cp36-cp36m-manylinux1_x86_64.whltorchvision-0.3.0-cp36-cp36m-manylinux1_x86_64.wh...

2019-06-18 17:11:00 792

转载 keras工程安装配置

###以下均基于Anaconda3 for Python 3.6.5,安装文件为Anaconda3-5.2.0-Linux-x86_64.sh##keras依赖包及安装顺序Keras-Applications-1.0.7Keras-Preprocessing-1.0.9keras 2....

2019-06-18 16:45:00 331

转载 安装tensorflow-gpu

###以下均基于Anaconda3 for Python 3.6.5,安装文件为Anaconda3-5.2.0-Linux-x86_64.sh####安装tensorflow-gpu,依赖包及其顺序termcolorgrpcioprotobufgastastorabsl-pym...

2019-06-18 16:35:00 151

转载 GPU使用设置

keras参考资料:https://keras.io/zh/getting-started/faq/#sample-batch-epochhttps://keras-cn.readthedocs.io/en/latest/参考资料:https://www.jianshu.com/p/5...

2019-06-13 19:26:00 503

空空如也

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除