会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
PACHEL35
博客园
首页
新随笔
联系
订阅
管理
上一页
1
2
3
4
5
6
···
8
下一页
2017年1月21日
Python - Anaconda使用
摘要: 一、配置Jupyter的工作目录 找到Anaconda的目录,我的是D:\Anaconda2\ 在D:\Anaconda2\Scripts\下找到jupyter-notebook-script.py并修改: 即可。 二、为Jupyter安装目录扩展 安装Jupyter Notebook extens
阅读全文
posted @ 2017-01-21 18:00 PACHEL35
阅读(504)
评论(0)
推荐(0)
2017年1月4日
IPython与Jupyter notebook 安装与配置,插件扩展,主题,PDF输出
摘要: 基于 python2.7.13 32-bit版本安装 1、安装pyreadline https://pypi.python.org/pypi/pyreadline 下载对应的32位版本 安装Microsoft Visual C++ Compiler for Python 2.7 并安装 http:/
阅读全文
posted @ 2017-01-04 16:14 PACHEL35
阅读(10044)
评论(0)
推荐(1)
2016年12月31日
Python - 类型转换
摘要: 1、字符串到数值的转换:int(s [,base ]) 将表达式s转换为一个整数 ,s可以是整数,与数字有关的字符串,布尔类型long(s [,base ]) 将表达式s转换为一个长整数 s可以是整数,与数字有关的字符串,布尔类型 float(s ) 将表达式s转换到一个浮点数 s可以是整数,与数字
阅读全文
posted @ 2016-12-31 15:28 PACHEL35
阅读(364)
评论(0)
推荐(0)
2016年12月29日
主成分分析(Principal components analysis)-最大方差解释
摘要: 原文:http://www.cnblogs.com/jerrylead/archive/2011/04/18/2020209.html 在这一篇之前的内容是《Factor Analysis》,由于非常理论,打算学完整个课程后再写。在写这篇之前,我阅读了PCA、SVD和LDA。这几个模型相近,却都有自
阅读全文
posted @ 2016-12-29 14:19 PACHEL35
阅读(1331)
评论(0)
推荐(0)
[转]奇异值分解(We Recommend a Singular Value Decomposition)
摘要: 原文作者:David Austin原文链接: http://www.ams.org/samplings/feature-column/fcarc-svd译者:richardsun(孙振龙) 在这篇文章中,我们以几何的视角去观察矩阵奇异值分解的过程,并且列举一些奇异值分解的应用。 介绍 矩阵奇异值分解
阅读全文
posted @ 2016-12-29 14:06 PACHEL35
阅读(299)
评论(0)
推荐(0)
2016年12月28日
[转载]We Recommend a Singular Value Decomposition
摘要: 原文:http://www.ams.org/samplings/feature-column/fcarc-svd Introduction The topic of this article, the singular value decomposition, is one that should
阅读全文
posted @ 2016-12-28 14:21 PACHEL35
阅读(376)
评论(0)
推荐(0)
2016年12月26日
[转]numpy中的matrix矩阵处理
摘要: 今天看文档发现numpy并不推荐使用matrix类型。主要是因为array才是numpy的标准类型,并且基本上各种函数都有队array类型的处理,而matrix只是一部分支持而已。 这个转载还是先放着了,少用,少用! from http://www.cnblogs.com/sumuncle/p/57
阅读全文
posted @ 2016-12-26 12:16 PACHEL35
阅读(8258)
评论(0)
推荐(0)
[转]Numpy使用MKL库提升计算性能
摘要: from:http://unifius.wordpress.com.cn/archives/5 系统:Gentoo Linux (64bit, Kernel 3.7.1)配置:Intel(R) Core(TM) i7-2670QM在Gentoo中安装Numpy/Scipy非常简单,直接emerge就
阅读全文
posted @ 2016-12-26 00:37 PACHEL35
阅读(11632)
评论(0)
推荐(1)
[转]numpy性能优化
摘要: 转自:http://blog.csdn.net/pipisorry/article/details/39087583 http://blog.csdn.net/pipisorry/article/details/39087583 Introduction NumPy提供了一个特殊的数据类型ndarr
阅读全文
posted @ 2016-12-26 00:21 PACHEL35
阅读(5140)
评论(0)
推荐(1)
[转]numpy线性代数基础 - Python和MATLAB矩阵处理的不同
摘要: 转自:http://blog.csdn.net/pipisorry/article/details/45563695 http://blog.csdn.net/pipisorry/article/details/39087583 在介绍工具之前先对理论基础进行必要的回顾是很必要的。没有理论的基础,讲
阅读全文
posted @ 2016-12-26 00:20 PACHEL35
阅读(1270)
评论(0)
推荐(0)
上一页
1
2
3
4
5
6
···
8
下一页
公告