上一页 1 ··· 25 26 27 28 29
利用juypter搭建远程可访问的python交互页面为了在没有安装python的机器上工作,在装有python和相关包的电脑上安装Jupyter并进行配置,设置端口和转发,就可以在远端的设备上用浏览器进行代码的调试和显示了。目录利用juypter搭建远程可... Read More
posted @ 2017-04-28 17:47 hitrjj Views(647) Comments(0) Diggs(0) Edit
Ubuntu 上安装 Matlab 及相关问题在linux下使用matlab需要下载linux版本的matlab进行安装网上找到相关的linuxMatlab安装文件在linux下解压/mount到光盘驱动器运行install文件输入序列号导入license文... Read More
posted @ 2017-01-06 11:00 hitrjj Views(173) Comments(0) Diggs(0) Edit
Python实现的CUDA – pyCUDANvidia的CUDA 架构为我们提供了一种便捷的方式来直接操纵GPU 并进行编程,但是基于 C语言的CUDA实现较为复杂,开发周期较长。而python 作为一门广泛使用的语言,具有 简单易学、语法简单、开发迅速等... Read More
posted @ 2016-10-31 20:06 hitrjj Views(2718) Comments(0) Diggs(1) Edit
python科学计算发行版python是科学计算的有力工具,但在进行计算过程中需要安装很多依赖包,会对使用造成不便,所以总结了一下几个包含丰富科学计算包的python发行版本供参考。Windows下使用的Winpython著名的计算集合python(x,y)... Read More
posted @ 2016-10-27 17:48 hitrjj Views(180) Comments(0) Diggs(0) Edit
高斯过程python包安装过程pyGp.py 依赖于 python包如下:运行于 python 环境 2.6 或者 2.7依赖于科学计算包scipy,数值计算包numpy,以及绘图工具包 matplotlib一、安装依赖包保证拓展包的安装:sudo apt-get i... Read More
posted @ 2016-10-14 17:08 hitrjj Views(921) Comments(0) Diggs(0) Edit
上一页 1 ··· 25 26 27 28 29