上一页 1 2 3 4 5 6 ··· 8 下一页
摘要: 一、配置Jupyter的工作目录 找到Anaconda的目录,我的是D:\Anaconda2\ 在D:\Anaconda2\Scripts\下找到jupyter-notebook-script.py并修改: 即可。 二、为Jupyter安装目录扩展 安装Jupyter Notebook extens 阅读全文
posted @ 2017-01-21 18:00 PACHEL35 阅读(491) 评论(0) 推荐(0) 编辑
摘要: 基于 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 阅读(9975) 评论(0) 推荐(1) 编辑
摘要: 1、字符串到数值的转换:int(s [,base ]) 将表达式s转换为一个整数 ,s可以是整数,与数字有关的字符串,布尔类型long(s [,base ]) 将表达式s转换为一个长整数 s可以是整数,与数字有关的字符串,布尔类型 float(s ) 将表达式s转换到一个浮点数 s可以是整数,与数字 阅读全文
posted @ 2016-12-31 15:28 PACHEL35 阅读(350) 评论(0) 推荐(0) 编辑
摘要: 原文:http://www.cnblogs.com/jerrylead/archive/2011/04/18/2020209.html 在这一篇之前的内容是《Factor Analysis》,由于非常理论,打算学完整个课程后再写。在写这篇之前,我阅读了PCA、SVD和LDA。这几个模型相近,却都有自 阅读全文
posted @ 2016-12-29 14:19 PACHEL35 阅读(1288) 评论(0) 推荐(0) 编辑
摘要: 原文作者:David Austin原文链接: http://www.ams.org/samplings/feature-column/fcarc-svd译者:richardsun(孙振龙) 在这篇文章中,我们以几何的视角去观察矩阵奇异值分解的过程,并且列举一些奇异值分解的应用。 介绍 矩阵奇异值分解 阅读全文
posted @ 2016-12-29 14:06 PACHEL35 阅读(275) 评论(0) 推荐(0) 编辑
摘要: 原文: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 阅读(367) 评论(0) 推荐(0) 编辑
摘要: 今天看文档发现numpy并不推荐使用matrix类型。主要是因为array才是numpy的标准类型,并且基本上各种函数都有队array类型的处理,而matrix只是一部分支持而已。 这个转载还是先放着了,少用,少用! from http://www.cnblogs.com/sumuncle/p/57 阅读全文
posted @ 2016-12-26 12:16 PACHEL35 阅读(8217) 评论(0) 推荐(0) 编辑
摘要: 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 阅读(11495) 评论(0) 推荐(1) 编辑
摘要: 转自: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 阅读(5040) 评论(0) 推荐(1) 编辑
摘要: 转自:http://blog.csdn.net/pipisorry/article/details/45563695 http://blog.csdn.net/pipisorry/article/details/39087583 在介绍工具之前先对理论基础进行必要的回顾是很必要的。没有理论的基础,讲 阅读全文
posted @ 2016-12-26 00:20 PACHEL35 阅读(1215) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 ··· 8 下一页