python
nebulaf91
计算机视觉、深度学习、机器学习、推荐算法
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
Ubuntu-Python2.7安装 scipy,numpy,matplotlib
sudo apt-get install Python-scipysudo apt-get install python-numpysudo apt-get install python-matplotlibpythonimport scipyimport numpyimport pylabscipy.test()numpy.test()pylab.test转载 2016-10-13 17:38:03 · 543 阅读 · 0 评论 -
使用python,在已经配置好的模型下进行imagenet分类
caffe官网给出的tutorialClassification: Instant Recognition with Caffehttp://nbviewer.jupyter.org/github/BVLC/caffe/blob/master/examples/00-classification.ipynb转载 2016-10-15 11:15:19 · 1504 阅读 · 0 评论 -
使用Numpy和Scipy处理图像
转自 https://my.oschina.net/ranvane/blog/352341Image manipulation and processing using Numpy and Scipy翻译自:http://scipy-lectures.github.com/advanced/image_processing/index.html作者:Emmanuelle G转载 2016-10-15 11:43:20 · 8184 阅读 · 0 评论
分享