自定义博客皮肤VIP专享

*博客头图:

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

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

博客底图:

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

栏目图:

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

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+

专注机器学习之路

机器学习的理论与Python实践笔记

  • 博客(9)
  • 资源 (22)
  • 收藏
  • 关注

原创 181227 3步操作校园网连接HP惠普打印机

**前提:**在控制面板中通过添加打印机查找并安装好打印机的驱动,可打印测试页Step1:通过Hp打印机面板操作,找到打印机IPv4的地址Step2:在cmd命令窗口输入ipconfig并记录IPv4地址以及zi子网掩码Step3:在浏览器输入打印机IPv4地址,在网络菜单访问控制列表中添加自己的IPv4地址以及zi子网掩码,最后点击应用。最后开启愉快的打印吧!...

2018-12-27 16:38:34 6023 2

原创 181225 Matlab图解峰度kurtosis与偏度skewness

峰度kurtosis:用于度量x偏离某分布的程度。正太分布的峰度是3;当时间序列的曲线峰值比正太分布的高时,峰度大于3;当比正太分布的低时,峰度小于3。偏度skewness:用于衡量x的对称性。对于正太分布,偏度为0;若偏度为正,则x均值左侧的离散度比右侧弱;若偏度为负,则x均值左侧的离散度比右侧强。正态分布的偏度系数和峰度系数...

2018-12-25 15:15:05 17951 5

原创 181218 三步操作从Word+Excel+PPT中无损提取图片文件

第一步:重命名word、Excel、PPT文件,修改文件后缀为zip第二步:解压重命名后的文件第三步:从解压后的文件中找到media文件夹,图片就在其中

2018-12-18 18:08:51 2008

原创 181218 OneHotEncoder与numpy数组保存为mat文件

将[0 1 2 3 4 5 6 7 8 9]标签转换成OneHot编码from sklearn.preprocessing import OneHotEncoderohe = OneHotEncoder()ohe.fit(np.arange(10).reshape(-1,1))labels = ohe.transform(labels).astype('uint8').toarray(...

2018-12-18 18:02:46 1328

原创 181216 MacOs上如何将多页PDF文件合成打印在一张PDF表单上面

Youtube视频:Mac | Printing pdf document with multiple pages per sheet使用MacOs默认的PDF阅读器文件-打印布局选择每张纸需要打印的页数左下角-另存为PDF

2018-12-16 10:20:44 10870

原创 181210 MacOs安装Cuda-Z

brew cask install cuda-z

2018-12-10 20:47:14 868

原创 181210 MacOs一行命令安装brew

官网:https://brew.sh命令如下:/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"安装过程Last login: Mon Dec 10 19:57:40 on ttys000deeplearningdeiMac:~ brucel...

2018-12-10 20:32:07 827

原创 181205 Matlab初始化启动慢的解决方法

Matlab2017b启动慢,一直处于初始化状态的解决办法在桌面快捷方式右键→属性→目标→添加license_standalone.lic文件路径注意添加引号E:\Programs\Matlab2018\bin\matlab.exe -c "E:\Programs\Matlab2018\licenses\license_standalone.lic"...

2018-12-05 10:15:44 9936 3

原创 181203 PyCharm在Debug模式中交互式输入命令

在Debug模式中:Console-Show Python Prompt,然后输入需要的命令即可进行交互式操作。

2018-12-03 11:26:39 5636

Tomaemon在RAG界面中用到的HuggingFace主题

Tomaemon在RAG界面中用到的HuggingFace主题

2024-08-31

matlab图形空白裁剪及子图调整

190313-1行命令裁剪Matlab图像空白及调整子图间距;

2019-03-13

SurfEasy-Chrome代理插件

SurfEasy-Chrome代理插件;SurfEasy-Chrome代理插件;SurfEasy-Chrome代理插件;

2018-04-22

recurrent neural network without a phd

recurrent neural network without a phd.pdf 出处:https://github.com/martin-gorner/tensorflow-rnn-shakespeare

2018-04-16

吴恩达-深度学习-第五课-第二周课件-截图版pdf版

吴恩达-深度学习-第五课-第二周课件-视频截图版pdf版(没找到对应的ppt版本),介意者请勿下载,欢迎分享ppt原版。

2018-04-14

windows10设置豆沙绿-双击执行即可

windows10设置豆沙绿-双击执行即可;windows10设置豆沙绿-双击执行即可

2018-03-29

A jupyter note result html file for Surface defect detection

A jupyter note result html file for Surface defect detection

2018-03-04

MNIST_data

MNIST_data手写体数字识别(友情提示-与py文件放在同一目录内): import tensorflow.examples.tutorials.mnist.input_data as input_data mnist_data = input_data.read_data_sets('MNIST_data', one_hot=True)

2018-02-05

Chrome and SurfEasy Extension for Linux

Chrome and SurfEasy Extension for Linux。Chrome and SurfEasy Extension for Linux.

2017-12-02

斯坦福大学凸优化课程Convex Optimization字幕及Youtube字幕下载代码

http://blog.csdn.net/qq_33039859/article/details/78476993

2017-11-08

windows10桌面美化

window10桌面美化 参见 http://blog.csdn.net/qq_33039859/article/details/78387485

2017-10-29

scipy-0.19.1-cp36-cp36m-win_amd64.whl

scipy-0.19.1-cp36-cp36m-win_amd64.whl

2017-07-16

a mov file with dog bark

a mov file with dog bark

2017-06-28

tensorflow model save and restore example

tensorflow model save and restore example

2017-06-15

tensorflow_gpu-1.2.0rc2-cp36-cp36m-win_amd64.whl

tensorflow_gpu-1.2.0rc2-cp36-cp36m-win_amd64.whl

2017-06-14

tensorflow-1.2.0rc2-cp36-cp36m-win_amd64.whl

tensorflow-1.2.0rc2-cp36-cp36m-win_amd64.whl

2017-06-14

deeplearning without a PHD (code print)

deeplearning without a PHD (code print)

2017-06-12

pdf code pass

pdf code pass

2017-06-12

deeplearning without a PHD

2017谷歌云大会,深度学习代码示例

2017-06-12

python ds evidence theory code

ds 证据理论 python 代码

2017-06-12

matlab ds evidence theory

ds 证据理论 matlab 代码

2017-06-12

《程序员的数学2-3》Ruby程序+Gnuplot+代码+勘误+win7补丁

《程序员的数学2-3》Ruby程序+Gnuplot+代码+勘误+win7补丁

2017-01-19

2017大数据发展趋势Top10白皮书

2016 was a landmark year for big data with more organizations storing, processing, and extracting value from data of all forms and sizes. In 2017, systems that support large volumes of both structured and unstructured data will continue to rise. The market will demand platforms that help data custod

2017-01-12

空空如也

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

TA关注的人

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