自定义博客皮肤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实践笔记

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

原创 180131 Ubuntu环境下同时安装Anaconda2+Anaconda3+1行命令安装tensorflow-gpu

Installing Anaconda2 & Anaconda3 concurrently已经安装好Anaconda2的条件下安装Anaconda3 conda create -n py35 python=3.5 anaconda 运行环境切换: 进入py35环境 source activate py35 退回py27环境 source deactivate py35已经安装好An

2018-01-31 09:45:35 1843 1

原创 180128 SVD分解的几何解释(待整理)

What is an intuitive explanation of singular value decomposition (SVD)?Singular Value Decomposition | Stanford UniversityA geometrical interpretation of the SVDHow to Read a Research Paper

2018-01-28 15:45:08 369

原创 180126 论文Probabilistic Principal Component Analysis的Python实现

论文下载 Probabilistic Principal Component Analysis Matlab代码和Jupyter代码 Github-Matlab Github-Jupyter Notebook代码1- 用于PCA的EM算法# -*- coding: utf-8 -*-"""Created on Thu Jan 25 22:06:32 2018@author: brucel

2018-01-26 15:05:44 1333 2

原创 180123 PCA主成分分析的原理解释及python代码实现

主成分分析(PCA)原理详解 Matlab-PCA Sort eigenvalues and associated eigenvectors after using numpy.linalg.eig in python What does n[::-1] means in Python? PCA in numpy and sklearn produces different results

2018-01-23 21:07:04 2434

原创 180122 特征值与特征向量的几何解释与python代码,附matplotlib绘制多边形

How to Plot Polygons in Python Shapely-Manual Shapely-Test 3Blue1Brown Downloads Shapely-Windows Shapely-Mac or Linux红色 基坐标(竖着看) 1 0 0 1绿色 变换矩阵(竖着看) 3 1 0 2蓝色 特征向量(竖着看) 1−2  √ 2  1

2018-01-22 22:36:47 2481

原创 180122 利用matplotlib绘制箭头的2种方法

matplotlib.axes.Axes.arrow¶ matplotlib.pyplot.arrow pylab_examples example code: arrow_simple_demo.py StackOver-matplotlib arrows between 3 points # -*- coding: utf-8 -*-"""Created on Mon

2018-01-22 16:57:03 18737 2

原创 180116 EM算法资料整理(博客、论文、工具包、视频、书籍、代码,更新ing)

Blogs Hindon和Jordan理解的EM算法 Computational Statistics in Python EM算法及其推广 EM算法及其推广学习笔记 从最大似然到EM算法浅解 EM算法在缺失数据下的极大似然估计R代码 Matlab极大似然估计缺失数据 Cos 424: Interacting with Data ProbabilityCourse 关于EM算法

2018-01-16 19:08:28 1378

原创 180114 协方差矩阵几何含义与python-2D旋转变化

python matplotlib绘图设置坐标轴刻度、文本 matplotlib-ticker 旋转变换 协方差矩阵的几何解释-英文原文(翻墙可见) 协方差矩阵的几何解释-中文翻译 两个问题: 旋转变换时:θ是逆时针还是顺时针? 如果是逆时针,为何协方差矩阵分解得到的旋转矩阵的结果与实际结果差一个负号?# -*- coding: utf-8 -*-"""Cre

2018-01-14 16:47:45 841

原创 180114 Sklearn.GaussianMixture中的convaiance_type说明

协方差矩阵的几何解释sklearn.GaussianMixturecovariance_type : {‘full’, ‘tied’, ‘diag’, ‘spherical’}, ‘full’ (each component has its own general covariance matrix), ‘tied’ (all components share the sam

2018-01-14 10:47:02 2377

原创 180112 Python修饰器及符号@的说明

强烈推荐大神们的博客说明,传输门如下: ☆☆☆python一些语法糖用法 ☆☆☆☆☆Python(四)下饰器详解 ☆☆☆☆matlab@修饰器 ☆☆☆☆Python中的@下面代码,部分参考了第二篇文章,并作修改以便于理解,感谢作者分享。建议好好阅读第二篇文章。import timedef caltime(fn_name_or_index): def cal(): ...

2018-01-12 23:12:34 422

原创 180108 EM算法

# !/usr/bin/python# -*- coding:utf-8 -*-import numpy as npfrom scipy.stats import multivariate_normalfrom scipy.stats import normfrom sklearn.mixture import GaussianMixturefrom mpl_toolkits.mplot3

2018-01-08 21:00:35 510

原创 180108 协方差矩阵计算

# -*- coding: utf-8 -*-"""Created on Mon Jan 8 13:54:24 2018@author: brucelau"""import numpy as npimport matplotlib.pyplot as pltdef conv(data): ''' u = E(X) v = E(Y) Conv(X

2018-01-08 17:14:07 420

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关注的人

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